View Single Post
  #7  
Unread 01-08-2005, 01:27 AM
Talyns's Avatar
Talyns Talyns is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Everfrost
Posts: 604
Default

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..
Reply With Quote