GUI freeze with Contextmenu

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
 
D

Daniel Moth

- 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
 
D

Daniel Moth

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top