New SkinStudio 7 Pro beta on Impulse
Wednesday, November 25, 2009 by Neil Banfield | Discussion: WindowBlinds
Just a heads up that there is a much improved SKS7 beta on Impulse for OD Ultimate subscribers.
It adds an updated UI, UIS0 skin creation and lots of new Windows 7 theme parts.
Reply #42 Sunday, December 6, 2009 4:58 PM
Should this be happening?
I remember reading that there is no pressed state on win7 taskbar buttons.
Reply #43 Sunday, December 6, 2009 5:12 PM
If that's true, than that's pretty sucky. ![]()
Reply #44 Sunday, December 6, 2009 7:06 PM
One more thing:
In order for the show desktop button to blend into the taskbar, one has to add the line: BackgroundEffect=1 to the code section. There should probably be something in the extra tab to check off instead of adding the code manually
Reply #45 Tuesday, December 8, 2009 3:22 PM
Bump
Reply #47 Wednesday, December 9, 2009 6:36 PM
Also, can we have the favorites menu skinnable in Vista again? It used to be skinnable...now it's not. ![]()
Reply #48 Wednesday, December 9, 2009 6:51 PM
In order for the show desktop button to blend into the taskbar, one has to add the line: BackgroundEffect=1 to the code section. There should probably be something in the extra tab to check off instead of adding the code manually
I second that motion, not everyone looks in the codex ...and adding it manually shouldnt have to be done at all.
Reply #50 Thursday, December 10, 2009 7:10 AM
this is pretty cool, thanks for the inclusion.
Reply #51 Thursday, December 10, 2009 8:37 AM
In the traysection image, sks 7 save the .png images as .bmp...please correct this, i've edited the code editor manually for the .tga image
Reply #52 Thursday, December 10, 2009 9:46 AM
If a PNG is being converted to a BMP it will be because the image contains no per pixel alpha.
Why do you need it to save as a tga?
Reply #53 Thursday, December 10, 2009 10:37 AM
It was an image 100% transparent, because i've try an image .png and it worked correctly but then i want come back to original state without image so i've made an image 70 x 30 empty and when i've save it, appear .bmp with a classic black image, so i've edited the code editor manually and i've change the bmp with tga and all is return normal
Now i don't remember if this thing happens in sks 6 too, if yes is a suggestion for a future update ![]()
Reply #54 Thursday, December 10, 2009 12:18 PM
Now i don't remember if this thing happens in sks 6 too, if yes is a suggestion for a future update
What I do for the tray when I don't want an image there, I just put a 1px color from the taskbar along the left edge of the transparent image I make, save it as a png, and then skin studio will convert it to a tga. This happens in SKS 6...I found out how to work around it by trial and error. As long as you have at least 1 px of a color, it will be converted to a tga by SKS.
Reply #55 Thursday, December 10, 2009 12:57 PM
It's a very good suggestion jazzymjr, it works on empty image too, but you must change the extension from bmp to tga in code editor ![]()
Reply #56 Friday, December 11, 2009 1:08 PM
Been having some troubles with the "Parameters are Inconcorect" errors, just by choosing images from the dropdown list.
The section it's been happening in is the "XP specific section".
The whole thing stops working. The only way I can close it is the old "control, alt, delete" method and add it manually.
XP Home (SP3).
Reply #57 Friday, December 11, 2009 11:41 PM
I highly recommend using the tip Jazzy mentioned. You can run across some weird things with totally transparent images.
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 #41 Sunday, December 6, 2009 4:46 PM
The taskbar button states seem to be mixed up when working with w7.
In XP & Vista, everything seems to be fine.
In W7, however, it seems as though the "highlighted & activated" state is being used instead of the "pressed" state.
The normal "highlighted & activated" state works fine, it just appears that the "pressed" state is being ignored and the "highlighted & activated" state is being used in its place.
Should this be happening?