XmPopupMenu

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
XmPopupMenu

Submitted by Anonymous on Mon, 09/10/2001 - 19:22. Developers
I`m popping it up based on my button event handler, however, when I right click(Button3), my app goes off into never never land for ~3seconds (meanwhile the X-server is locked). I`m sure its from the XmPopupMenu but cannot find where this event is. Does anyone know how I can disable the delay?

thanks
john

Anonymous

Is the event handler on the parent widget of the popup?
Are you displaying the popup on receipt of a btn3down event, or some other event?
Does the menu actually pop up after the three second delay?