Thread: GS2 Tabs
View Single Post
  #6  
Old 05-04-2007, 09:41 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Another way of doing it is inside the TabControl you could do this.
PHP Code:
thiso.catchevent(this"onSelect""TabSelected"); 
or outside of the tab control:

PHP Code:
this.catchevent("TabControlName""onSelect""TabSelected"); 
All this basically does is call another function (with parameters) once the action of the specified GUI control has happened.
Reply With Quote