Quote from
Gaev on April 25, 2020, 3:04 am
@juancarlos
I could not find a reserved variable (like there is in VisualNEOWin) for the object with focus ... but you can use this code ...
BeginJS
var focused = document.activeElement.id;
//alert(focused);
$App.currentlyFocusedObject = focused;
EndJS
AlertBox "Currently Focused object is ..." "[currentlyFocusedObject" ""
@juancarlos
I could not find a reserved variable (like there is in VisualNEOWin) for the object with focus ... but you can use this code ...
BeginJS
var focused = document.activeElement.id;
//alert(focused);
$App.currentlyFocusedObject = focused;
EndJS
AlertBox "Currently Focused object is ..." "[currentlyFocusedObject" ""