KingOrmon Posted May 17, 2023 Share Posted May 17, 2023 Hi, I would like that trigger event button shows a mask. Actually I use the following code that works. But I would like if exists a config for enable it without listeners or a delphi property function afterrender(sender, eOpts) { sender.getTriggers().t1.el.addListener("click", function(event) { sender.showMask("Loading..."); }); } Regards Quote Link to comment Share on other sites More sharing options...
Sherzod Posted May 17, 2023 Share Posted May 17, 2023 Hello, Sorry, your case is not clear. Regards Quote Link to comment Share on other sites More sharing options...
KingOrmon Posted May 17, 2023 Author Share Posted May 17, 2023 How can I enable screek mask only when click on trigger button, not when typing or another event Quote Link to comment Share on other sites More sharing options...
Sherzod Posted May 17, 2023 Share Posted May 17, 2023 38 minutes ago, KingOrmon said: How can I enable screek mask only when click on trigger button, not when typing or another event What component are you using? Quote Link to comment Share on other sites More sharing options...
KingOrmon Posted May 17, 2023 Author Share Posted May 17, 2023 Tunicombobox Quote Link to comment Share on other sites More sharing options...
Sherzod Posted May 18, 2023 Share Posted May 18, 2023 9 hours ago, KingOrmon said: when typing or another event Make a test case to understand your case. Quote Link to comment Share on other sites More sharing options...
KingOrmon Posted May 18, 2023 Author Share Posted May 18, 2023 c.zip Quote Link to comment Share on other sites More sharing options...
KingOrmon Posted May 18, 2023 Author Share Posted May 18, 2023 I attach a simple case, see first uniDBCombobox and click on trigger button Quote Link to comment Share on other sites More sharing options...
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.