Thread: Syntax Help
View Single Post
  #2  
Unread 01-10-2006, 05:05 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

OnPress="
(Parent to MAINHUD level).(WindowName).visible=true
(Parent to MAINHUD level).(WindowName).(YourTabPane).ActiveTab=(X)"

Now, there will be a TabbedPane object, and it will have DataSource="(YourTabSource)". Within the TabSource, you'll have all your tabs listed. Each are numbered, starting with 0.

So if YourTabSource had Stats, Details, Factions, and Options, in that order,

ActiveTab=0 would open Stats
ActiveTab=1 would open Details

etc.
__________________
If it ain't broke, it needs more features!
Reply With Quote