You can indeed fire off several commands. It's usually easiest to just hit enter down to a new line, but technically you can separate by a space.
However, note that while the engine reads from top to bottom, it reads commands from right to left.
In the UIBuilder, OnShow=
Code:
Button1.press=true
Button2.press=true