It is a small class with some buttons (Keypad).
The routine 'Keys_Click' is not executed, but you can hear the buttons click sound.
Only happens in b4a 6.50 beta1.
Regards
Thanks for the tip @Erel .
I did find an example somewhere in the forum holding the main thread to achieve a modal effect. I just added the 'Try.... catch', and it worked.
I still don't know how to make a right coded modal dialog. Can you please give some directions?
Thank you !
Don't try to make it a modal dialog. You can put a transparent panel behind the dialog and handle its Click event. The user will not be able to access the underlying views.
if if understand it right, I MUST have a routine outside the class only to handle the Click Events.
I can not come back to the point, in main thread, following the call to the class.
Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.