Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Send_Message() functionResetZOrder message

Example

 
Code Block
* Set a group box to be behind a label.
myLabel = @window : ".LABEL_1"
myGroupBox = @window : ".GROUP_1"
call Send_Message( myLabel, "SET_ZORDER", myGroupBox)