Problem with my Logon Screen

LogonXP

Hello. I made my first logon screen. I have small problem - in my new logon screen i can't see any words like "Welcome" "Shuting down..." "Loading" etc. I see on screen only image when system is loading and shuting down. Can You help me with this?

 

This is my logon:

http://www.speedyshare.com/files/24436667/AlienwareLad.logonxp
End of quote

 

Greetings,

Wolodia

2,484 views 1 replies
Reply #1 Top

/*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=left
                    element id=atom(logoarea) layout=verticalflowlayout(0,3,3,2
                        /*Logo*/
                        element id=atom(help) contentalign=wrapright width=370rp padding=rect(0rp,0rp,0rp,0rp)/
                    /element
                    element id=atom(msgarea) layout=verticalflowlayout(0,0,0,2)
                        element layout=filllayout() width=370rp
                            element id=atom(welcomeshadow) content=rcstr(7)/
                            element id=atom(welcome) content=rcstr(7)/

 

Look for the above in the UIFILE in the logon folder. The values I have bolded will by default be set to zero by logonstudio.

Set them to at least 350 for the messages to show.

Do this last after you have everything else the way you want it, must do last because any time you make and save changes in the editor

these values will be set back to zero.