@Erel@trepdas is talking about double clicking on a view and then the B4A IDE will popup in front of the designer in the correct activity with a cursor in the correct sub for the view that you just double clicked on. Basically the same thing that happens when you double click on a button in VB.
@Erel@trepdas is talking about double clicking on a view and then the B4A IDE will popup in front of the designer in the correct activity with a cursor in the correct sub for the view that you just double clicked on. Basically the same thing that happens when you double click on a button in VB.
in the above example , it is good only upon creation (in the first time).
if I repeat and "regenerate" a member which was already declared - then, it would be
nice if the cursor in the IDE will still wait for me in : ...
sub Button1_Click
[here]
End Sub
(I mean even if the sub already exists)
I think that a feature like this will dramatically improve navigating within my code...