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 #2 Tuesday, November 27, 2007 5:31 PM
I tried the same image for shutdown dialog with same settings and it gets picked up correctly. Skin Studio shows the imported image correctly. But after applying the theme and click on the logoff button, it does not show my image.
I tried
- delete the theme and applied again.
- logged off and login and apply again.
- restart the computer and apply again.
- apply the theme and restart the computer.
None of this seem to resolve the issue (tried these thinking that it may be a cache)
Reply #3 Tuesday, November 27, 2007 5:47 PM
I used only standard section to fix this, deleted the per pixel section.
- used the same background image (.bmp) for both shutdown and logoff background.
- For logoff I specified
- PreMultipliedAlpha=0
- HideText=1
- Trans=1
- PerPixel=1
- For Shutdown specified none of them.
It is the same image!
Now you know why I call my first skin "gimmick"
Reply #4 Friday, November 30, 2007 2:55 PM
I applied an skin that did not have a perpixel image for logoff dialog and the original XP logoff dialog appeared! I checked the code in my skin modified by SK6 and it is under perpixel. That explains how it started working. Not what I said in the previous post
It appears that WB6 ignores the standard logoff dialog image even if that is the only image setup in the skin.
Reply #5 Saturday, December 29, 2007 1:11 PM
It appears that it no longer pulls from that background to fill the transparent area of the Logoff buttons. I've been able to "solve" this by using an entirely opaque button image which duplicates the area of the background image covered by the button.
Reply #6 Saturday, February 16, 2008 4:17 AM
I cant skin the logoff dialog! tried everything. It shows the correct images in SKS 6 and 5. But dont skin them also perpixel wont show at all.
What would the steps be with a fresh skin what images do i apply and what settings.
Please do a step by step short tutorial, So i can enter Blackbird into the skinning contest
I tried to do what you Jamespaulp said but its a no go! Only my shutoff dialog displays this way. Or i have missed something!
Please remember im a newb still and Blackbird is my first so take it slow
Mainly using SKS 6 latest Free release, Do have SKS 5 free also so i can get to the code if needed.
Per pixel please wait screen works great!
Can get the shutdown dialog to skin but no trans or perpixel.
Even if i click in dont show text it still shows.
Flag skins.
Using WB 6.
All help and suggestions tips etc welcome!
Reply #7 Saturday, February 16, 2008 11:59 AM
davidaiwa[at]cox[dot]net
Reply #8 Saturday, February 16, 2008 1:15 PM
Are you guys putting the trans and perpixel code in for the per pixel shutdown and logoff screens? If you don't do that, they will not show. I am still usining SKS 5 to build the blinds, but am running WB6, and my logoffs work fine.
Reply #9 Saturday, February 16, 2008 1:43 PM
1. titlebar not displayed inside WB configuration.
2. Logoff dialog not using images you provided.
For the problem #1, I have been told that WB config uses title bar from standard windowframe. In your blind blackbird that I downloaded, the titlebar image for standard frame is a .TGA file. That was the exact same mistake I made. It must be a .BMP image.
For problem #2, I have my blind using only per pixel images in both logoff and shutdown and nothing else. I checked blackbird but the images were not updated from default, so I assume you are working on them after uploading the blind.
Reply #10 Saturday, February 16, 2008 2:09 PM
I skin both the regular and the per pixel shutdown/logoff screens. I use basically the same image for all of the them, but make the image for the regular a bmp, and the image for the per pixel a png...skin studio converts it to tga. And, again, you have to put the code in for the per pixel screens, or they won't show.
Reply #11 Saturday, February 16, 2008 2:30 PM
Reply #12 Saturday, February 16, 2008 4:32 PM
Reply #13 Saturday, February 16, 2008 8:55 PM
2 bitmaps(no transparent parts),2 tga's(translucent as you want)...code section(code view) for the tga's must have PerPixel=1...you dont even need Trans=1
Hit file,save...then apply the skin.(IF YOU DONT HIT SAVE...you may see no difference)
Reply #14 Saturday, February 16, 2008 8:58 PM
In fact if u use that.. it wont work correctly at all.
Reply #15 Saturday, February 16, 2008 9:03 PM
Limit is either 40 0r 60 characters,I forget.
That includes the skin name...lke this...SliderShutdownDialog.BackgroundPerPixelImage.tga
If that were too long(its not)...right click and rename the last bit before.tga a bit shorter.
Reply #16 Sunday, February 17, 2008 8:15 AM
working on my 2nd atm.... transparent is the name of the game
Reply #17 Sunday, February 17, 2008 3:01 PM
[LogoffDialog.BackgroundPerPixel]
Image=gimmick\ShellDlgBk.tga
HideText=1
PerPixel=1
Trans=1
LeftWidth=10
RightWidth=10
TopHeight=5
BottomHeight=5
Reply #19 Sunday, February 17, 2008 3:21 PM
Reply #20 Sunday, February 17, 2008 6:02 PM
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 #1 Tuesday, November 27, 2007 5:18 PM
Or have you made both?