logon problem

help!!!

i have creat a logon and when i load the logon and press apply, it take me to preview but it show ' value creation failed " Line 14'
i use medion 95500 res 1440x900 and LogonStudio.
2,236 views 7 replies
Reply #1 Top
richiehu, LIne 14 refers to bmp 100, the wallpaper itself. My guess is that the wallpaper is not a .bmp or it is a .jpg or some other file format renamed to .bmp and that will cause the problem you described. Open the wallpaper in your graphics editor and resave it as a .bmp. That most likely is the problem. If you still have problems, you can email the logon to me Email and I'll check it out and send it back to you with an answer.
Reply #3 Top
Ok. Let me know if that was the problem.
Reply #4 Top
yeah that was the the problem. i have try to convert jpg file to bmp by paint, acdsee, adobe photoshop, ReaConverterPro and mgi photosuite but there are some white spots on the screen. do you have an anthor program i can use?
Reply #5 Top
The white spots are normally caused when stretching an image that is a jpg converted to bmp. Sometimes setting the first and last color for center panel to black, 0,0,0 will fix it, if it does not set style to fixed and set pic width and height to your screen res. For height if you have top or bottom panels subtract those sizes from it.
Reply #6 Top
Beat me to it Cavan.
Reply #7 Top
One more last thing that will take care of the white spots if it is still there. In the uifile, line 14 also...you need to change it.

Default is:
background: rcbmp(100,6,#0,0,0,1,0);//rcbmp(100,6,#FF00FF,0,0,1,0);
Change it to:
background: rcbmp(100,6,#FF00FF,0,0,1,0);//rcbmp(100,6,#FF00FF,0,0,1,0);

Then save and apply and it should be fine.