Bernie07 Posted November 15, 2016 Posted November 15, 2016 Hello, is there a way to find the next Control for the taborder. In windows application there is the function TForm.FindNextControl. I'm able to call this function also in TUniForm but it has no effect. I always returns nil instead of the next tab order control. Best wishes Bernhard Quote
Bernie07 Posted November 15, 2016 Author Posted November 15, 2016 I found now another way to navigate through my controls with the return key. There is a property NavigateKeys. But the problem is that only Input controls like TUniEdit and TUniCombobox are found. Is there a way that also TUniButton and TUniBitBtn are found and getting the focus. Best wishes Bernhard Quote
Sherzod Posted November 15, 2016 Posted November 15, 2016 Hi, Can you "clarify" your issue?! Maybe you need use this: http://forums.unigui.com/index.php?/topic/4321-gettaborderlist-not-work/&do=findComment&comment=21269 Best regards. Quote
Bernie07 Posted November 15, 2016 Author Posted November 15, 2016 Thanks for your answer. The problem with SelectNext is, that it only jumps to the next Input control like TUniEdit, TUniCombobox, TUniMemo and so on. But if the next control is a button like TUniBitBtn it overjump it. Is there a way also jump with SelectNext to a button, if the next control is a button? Best wishes Bernhard Quote
Sherzod Posted November 15, 2016 Posted November 15, 2016 Ok, thanks Ok we will try to analyze this issue Best regards. 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.