Pane demo

by Dj dovis
Just a library on panes,winshow and winset [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Djdovis.Panedemo##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Djdovis.Panedemo##version=1

166 downloads
Version 1.1
Date added: Feb 4 2012
Last updated: Feb 7 2012
2 fans
A library showing how to utilise winshow and winset to show panes in a child.

Comments

Dj dovis: (Feb 6 2012, 5:45 am)
kk. I will add in the set hidden and a stat panel instead of the verbs. Kinda made it so it shows only the panes since I used to struggle with them. Gonna polish this some more.
Tafe: (Feb 5 2012, 10:20 pm)
mob/verb/showstats()
set hidden = 1

mob/verb/showchat()
set hidden = 1

:)

maybe you can add a statpanel instead of the verbs ;)
mob
Stat()
statpanel("panelName")
stat("statpane :3")

The verbs confused me.
Falacy: (Feb 5 2012, 7:40 am)
winset(src,"WindowName.ChildName","left=PaneName")

//not sure why you would have a pane hidden, but:
winset(src,"PaneName","is-visible=true")