Results 1 to 2 of 2

Thread: Problem with popupmenu

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    177

    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

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Problem with popupmenu

    Quote Originally Posted by Metalpalo View Post
    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
  •  



Click Here to Expand Forum to Full Width