GUI freeze with Contextmenu

  • Thread starter Thread starter Pascal Berger
  • Start date Start date
P

Pascal Berger

Under the following circumstances the GUI freezes completly:
- Create a new CF project
- Add a TabSheet to it
- Add some TabPages to the TabSheet
- Add a label to the first TabPage
- Add a ContextMenu to the form
- Set the ContextMenu property of the label to the added ContextMenu
- Start the Application
- Open the ContextMenu
- Click anywhere on the Form except on a Tab

--> The Contextmenu closes, but the GUI is completly frozen, except for
the ContextMenu of the Label.

Does anybody have an idea for a workaround?

Thanks in advance
Pascal
 
- Create a new CF project

Is that a WindowsCE project or a PPC one? Is it VB or C#?

If I were in your shoes, I would create all 4 combinations and report which
ones exhibit the behaviour you mention.

Cheers
Daniel
 
As I said try it on all possible configurations so you can provide MSFT with
full bug report. E.g. it does not seem reproducible with vanilla CE using
VB. In any case it seems a pretty obscure situation anyway (context menu on
label inside tab!)

Cheers
Daniel
 
Back
Top