bbosnjak Posted June 22, 2017 Posted June 22, 2017 Hi, Why does setting Key to 13 in "Next" in NavigateKeys work on a form, but not for "KeySubmit"? With the former, pressing ENTER moves me between fields, but with the latter, the "Default = true" button's event handler is not invoked. Likewise for KeyCancel (Key = 27, i.e., Escape, which doesn't activate the Cancel = true button). Quote
bbosnjak Posted June 26, 2017 Author Posted June 26, 2017 Any answer? Sent from my SM-P900 using Tapatalk Quote
Sherzod Posted June 26, 2017 Posted June 26, 2017 Hi, Look at this example: \FMSoft\Framework\uniGUI\Demos\Desktop\SubmitCancel Best regards, Quote
bbosnjak Posted June 26, 2017 Author Posted June 26, 2017 Thanks - didn't see that demo. Turns out I was missing the OnFormSubmit and OnFormCancel event handlers. Sent from my SM-P900 using Tapatalk Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.