need help with scripting the logon layout
calling all scripting gurus
This section of code was taken from the LogonStudio template standard.uifile
The ares I am attempting to modify is the vertical divider
- ...
- <element id=atom(rightpanel) sheet=styleref(rightpanelss) layout=borderlayout() layoutpos=left width=384rp>
- <span style="background-color: #ffff00;"><element id=atom(divider) layoutpos=left width=1rp/></span>
- <scrollviewer id=atom(scroller) sheet=styleref(scroller) layoutpos=client xscrollable=false margin=rect(26rp,0rp,0rp,0rp)>
- <selector id=atom(accountlist) sheet=styleref(accountlistss) layout=verticalflowlayout(0,3,3,2)/>
- </scrollviewer>
- </element>
- ...
I would like take the divider element and break into two parts, one stacked on top of the other.
If I am able to do that then I can use a vertical gradient on each to simulate the original divider without an image.
Any suggetstions?