Submitted by Anonymous (not verified) on Fri, 06/15/2012 - 12:07
Hello
Please help!!!
I have a text button and a toggle button with a simple option menu.
A text button has a XmNlosingFocusCallback and toggle button has XmNvalueChangedCallback.
I am updating a text field and after clicking on toggle button. This calls XmNvalueChangedCallback, but not XmNlosingFocusCallback .
I want it to call XmNlosingFocusCallback first.
Is there a reason that its doing it?
Thank you
‹ lines connecting other boxes that change colors XmText and iso10646-1 ›
Mon, 04/26/2004 - 15:24#1
text button and a toggle button
Can I use XmProcessTraversal to set a focus to a toggle button to make text field lose keyboard focus?
Fri, 04/30/2004 - 11:09#2
text button and a toggle button
AnnaP wrote:
Can I use XmProcessTraversal to set a focus to a toggle button to make text field lose keyboard focus?
Yes, but it value of the text field has been changed, then XmNvalueChangedCallback will be called first.