B4J Question Active view name

elitevenkat

Active Member
Licensed User
Longtime User
can we get the name of the current view that has focus ? like activecontrol.name in VB ? i need this to handle keypress event of activity and based on the current view, execute some sub

or

is it possible to define keypress event for the required control. example for
sub combobox_keypressed(key code) by default there is no keypress event for combobox.
 
Top