ID:156092
 
im fairly new to skins so i was wondering how would i make a pane in a tab visable/invisable by use of a verb
Look at the Skin Reference page under Dream Maker > Help.
look up winset() & winshow().
In response to Nerion
the main problem i think im having is how to adress it
ill would do some thing like
winset(usr, "tab1.paneF",0)
or
winset(usr"paneF","is-visable=false")
but im when i run the program the pane is stareing right at me laughing at my attemps
In response to Flame Sage
Flame Sage wrote:
Look at the Skin Reference page under Dream Maker > Help.
In response to Flame Sage
Sorry, Wrong.
In response to Nerion
It's under Help > Skin Reference.
There it shows you examples on how to use it properly.
In response to Majorminor
Spelling :
winset > winshow
winshow(usr, "tab1.paneF",0)

visable > visible
winset(usr,"paneF","is-visible=false")
In response to Flame Sage
It gives 1 example of how to use winset vaguely, but nothing on winshow. Really doesn't explain it too well for changing programmatic I think.

Though for winclone and sending verbs from client side works perfect.