Chris Simon
April 19th, 2004, 09:44 AM
I have a set of Girder commands that mange the position of windows on the screen.
I use this GML on more than one system that have differrent resolutions.
The position values vary with resolution.
My solution was to isolate all the position commands in a specific group and exectute the individual command via GOTOs from the main body. I can then build different GMLs for each resolution and than just IMPORT these into the main GML.
Unfortunately the GOTO refferences the command name and not the EVENT string. So when I swap the 2 position GMLS the GOTOs all become unresoled.
Is there any command that allows the functionality of the GOTO - exectute and then return - but uses the event name which would allow more portability
I use this GML on more than one system that have differrent resolutions.
The position values vary with resolution.
My solution was to isolate all the position commands in a specific group and exectute the individual command via GOTOs from the main body. I can then build different GMLs for each resolution and than just IMPORT these into the main GML.
Unfortunately the GOTO refferences the command name and not the EVENT string. So when I swap the 2 position GMLS the GOTOs all become unresoled.
Is there any command that allows the functionality of the GOTO - exectute and then return - but uses the event name which would allow more portability