Vista Style Builder

  Home Help Search Login Register  
  Show Posts
Pages: 1 2 3 [4]
121  Main / Announcements / New Forum on: December 17, 2008, 02:25:10 am
To reduce the number of spammer, we have changed from phpBB to SMF backend.

Panda X can tell you all about it  Wink
122  Help / Windows Vista / Re: How to make the taskbar smaller? on: December 11, 2008, 11:50:36 am
I'll try to make a small tool to convert hex-sequences to vista style builder lookups.
123  Other / Other / Re: Spammers/Botters on: December 11, 2008, 04:36:03 am
And if there is anyone into phpBB, please let me know, since I don't know much about it :)
124  Other / Other / Re: Spammers/Botters on: December 11, 2008, 04:35:16 am
In my ignorance, I disabled the sign-up captcha, since, after a server upgrade it was broken. I re-enabled it again now.
125  Help / Windows Vista / Re: How to not update the image numbers, please? on: December 09, 2008, 12:38:28 am
You can start up vsb with the following commandline parameter:
Code:
-noupdateimageids

But I do not provide support on VSB when this flag is set, the image ids are updated for a reason :)
126  Help / Windows Vista / Re: Stupid Question? Where do I change the right-click Menu? on: November 29, 2008, 07:20:59 pm
I typed in "menu" in the searchbox and found it almost instantly: Lists, Menus & Tabs > Menu .
127  Other / Other / Re: Bug? on: November 22, 2008, 04:16:35 am
I've put up version 1.1.0.1 which fixes the bug you mention, the BcMap could get corrupt on some instances. Whoops! Available at the usual download link.

I've added a BcMapFixer tool in the installation to fix the Bcmap of your MsStyles file, in case you need it.

Btw: the TRANSITIONDURATIONLIST:INTLIST should be set to 1 instead, 0 generates a division-by-zero error inside uxtheme.
128  Other / Other / Re: Bug? on: November 22, 2008, 03:47:21 am
Confirmed, subtle bug that occurs under some conditions. Expect a Fix ASAP.
129  Other / Other / Re: Bug? on: November 22, 2008, 12:43:48 am
I've uploaded version 1.1.0 already, which fixes this bug. You can get it at the download link mentioned in your activation e-mail.

I'll put out a mailing with changelog later tonight.

Technical Nature of the bug
VistaStyleBuilder incorrectly flagged classes which subclassed another class (e.g. StartBottom::Button) as having a parent class. This way, they actually started to inherit all properties of their parents, including mouse-hover animation (the sluggish mouseover feeling).
A correct child->parent class relation, for instance, are the Button -> ButtonStyle classes.
130  Help / Windows Vista / Re: Menu background color on: November 22, 2008, 12:31:22 am
It might be that Photoshop is playing wrong and is using the wrong way to draw the menubar.

Using a tool like Winspector (http://www.windows-spy.com/) you can find out what Class the menu bar is by target-selecting it with the targetting tool. I would do this myself, but I don't own a copy of Photoshop.
131  Other / Other / Re: Bug? on: November 21, 2008, 10:30:33 pm
I have found and fixed the bug, you can expect a release today.
132  Other / Other / Re: Bug? on: November 21, 2008, 10:28:38 pm
I have found and fixed the bug, you can expect a release today.
133  Other / Other / Re: Bug? on: November 21, 2008, 07:13:04 pm
This appears to be because of the incorrect inheriting of TRANSITIONDURATION:INTLIST, I'm looking to see if this is a Windows thing or a VSB bug.

In the meantime, you can fix this by adding TRANSITIONDURATION:INTLIST with value 1 to each element having this behaviour.
134  Tips and Visual Styles / StyleHacks / Re: Taskbar Shadowed Text on: November 16, 2008, 03:26:08 pm
Yeah, just revert the colors.
135  Help / Windows Vista / Re: Margins on: November 16, 2008, 04:27:44 am
MARGINS are a quadtuple of left, top, right, bottom. They define an inner portion of a rectangle;
the left-margin says how many pixels counted from the left border you go into the rectangle, the right-margin says how many pixels counted from the right border you go into the rectangle, etc:

Illustrates pretty ok what margins are.

Sizing margins define how an image is stretched using nine-grid-drawing. For indepth info, see http://msdn.microsoft.com/en-us/library/bb189722.aspx .

Content margins define where the content is placed inside a control, regardless of stretching it (since we define how many pixels to go from a border using margins).

caption margins are the same as content margins, but for title/captionbars.

none-margins is a VSB thing to display the exact borders of an image by using (0,0,0,0) as a margin structure.
136  Other / Other / Re: Wiki for VSB? on: November 15, 2008, 07:11:11 pm
http://www.vistastylebuilder.com/wiki :)
137  Other / Other / Re: Wiki for VSB? on: November 15, 2008, 01:36:51 am
That's a nice idea, I will look into it shortly.
138  Help / Windows Vista / Re: Help positioning caption buttons on: November 02, 2008, 03:25:29 am
How did you do it? :)
139  Help / Windows Vista / Re: Three irritating problems! Help appreciated! on: November 01, 2008, 01:56:52 pm
2 is a regular editfield :)
140  Tips and Visual Styles / Tips and Tricks / Re: Image Number and Path on: October 31, 2008, 10:25:44 pm
VSB renumbers the images for technical reasons, this is something that is required for VSB to work correctly. There cannot really be given any indication on which image gets what image number, since it depends on the order of classes and properties in your Visual Style.

There is a parameter (-noupdateimageids) that you can add to the VSB commandline: c:\program files\aveapps\vistastylebuilder\vistastylebuilder.exe -noupdateimageids
However, this is not compatible with StyleHacks, ImportXP themes or adding new images.
141  Help / Windows Vista / Re: Help positioning caption buttons on: October 30, 2008, 05:51:00 pm
Maybe it has something to do with this:

Window <WindowStyle>.RESTOREBUTTON.<default>:OFFSET:POSITION
   file1: 49, 5

Window <WindowStyle>.RESTOREBUTTON.<default>:OFFSETTYPE:ENUM
   file1: TOPRIGHT (1)
142  Help / Windows Vista / Re: How to search by color? on: October 30, 2008, 03:35:55 am
that actually is argb(a, r, g, b) ;) For example, to search for all red colors do: argb(255, 255, 0, 0)
143  Tips and Visual Styles / Tips and Tricks / Re: How do we move around the min/max/close buttons? on: October 30, 2008, 03:34:44 am
You could use the diff tool to find out the differences between this theme and aero, for example :)
144  Help / Windows Vista / Re: Color changes when element has transparent areas. on: October 28, 2008, 12:31:58 am
I'll add an option for that soon :)
145  Help / Windows Vista / Re: Color changes when element has transparent areas. on: October 27, 2008, 11:30:36 pm
This might be an unwanted side-effect of the auto alpha-fixing algorithm. Could you try to import the image using the IMPORT button while holding shift?
146  Other / Other / Re: suggestions for vistastylebuilder on: October 27, 2008, 02:36:13 am
We've had that suggestion before, and it's just of solving some issues with things like:
  • VSB changes the image resource numbers for technical reasons, so you can't use those, unfortunately.
  • How to integrate it in the current UI

A list of images can already be generated easily tho, just follow these steps:
  • Click the dropdown next to the search bar and select Values
  • In the search bar, type IMAGE
  • You'll now have a collapsed list of all elements using an image
147  Help / Windows Vista / Re: Export whole tree on: October 26, 2008, 10:54:44 pm
The next version will have an "Export whole tree" option :)
148  Other / Other / Re: suggestions for vistastylebuilder on: October 26, 2008, 06:18:52 pm
Update: We only need translators now, the application is fully supporting localization at this point.
149  Other / Other / Re: suggestions for vistastylebuilder on: October 26, 2008, 01:54:38 pm
We are looking into translations, can't give a date yet tho.
150  Tips and Visual Styles / Tips and Tricks / Re: Using image larger than default on: October 24, 2008, 08:08:21 pm
That should be possible, just give it a try :)
151  Help / Windows Vista / Re: Export whole tree on: October 23, 2008, 11:08:25 pm
You could export a stylehack with all classes you want, right clicking on a class gives you the option to export it to a stylehack, you can export multiple classes before creating the stylehack.
In the other theme, you can then import this stylehack.
152  Other / Other / Re: Ave, are you up for any suggestions? :) on: October 23, 2008, 11:06:53 pm
Undo: that's really really hard to implement.
Image list: VSB changes the image numbering with every save for technical reasons, how should they be listed then since you cannot list them by number/name. By the way, a quick way to list all images is to do a propertyy-search on IMAGE.
153  Other / Other / Re: Ave, are you up for any suggestions? :) on: October 22, 2008, 03:18:53 am
I've added a Reload Test button to the next build :)
[attachment=0:3vw9g6o4]reloadvsb.png[/attachment:3vw9g6o4]
154  Help / Windows Vista / Difference Tool on: October 22, 2008, 02:04:57 am
What is it?
VistaStyleBuilder comes with a small utility that can compare two MsStyles files and output all differences between the two files in a text file.

This can be extremely handy if you are trying to figure out how something is achieved in a particular Visual Style.

How does it work?
The tool is a bit crude to work with, but it does it job. When you launc the difference tool, you will the following:

  • 1 You will be asked to select the first MsStyles file
  • 2 After clicking OK, you will directly be asked to select the second MsStyles file
  • 3 After clicking OK, the tool will ask you if you want to ignore difference in images. You usually want to do this,so click on YES.
  • 4 Now, the Difference Tool will compare the two files and find the differences.
  • 5 When the tool has found all differences, it will ask you the file to save the differences in. Just pick any location.
  • 6 The tool will write the differences to the text file and automatically open it for you.

Example output:
Code:
FILE 1: C:\Users\ave\Desktop\aero.msstyles
FILE 2: C:\Users\ave\Desktop\ave.msstyles

PROPERTIES FOUND IN FILE 1, BUT NOT IN FILE 2
=============================================

sizevariant.LargeFonts.<default>.<default>:DISPLAYNAME:STRING
file1: Large Fonts

sizevariant.LargeFonts.<default>.<default>:TOOLTIP:STRING
file1: Large Fonts

colorvariant.NormalColor.<default>.<default>:DISPLAYNAME:STRING
file1: Glass
ROPERTIES FOUND IN FILE 2, BUT NOT IN FILE 1
=============================================

globals.<default>.<default>:TEXTGLOWSIZE:INT
file2: 0

globals.<default>.<default>:GLOWINTENSITY:INT
file2: 250
PROPERTIES WITH DIFFERENT VALUES BETWEEN FILE 1 AND FILE 2
==========================================================

documentation.<default>.<default>:DISPLAYNAME:STRING
file1 : Aero style
file2 : Aero-stijl
155  Tips and Visual Styles / StyleHacks / Re: Taskbar Shadowed Text on: October 22, 2008, 01:46:20 am
The stylehack adds everything in the Taskbar & Tray Notify > Taskband > Aero > Toolbar element.

At the moment it is not easily possible to change StyleHacks. It is possible to create your own or use the Difference Tool to find out what a stylehack did.
156  Other / Other / Re: Ave, are you up for any suggestions? :) on: October 22, 2008, 01:43:45 am
Thanks for the suggestions!

SearchBox
Can you give any details on how you think it should work? Stuff like:
 + should it work on property values only
 + should it work on classname/elements (like a filter search as in itunes or vista explorer)
 + VSB re-numbers all image numbers for efficenty, so they will have been changed after you save once, how to deal with that?
 
Refresh
Should be possible, I need to think of a way to incorporate it into the UI
157  Tips and Visual Styles / Tips and Tricks / Aero / Transparent Background and Fonts on: October 21, 2008, 12:59:40 am
Aero & Fonts
If you are using the transparency / blur features of Aero on a part, make sure you have added the TextGlowSize:int and Composited:bool properties to the element, otherwise you'll get non-antialiased fonts.
If you don't want a textglow on the element, simply set the TextGlowSize to 0.

TextGlowSize:int
Composited:bool

Technical Explanation
Vista will only render fonts alpha-aware if they have a glow applied to them, even if the glow is 0. If the element doesn't have TextGlow, the non-alpha-aware text-renderer will be used. This will result in non-antialiased texts on partial transparent backgrounds, since there will be no alpha-blending done.
158  Tips and Visual Styles / StyleHacks / Taskbar Shadowed Text on: October 21, 2008, 12:53:18 am
Taskbar Shadowed Text
[attachment=0:18x0kybg]shadow.png[/attachment:18x0kybg]
This little StyleHackes simulates a dropshadow under the taskbar text by using the TextGlow properties.
The glow properties can be found and changed in: Taskbar & Tray Notify > Taskband > Aero > Toolbar.
Pages: 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!