Entries from May 2009
Copy and move objects between different GUI map files
How do you copy and move objects between different GUI map files?  We can copy and move objects between different GUI Map files using the GUI Map Editor. The steps to be followed are: - Choose Tools > GUI Map Editor to open the GUI Map Editor. - Choose View > GUI Files. - Click Expand in the GUI Map Read More...
Suppress a regular expression
How do you suppress a regular expression?  We can suppress the regular expression of a window by replacing the regexp_labelproperty with label property. Read More...
Purpose of regexp_label property and regexp_MSW_class property
What is the purpose of regexp_label property and regexp_MSW_class property?  The regexp_label property is used for windows only. It operates “behind the scenes” to insert a regular expression into a window’s label description. The regexp_MSW_class property inserts a regular expression into an object’s MSW_class. It is obligatory for all types of windows and for the object class object. Read More...