Forum Discussion
Hi Thundubeedi,
The event handler that changes the date in the SWT_Window control wasn’t fired for some reason. If you use the Click method to select the date in the SysMonthCal32 control, the onClick event handler should be called. Is it possible that the code that assigns this value to the other control is located in another event handler?
- ThunduBeediOccasional Contributor
Hi Tanya,
I am sorry to say this, but I have no clue whether the code to assign the date value to another control is in some other event handler.
Since the value is updated with a combination of key and click, does this means the code is in some other event handler apart from onClick? If so, is there a way to generate key event rather than using obj.key()? This being said, manually doing, a key action is never required.
Thank you.