---
How to ...
Later this might get menued, etc. but for now just adding sections. Start each section with three dashs on one line, followed by a line beginning with one explanation point and a space and then the title.
The best way to find something on this wiki is to use the "search hear" box in the far upper right!
Here are questions that need answers - anyone??
Call TrueGUI Support - they have done it but not yet updated this FAQ.
How to know when a user switches to another screen or back to the TrueGUI screen:
Actually simple: There are two ways.
Generally, just look at the Object name returned with each event.
To know even when they have not done something to cause an event that you turned on:
print "{ AddEvent("+sd$+"Activated"+sd$+", "+PID$+"MyForm) }" ! For when handling multiple independent forms
How to quickly find out what events might be available:
In Visual Studio, select the object and look at it's "Properties". Near the top of the properties dropdown is a lighting bolt. Click that and get a list of events that object can generate.
Here are some answers, but best if you use the search (upper right of each screen)!
Comments (0)
You don't have permission to comment on this page.