Help! why is this happening to my Logon?

Center image problems

Ok I have no idea why this happens,For some reason I end up, with white space in the center image.
Please Help!
*Note* Logon isn't finished yet, I want to fix this problem now.
  


2,304 views 6 replies
Reply #1 Top
the main reason is the size of the image that you are using.., but ask BOSS
Reply #2 Top
Reduce the contrast of the image until black is something like 5,5,5 instead of 0,0,0. Seen it before - don't know why it does it, it just does!   
Reply #3 Top
I've seen the "Mask Color" cause this too. You might try adjusting that.
Reply #5 Top
Reduce the contrast of the image until black is something like 5,5,5 instead of 0,0,0. Seen it before - don't know why it does it, it just does!


Well, it worked kinda, there is still an area of white that curves around the xbox logo any more sugestions?
Reply #6 Top
You need to either use a larger image and not stretch it, or change a piece of code in the uifile. Some images stretch just fine, most actually, but some have the problem you are having. If you don't have a larger image to start with, open the uifile and change line 14 from this:

background: rcbmp(100,6,#0,0,0,1,0);//rcbmp(100,6,#FF00FF,0,0,1,0);

to this:

background: rcbmp(100,6,#FF00FF,0,0,1,0);//rcbmp(100,6,#FF00FF,0,0,1,0);

If you are creating the logon with the Logon Studio editor, you need to make that change as the very last thing you do, or at least don't open it with the Logon Studio editor again or it will change back and you will have to it again.

So create your logon, get everything the way you want, and then change the line in the uifile. If you don't know where it is, it's C:/Program Files/Wincustomize/Logon Studio/Your Logon.

Post back here if you have any problems or you can email me at [email protected]