Quote:
|
Originally Posted by insomniac
hey if we can figure out how to get parameters working in onpress you could maybe do a really crappy one with /show_window buttons =)
if /show_window chat1/2/3/4 even works..
|
It would be
/show_window MainHUD.MainChat_clone_0
/show_window MainHUD.MainChat_clone_1
/show_window MainHUD.MainChat_clone_2
etc..
However we still don't know if/how you can use commands with parameters in events..
I tried making a fake tab window, by adding buttons to switch windows..
For example a button on the MainChat Page would look like this..
OnActivate="Parent.Visible=false Parent.Parent.MainChat_clone_1.Visible=true"
But that didn't work either..