Re: Theme configuration options

2003-10-08 Thread Steven Edwards
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Steven Edwards <[EMAIL PROTECTED]> writes: > > > I dont know what the best method is going to be to handle the old > > Winelook option. I think it should just go to /dev/null but I dont > know > > what the result will be on older Win16 apps runni

Re: Theme configuration options

2003-10-08 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > I dont know what the best method is going to be to handle the old > Winelook option. I think it should just go to /dev/null but I dont know > what the result will be on older Win16 apps running with a 9x Winelook. > Can anyone comment on this? Is there

Re: Theme configuration options

2003-10-08 Thread Dimitrie O. Paun
On Wed, 8 Oct 2003, Steven Edwards wrote: > For the most part this is all it seems to do. Differnt mertics and > Windows styles. You can see examples of this by looking at the sources > for the edit control. With the common diaglogs there is code that > implements a Win31 theme if a you want to us

Re: Theme configuration options

2003-10-08 Thread Steven Edwards
--- Kevin Koltzau <[EMAIL PROTECTED]> wrote: > I'm not very familiar with how the winelook is handled in code, what > does it > do exactly? if it simply affects system metrics & colors that would > be easily > merged with themes, if its more then that (like for example different > common > dial

Re: Theme configuration options

2003-10-07 Thread Kevin Koltzau
I'm not very familiar with how the winelook is handled in code, what does it do exactly? if it simply affects system metrics & colors that would be easily merged with themes, if its more then that (like for example different common dialogs) it may be more difficult Full blown theming in windows

Re: Theme configuration options

2003-10-07 Thread Dimitrie O. Paun
On Tue, 7 Oct 2003, Steven Edwards wrote: > Is there a way we can merge the winelook option in to the themeing > support? The work I have been doing to port comdlg32 is kind of stalled > because of tweak_winelook being incompleate in this dll. It would be > nice if we could plan on moving all of t

Re: Theme configuration options

2003-10-07 Thread Steven Edwards
--- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > Should we take no theme name as meaning theming disabled? Is there a way we can merge the winelook option in to the themeing support? The work I have been doing to port comdlg32 is kind of stalled because of tweak_winelook being incompleate in th

Re: Theme configuration options

2003-10-06 Thread Alexandre Julliard
Kevin Koltzau <[EMAIL PROTECTED]> writes: > These should probably go into the [Tweak.Layout] section (possibly only > enabled with a "WineLook"="WinXP") and of course needs the ability for > application specific settings Theming can be configured under Windows too, so we should use the same met

Re: Theme configuration options

2003-10-06 Thread Dimitrie O. Paun
On October 6, 2003 08:45 pm, Kevin Koltzau wrote: > EnableTheme ="Y|N" > ThemeMethod = "XP|GTK|KDE|..." GTK, KDE, etc are conceivable, but wont be > in initial implementation, will default to XP So let's not add it until we actually need it. > ThemeName="name of theme" for example "Luna" if Theme

Theme configuration options

2003-10-06 Thread Kevin Koltzau
I've come to a point in the development of uxtheme where configuration options will be needed, and am looking for feedback on how this should be done. I currently forsee the following options needed: EnableTheme ="Y|N" ThemeMethod = "XP|GTK|KDE|..." GTK, KDE, etc are conceivable, but wont be in