Well, kind of. I currently want there to be three different outputs, but only one showing at a time.
However, there will be buttons to press that will select the output that's named after the button. I'm not quite sure how to get something like this to work.
ID:273183
Nov 25 2009, 12:47 pm
|
|
Nov 25 2009, 9:24 pm
|
|
Be more specific with your question, please.
|
In response to Rubeus IX
|
|
@Rubeus IX
He means a way of having 3 different buttons, each controlling the winshow() of 3 output's hiding them and showing the 1 which the button is supposed to. @Moonlight Memento button1 -> click -> Verb1 button2 -> click -> Verb2 button3 -> click -> Verb3 in Verb: winshow(src,"output1",0) winshow(src,"output2",0) winshow(src,"output3",1) Something like that where 0 hides, and 1 shows. I'm sure theres a more efficient way I'm just not 100% sure what that is. probably using switch() |
In response to Leur
|
|
Isn't he basically asking how to do what the default skin does with the info window, browser, and text window?
|
In response to Schnitzelnagler
|
|
I'll look into tabs. I was mainly going to use buttons due to the customizable look (a picture on one).
|