Android Question [XUI Views] user_interaction Java event not firing while using B4XInputTemplate

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone,
my app has a timeout timer that is resetted every time that the user interacts with the application interface.
Thanks to this method

However I just implemented a B4XDialog with B4XInputTemplate and I noticed that when the keyboard is used in Text Mode the "user_interaction" event is not fired... so I cannot reset my timeout timer... (and it is fired two times when in Number Mode 🤯 ¿¿¿)

I tried using IME to add "HandleAction" to the InputTemplate.TextField1, but also this does not work... maybe because my app is in FullScreen mode? (same reason as HeightChanged event ?...)

Thanks in advance
 
Last edited:

Mike1970

Well-Known Member
Licensed User
Longtime User
How can I intercept the user interaction also when typing in a B4XDialog?
Is it possible to declare/override the TextField1_TextChanged Sub of the EditText in the B4XInputTemplate?
 
Upvote 0
Top