Board index » cppbuilder » Re: XP-style GUI in BDS2006 C++ Builder VCL
Kenneth de Camargo
![]() CBuilder Developer |
Kenneth de Camargo
![]() CBuilder Developer |
Re: XP-style GUI in BDS2006 C++ Builder VCL2006-03-14 08:59:40 PM cppbuilder7 SubZero wrote: QuoteHello, -- Ken |
SubZero
![]() CBuilder Developer |
2006-03-14 09:34:40 PM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
Hello,
I want to eliminate the ThemeManagerXP instance in my project. I also do not want to use .NET. What I desire is to have XP style buttons, listview etc... Is this possible with BDS2006Pro and/or architect? You may never know how attractive can a XP-look be for customers...;) Best Regards, SZ |
SubZero
![]() CBuilder Developer |
2006-03-14 11:48:41 PM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
Hello,
"Kenneth de Camargo" <INVERT:rb.moc.arret@jcrk>wrote in message : SubZero wrote: : :>Hello, :> :>I want to eliminate the ThemeManagerXP instance in my project. I also :>do not want to use .NET. What I desire is to have XP style buttons, :>listview etc... Is this possible with BDS2006Pro and/or architect? :> :>You may never know how attractive can a XP-look be for customers...;) :> :>Best Regards, :> :>SZ : : Take a look at the JVCL components, they include a set of XP-looking : controls that AFAIK do not depend on the theme manager. : : -- : Ken I looked at the mega demo of JVCL but could not see the XP look in it. Does anybody know a way to transform a VCL dfm to XP look? I really do not understand how a company like Borland can miss such a basic/essential feature! Best Regards, SZ {smallsort} |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2006-03-15 01:46:21 AM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
"SubZero" < XXXX@XXXXX.COM >wrote in message
QuoteDoes anybody know a way to transform a VCL dfm to XP look? QuoteI really do not understand how a company like Borland can miss Gambit |
Michael Gillen
![]() CBuilder Developer |
2006-03-15 04:31:37 AM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
SubZero wrote:
QuoteI looked at the mega demo of JVCL but could not see the XP look in it. Does -Michael Gillen |
Michael Gillen
![]() CBuilder Developer |
2006-03-15 04:38:18 AM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
Michael Gillen wrote:
QuoteTake a look at the XPManifest component on the Win21 tab. -Michael Gillen |
Clayton Arends
![]() CBuilder Developer |
2006-03-15 07:09:02 AM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message
QuoteThey didn't. Borland has had support for XP themes in the VCL for several - Clayton |
Clayton Arends
![]() CBuilder Developer |
2006-03-15 07:17:21 AM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
"SubZero" < XXXX@XXXXX.COM >wrote in message
QuoteI really do not imitate the look and feel of XP. I have seen components that imitate the look and feel of XP menus, outlook bars, buttons, combo boxes, and others. It might have been in the JVCL but I honestly don't remember anymore. Just do a search and you will probably find a few component hosting websites that have some. I personally would never assume that all of my clients want the look and feel of XP. I know plenty of people that, even though they own XP, turn off themeing since they think it's ugly or wastes real estate. That's their choice. If you are going to provide a different look to your apps than that of the current Windows scheme (themed or not) then you will probably want to provide your users with the option of turning your themeing off. - Clayton |
JD
![]() CBuilder Developer |
2006-03-15 02:37:03 PM
Re:Re: XP-style GUI in BDS2006 C++ Builder VCL
"SubZero" < XXXX@XXXXX.COM >wrote:
Quote
QuoteI also do not want to use .NET. QuoteWhat I desire is to have XP style buttons, listview etc... QuoteIs this possible with BDS2006Pro and/or architect? tinyurl.com/qeng9 ~ JD |