B4J Question Need to test if Initialize/Show command has been issued

chuck3e

Active Member
Licensed User
Longtime User
I need to be able to tell if a form has been opened in a called code module so that I don't try to close it if it's never been opened. I could do it with a switch but if there is a "isShow" command I'd rather use that.
 

stevel05

Expert
Licensed User
Longtime User
Try the methods .RootPane.Visible on the form
 
Upvote 0
Top