Hello,
Is it posible to create an example that shows latest xBrowse new look/styles?
Thank you.
xBrowse new looks
xBrowse new looks
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: xBrowse new looks
what's mean
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: xBrowse new looks
Hi,
This code does not change the look:
Thank you.
This code does not change the look:
Code: Select all
WITH OBJECT oBrowse
:nStretchCol := STRETCHCOL_WIDEST
:SetStyle( 2018 )
END
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: xBrowse new looks
here make it
only recordsel is not with style
If I press on header it is colorized with green color
only recordsel is not with style
If I press on header it is colorized with green color
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: xBrowse new looks
Hi,
Don´t see changes.
Thanks
Don´t see changes.
Thanks
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: xBrowse new looks
on header, on footer...
2007
2010
2013
2015
2018
2019
FUTURE
2007
2010
2013
2015
2018
2019
FUTURE
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: xBrowse new looks
these Color come from Theme which you get when use XP Manifest.Silvio.Falconi wrote:on header, on footer...
FUTURE
they have change with every Windows Version so next Version might ... Darkmode
now with Windows 10 Darkmode you also can use Classic Style which make not much Difference in Darkmode.
the Difference without XP Manifest is that you also have no visual Effect like "hover" Color.
---
you can change Theme Color for 30 Parts of Control with SetSysColors() https://docs.microsoft.com/en-us/window ... tsyscolors
but it will "work" an All App as long as you login. re-login will use default Value from
Code: Select all
HKEY_CURRENT_USER\Control Panel\Colors
greeting,
Jimmy
Jimmy