Dear Developers I am a newbie to Motif developement. In a form i have 3 scale and when the slides or changes the scale value i need to take only the changed values. And while getValues, i want to process only the users really changed.I don't want to take the values of the scales if it is not changed by the user. If anyone came across the same kindly help. :D Thank you |
|||

Yuriy Syrota
Re: X Motif Scale
Waheed,
XmScale widget has a callback named XmNvalueChangedCallback. It is called on value changing. Is it the solution you are looking for?