PDA

View Full Version : 0.66 Windows Standard color / App Title


huesage
30th October 2004, 23:58
Two little comments, this is by no means a priority of any sort but here it goes:

1- Title of program has a Typo in it:
3DVD Rebuilder v0.66 (Beta)

2- Windows Standard Skin no longer has ability to be in Windows Standard Colors, GREY. Options were available before.


I am a big fan of using windows standard colors and style, I have just added "BackColor=-2147483633" under [OPTIONS] in rebuilder.ini file as I could not find anything in the skin TXT file to change the background color. This workarround leaves green shades arround the default program buttons.

PS: I have ran "The Aristocats" Multi-angle DVD and the backup was flawless all angles were in perfect working order.

Jdobbs, Thanx so much, your hard work is very much apreciated, you can expect another humble donation from me in the near future.

jdobbs
31st October 2004, 01:05
Funny... I know exactly how the 3 got in the title... I have a KVM switchbox that goes between computers using keystrokes. Sometimes I miss a stroke while working on code and I get a number mixed in my text. I'll clean that up for the next release.

As for the background color in "Windows Standard" Mode. All you have to do is set "BackColor=&H8000000F" in the Rebuilder.ini [Options] section and it will default to the standard color. You can set it to any other color as well using this means. The least significant three bytes of a hex value represent Blue, Green, and red so, for example:

&HFF0000 = Pure blue
&H00FF00 = Pure green
&H0000FF = Pure red

White is &HFFFFFF, Black is &H00 etc...