TrueGui Help
Version 105

Glossary Item Box

 

Application programming changes which require recoding: 

1. Events do not alter the current form and control. See Events 

2. Events no longer pass back any specific event data. Harvest the global EventData block instead. 

3. The format and processing of events has been radically changed. See Events 

4. Events will not be generated by commands sent by the server program. 

5. The custom ListView AddItem() function has been removed. Use ListView.Items.Add() instead. 

6. The "TrueGui." class prefix is now optional on all TrueGui class global commands. See Global Commands 

 

Client application programming changes (if you are programming your own client application): 

1. The TrueGui class is now a static class and must not be instantiated. See The TrueGui Class 

 

New features: 

1. Expression processing has been added for property, method and index arguments. See Expressions 

2. Events can now be selectively added and removed. See Events 

3. The specialized TrueGuiListView control has been added. See The TrueGuiListView Control 

4. Global functions SuspendTrace(), ResumeTrace(), and ClearTrace() have been added. 

5. Creatable client-side user objects are now supported. See User Objects