Logon Studio making a "user account" background color transparent

Ok, so its me again I ahve been trying to make transparent bmps so that my user account box on my logons dont show different or so that I dont have to try to match up the pictures and make a seperate picture to go in the user account box. So any ideas how this can be done other than using ps to make it transparent and save as a 128 or using that pinkish color, beacause both of those have not been working for me. Thanks again
3,879 views 3 replies
Reply #1 Top
You need to edit the UIFILE in the logon folder. Look for the following, will be near the bottom

/*CenterDivider*/

element id=atom(ContentContainerLeftPanel) layout=filllayout() layoutpos=left
element id=atom(ContentContainerLeftPanel2) layout=flowlayout(1,3,2,3) layoutpos=client
element id=atom(leftpanel) sheet=styleref(leftpanelss) layout=filllayout() layoutpos=lef>
element id=atom(logoarea) layout=verticalflowlayout(0,3,3,2)
/*Logo*/
element id=atom(help) contentalign=wrapright width=350rp padding=rect(0rp,0rp,0rp,0rp)/
/element
element id=atom(msgarea) layout=verticalflowlayout(0,0,0,2)
element layout=filllayout() width=350rp

The 2 bolded values of 350 are set to zero by lgonstudio, need to set to at least 300 for messages to show properly on one line.
+1 Loading…
Reply #2 Top
That is easy.

Looked at the UIFILE once to compare it to one with messages to see if could spot the difference and soon gave it up as bad idea.

Maybe I should of just asked. :D

Reply #3 Top
Thank you so much I'll go give it a try and sorry for that random post on your profile site earlier.