+----------------------------------+ If buttons B1 to B4 are defined as XmPushButtons the activateCallback is NEVER called by clicking the mouse. If I change them to XmIconButtons they work perfectly. Even more confusing is if I add an armCallback to call the same method as the activateCallback it will work for XmPushButton. The spacebar will also trigger the activateCallback for XmPushButton. Any ideas? |
|||

apodran
Re: Problem converting from Motif1.x to 2.2
Could you provide a code that is generated for these callbacks?