1.

Without The Gui Map, Use The Phy Desc Directly?

Answer»

It's easy, just take the DESCRIPTION straight out of the GUI map squigglies and all, put it into a variable (or pass it as a string) and use that in place of the OBJECT name.

button_press ( “btn_OK”);

becomes

button_press (“{class: push_button, LABEL: OK}");

It's easy, just take the description straight out of the GUI map squigglies and all, put it into a variable (or pass it as a string) and use that in place of the object name.

becomes



Discussion

No Comment Found