TrueGUI Developers Notebook

 

HowTo

Page history last edited by Mike Talbutt 2 yrs ago

---

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??

Standard Keyboard Shortcuts?

 

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)!

Handling multiple button (answers) message boxes.

Configuration error check.

How to add a button that prints the screen to the printer!

Conditional Error Handling

Server dynamically creates objects, etc.

Comments (0)

You don't have permission to comment on this page.