|
-
Aug 4th, 2009, 06:21 AM
#1
Thread Starter
Addicted Member
Problem with popupmenu
Hello
I have following problem.
After click on item of context menu the modal dialog is shown. Now I need to show second context menu on this dialog but here is problem because first context menu is not closed yet.
How can I resolve this problem. I need to keep modal dialog.
Thanks
-
Aug 4th, 2009, 07:17 AM
#2
Re: Problem with popupmenu
 Originally Posted by Metalpalo
Now I need to show second context menu on this dialog but here is problem because first context menu is not closed yet.
That isn't your problem - menu gets closed when you click on any of its item.
The problem actually is your modal form - you can't show another window (and popup menu acts like another window) on top of modal forms.
What I would recommend is to show menu on your modal form normally (instead fo popup) so user can simply select it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|