Splash uifile
NEED Help aligning user info
Tuesday, February 26, 2008 by Pyroman1010 | Discussion: LogonStudio
Hi I just started working with a splash uifile is there a way I can move where you type your password up or down i know how to move it left and right.
Thanks
Reply #2 Wednesday, February 27, 2008 5:51 PM
"The splash can be set easily left, center, and right, and top, middle, and bottom. To offset it from center, which it sounds like what you want, you need to create the splash to the left or right of center on your template. Then you need to go into the uifile and move the userpanes right or left to where you need them. The shutdown button will follow the userpanes.
A quick example, lines 517 and 518 in a default splash uifile:
element sheet=styleref(toppanelss) id=atom(toppanel) width=139rp layoutpos=left/
element sheet=styleref(toppanelss) id=atom(toppanel) width=139rp layoutpos=right/
The widths are set equal at 139. If you set the left width to say 79, and the right to 199, it will move the userpane 60 px to the left.
There is a lot of trial and error making the splash offset and then getting everything else to where you want it, but that should give you a basic idea."
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Wednesday, February 27, 2008 3:08 PM