Android Question Autocomplete event declaration possible minor bug

Markos

Well-Known Member
Licensed User
Longtime User
Hi Erel

The UI for selecting an object after pressing the Tab does highlight the events but upon pressing enter it places the following

Public Sub EventName_Enterpressed

This was done selecting the EditText object

This is B4a v6.8
 

MarcoRome

Expert
Licensed User
Longtime User
Hi Erel

The UI for selecting an object after pressing the Tab does highlight the events but upon pressing enter it places the following

Public Sub EventName_Enterpressed

This was done selecting the EditText object

This is B4a v6.8

EventName_Enterpresse is this event ( when you click on "Done" button):



id you want select in automatic a EditText you write:

B4X:
EditText1.RequestFocus
 
Upvote 0

Markos

Well-Known Member
Licensed User
Longtime User
I was hoping
I was hoping it would come up with a list of declared events as defined in the i itialize statement. But on thinking further it would be unfair for the IDE to do that as it would have to do a precompile parse for each edit to know that. So my concern is now null and void

Thanx

Mark
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…