Not able to skin Logoff dialog

Tuesday, November 27, 2007 by jamespaulp | Discussion: SkinStudio Help

I am not sure what I am doing wrong but I am not able to get the logoff dialog skin changed. It always shows the default one. I can change the flag image on the dialog and it works.

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?
First Previous Page 1 of 2 Next Last
BoXXi
Reply #1 Tuesday, November 27, 2007 5:18 PM
Is this the per pixel logoff dialog, or the standard one?
Or have you made both?
jamespaulp
Reply #2 Tuesday, November 27, 2007 5:31 PM
First I tried just the standard and then added the per pixel. It did not work in either case.

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)
jamespaulp
Reply #3 Tuesday, November 27, 2007 5:47 PM
Got it to working using SK6 by manipulating some settings.
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"
jamespaulp
Reply #4 Friday, November 30, 2007 2:55 PM
This seems to be a bug in WB6.

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.
Daiwa
Reply #5 Saturday, December 29, 2007 1:11 PM
I think something changed with WB6. Previously, when using a Logoff button with magic pink trans, WB would use the standard dialog background image to "fill" the transparent area, even if a perpixel background image was being used & displayed. I got around this by using the same image for both standard & perpixel backgrounds and the buttons would display correctly with WB5, picking up the backgound from the standard image.

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.
voidcore
Reply #6 Saturday, February 16, 2008 4:17 AM
I need help with this!

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!
Daiwa
Reply #7 Saturday, February 16, 2008 11:59 AM
If you could zip up the skin & send it, I'd be glad to take a look at it. Might be easier and more specific.

davidaiwa[at]cox[dot]net
jazzymjr
Reply #8 Saturday, February 16, 2008 1:15 PM
Just a thought....

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.
jamespaulp
Reply #9 Saturday, February 16, 2008 1:43 PM
voidcore, looks like you have hit at least 2 issues I had

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.
jazzymjr
Reply #10 Saturday, February 16, 2008 2:09 PM
james,
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.
jamespaulp
Reply #11 Saturday, February 16, 2008 2:30 PM
I am thinking that WB6 may not be using the regular bmp for logoff dialog. I don't add code myself. When I import the image and set the margins, SKS5/6 adds the code for me.
jazzymjr
Reply #12 Saturday, February 16, 2008 4:32 PM
James, the code I am referring to is the lines you have to add in the code tab for the per pixel shutdown and logoff screens...at least in SKS 5 you do. They are: Trans=1 and PerPixel=1. You don't have to do that for the wait screen though...it is already there.
I.R. Brainiac
Reply #13 Saturday, February 16, 2008 8:55 PM
shutdown and logoff images(4 alltogether)

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)
vStyler
Reply #14 Saturday, February 16, 2008 8:58 PM
you dont even need Trans=1


In fact if u use that.. it wont work correctly at all.
I.R. Brainiac
Reply #15 Saturday, February 16, 2008 9:03 PM
Also...if the NAME of the image file is too long...they will NOT show...check and rename if needed.
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.
voidcore
Reply #16 Sunday, February 17, 2008 8:15 AM
Ahh thank you for all the tips going to try em now... ill get back to you guys after.
working on my 2nd atm.... transparent is the name of the game Anyone wanna be a labrat later?
jamespaulp
Reply #17 Sunday, February 17, 2008 3:01 PM
I think in my case it was added by SKS 6. The section has Trans=1.

[LogoffDialog.BackgroundPerPixel]
Image=gimmick\ShellDlgBk.tga
HideText=1
PerPixel=1
Trans=1
LeftWidth=10
RightWidth=10
TopHeight=5
BottomHeight=5
vStyler
Reply #18 Sunday, February 17, 2008 3:11 PM
Remove Trans=1   
jamespaulp
Reply #19 Sunday, February 17, 2008 3:21 PM
I just did and could not see any difference. What difference am I supposed to see? It is a TGA file with no transparency.
vStyler
Reply #20 Sunday, February 17, 2008 6:02 PM
Make sure u have Trans=1 removed.... follow IR's last two posts verbatim.. especially checking the lengths of filenames and it should work fine.

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!



web-wc01