Go Back   Winamp Forums > Skinning and Design > Modern Skins

Reply
Thread Tools Search this Thread Display Modes
Old 19th October 2001, 10:33   #1
Naamloos
Forum King
 
Naamloos's Avatar
 
Join Date: Mar 2001
Location: irc.tehflap.org/*******
Posts: 3,085
Loading button which is in a group

I have a button in a group which i want to use, how do I load it? because the group is defined before the layout...

code:

System.getContainer("main").getLayout("normal").getObject("myfavbutton");

Naamloos is offline   Reply With Quote
Old 19th October 2001, 18:58   #2
Francis
French Admin
 
Join Date: Nov 2000
Posts: 329
Re: Loading button which is in a group

Quote:
Originally posted by no*name
I have a button in a group which i want to use, how do I load it? because the group is defined before the layout...

code:

System.getContainer("main").getLayout("normal").getObject("myfavbutton");

Try :

// Get the group object :
Group mygroup = System.getContainer("main").getLayout("normal").getObject("groupid");
// Get the button off the group
Button mybutton = mygroup.getObject("myfavbutton");

Francis.

Bluemars - Music For The Space Traveller
Francis is offline   Reply With Quote
Old 19th October 2001, 21:02   #3
Naamloos
Forum King
 
Naamloos's Avatar
 
Join Date: Mar 2001
Location: irc.tehflap.org/*******
Posts: 3,085
Thumbs up

Thanks it works!~!!!
Naamloos is offline   Reply With Quote
Old 20th October 2001, 03:19   #4
lunarboy1
Forum King
 
lunarboy1's Avatar
 
Join Date: Dec 2000
Location: Somewhere, USA
Posts: 2,233
Re: Re: Loading button which is in a group

Quote:
Originally posted by Francis


Try :

// Get the group object :
Group mygroup = System.getContainer("main").getLayout("normal").getObject("groupid");
// Get the button off the group
Button mybutton = mygroup.getObject("myfavbutton");

Francis.
Nice, Francis! I had the same question .
lunarboy1 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump