B4J Question Disable event

rossati

Active Member
Licensed User
Longtime User
Hi
On searching how disable a lost focus text event (B4J) I found an example that use the Reflection library, but where is the library?
The work can be made by JavaObject library?
Thanks
 

rossati

Active Member
Licensed User
Longtime User
Thank GMan
jReflection is not on the standard library; I don't want, if possible, to depend on external libraries.
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
I don't want, if possible, to depend on external libraries
Why ever not?

jReflection is a minor modification for B4J to the standard B4A Reflection library which I wrote, and which Erel adopted. It's not going anywhere and once you have a copy archived you are set for the future anyway.
 
Upvote 0

rossati

Active Member
Licensed User
Longtime User
Thanks agrham
The project isn't only for meit is an utility for (de)generate forms in the absence of alternatives, obtorto collo, I will insert the indicated library (which I consider very valid).
 
Upvote 0
Top