Not able to skin Logoff dialog
Tuesday, November 27, 2007 by jamespaulp | Discussion: SkinStudio Help
To test if this is a problem with my current skin I created a new test skin in Skin Studio 6 (Advanced format) and imported an image from another skin that has it working and still doesn't work.
Shutdown dialog works fine in either case.
What am I doing wrong? Is there a hidden setting that I am missing?
Reply #22 Thursday, February 28, 2008 2:14 AM
Well using SKS 5 and following the above tips i now have pp log/shut dialogs.. problem is the blue standard.bmp show thru at button corners and log off icons..(only at the logoff dialog, the shutdown show the right background the bmp version looking the same as the pp one) also is there a way to turn of the dimming of the screen i get that frame around my logoff dialog.. since its smaller than standard. I have searched but couldn't find a good answer..
also what does the blind need to have to for the WB6 badge?
Pls help its the last thing i need for finalizing it
Reply #23 Thursday, February 28, 2008 4:32 AM
The dimming?Sounds like the Shutdown?Logoff screen image.It can be see thru,translucent,solid color...pattern,whatever.
Reply #24 Thursday, February 28, 2008 7:19 AM
Yeah you know the desktop fade to gray when the shutdown dialog shows... where can i find it in sks?
Reply #25 Thursday, February 28, 2008 7:25 AM
Reply #26 Thursday, February 28, 2008 7:46 AM
Reply #27 Friday, February 29, 2008 3:55 AM
Solution dont touch any of the shutdown/logoff parts in SKS6 do this last (if you are using SKS 6 as main editor) in SKS 5 and finalize your skin.
You need all in all 4 images 2 for the regular backgrounds and 2 for the per pixel ones. And it didn't work for me using the same image for both shutdown and log off bitmap and per pixel respectively. Also use short names for them less than 50 chars to be on the safe side.
Step by step.
1. Create your Logoff/Shutdown Size 313x198px
2. Save it as logoffbitmap.BMP and shutdownbitmap.BMP (if you are using the same for shut/logoff)
3. Save Perpixel backgrounds as logoffPP.PNG and shutdownPP.PNG
4. In SKS 5 Import/browse BMP's for the regular background and the PNG's for the perpixel ones.
5.Go to CODE, the tab in the top of the middle window. Click "Logoff Dialog" in tree view (In the "XP Shell" branch) And it will jump to where you need to be in the code. If you aren't there already.
6.Add "PerPixel=1" under "[LogoffDialog.Background]" and do the same for shutdown. Delete this under perpixel if there is such a line. This will generate a error if you analyze the skin but just ignore it.
And here is how the working code should look like.
(HideText=1 is optional ofcourse, it hides the "Log off windows" and "Turn of computer" text)
------------------------------------------------------------------
[PleaseWait.BackgroundPerPixel]
Image=Whitebear\WhitebearPleaseWait.BackgroundPerPixelImage.tga
PerPixel=1
TextShift=500
TextShiftY=0
[Screen.BackgroundPerPixel]
Image=Whitebear\WhitebearScreen.BackgroundPerPixelImage.tga
Trans=1
PerPixel=1
LeftWidth=610
RightWidth=600
TopHeight=500
BottomHeight=500
SmartSmallMargins=1
[LogoffDialog.Background]
Image=Whitebear\WhitebearLogoffDialogBackground.bmp
PerPixel=1
[ShutdownDialog.Background]
Image=Whitebear\WhitebearShutdownDialogBackground.bmp
PerPixel=1
[LogOffDialog.BackgroundPerPixel]
Image=Whitebear\WhitebearLogOffDialog.BackgroundPerPixelImage.tga
HideText=1
[ShutdownDialog.BackgroundPerPixel]
Image=Whitebear\ShutdownDialog.BackgroundPerPixelImage.tga
HideText=1
------------------------------------------------------------------
Reply #29 Friday, February 29, 2008 4:11 AM
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 #21 Sunday, February 17, 2008 7:40 PM