Page 1 of 1

xBrowse new looks

Posted: Thu Dec 05, 2019 1:58 am
by MOISES
Hello,

Is it posible to create an example that shows latest xBrowse new look/styles?

Thank you.

Re: xBrowse new looks

Posted: Fri Dec 06, 2019 10:07 am
by Silvio.Falconi
what's mean

Re: xBrowse new looks

Posted: Mon Dec 09, 2019 12:28 pm
by MOISES
Hi,

This code does not change the look:

Code: Select all

 WITH OBJECT oBrowse
      
      :nStretchCol      := STRETCHCOL_WIDEST
      :SetStyle( 2018 )

END
Thank you.

Re: xBrowse new looks

Posted: Mon Dec 09, 2019 12:39 pm
by Silvio.Falconi
here make it

Image

only recordsel is not with style
If I press on header it is colorized with green color

Re: xBrowse new looks

Posted: Mon Dec 09, 2019 3:06 pm
by MOISES
Hi,
Don´t see changes.

Thanks

Re: xBrowse new looks

Posted: Tue Dec 10, 2019 8:52 am
by Silvio.Falconi
on header, on footer...

2007

Image

2010

Image

2013

Image

2015

Image

2018

Image



2019
FUTURE

Re: xBrowse new looks

Posted: Wed Dec 18, 2019 5:04 am
by Jimmy
Silvio.Falconi wrote:on header, on footer...
FUTURE
these Color come from Theme which you get when use XP Manifest.
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
so if you want you can force all Apps look like your App :idea: