Page 1 of 1

ContextMenu errors

Posted: Thu Mar 22, 2018 11:40 pm
by Nick
// ContextMenu is in Frame element with a button with contextMenu. See ContextMenuOpening event from UserControl1.xaml.cs for more details
// ContextMenu is not displayed (any browser or simulator)
// e.Handled = true; //need to suppress parent contextmenu // dosen't exist !!

Re: ContextMenu errors

Posted: Sun Mar 25, 2018 11:39 pm
by JS-Support @Userware
Thanks. We are going to look into it and keep you updated asap.
Regards,
JS-Support

Re: ContextMenu errors

Posted: Mon Jul 23, 2018 9:16 am
by JS-Support @Userware
Hi,

Removing the following line appears to solve most of the issues:
menuItem1.Visibility = Visibility.Collapsed

Can you please try this and let us know if it fixes your issue?

Thanks.
Regards,
JS-Support