Parent document is top of "Motif FAQ (Part 7 of 9)"
Previous document is "244) Are there problems making shared libraries on a Sun?"
Next document is "246) Has anyone made shared libraries on an IBM RS/6000?"
245) Why does the OpenWindows server hangs when I popup a menu with
Button 3?
[Last modified: August 92]
Answer: This is an OpenWindows problem, but if you have Motif source you can
fix your own applications. From Steve Sistare of Thinking Machines Corp.:
"Change the 2 calls to XtGrabButton in RowColumn.c such that ButtonReleaseMask
| ButtonPressMask is passed for the event mask. Currently, only
ButtonReleaseMask is passed. Also, change the owner_event argument to FALSE.
" This has not been fixed in Motif as at 1.1.5.
Parent document is top of "Motif FAQ (Part 7 of 9)"
Previous document is "244) Are there problems making shared libraries on a Sun?"
Next document is "246) Has anyone made shared libraries on an IBM RS/6000?"