Search found 36 matches

by Leon Berger
Mon Jun 08, 2015 5:15 am
Forum: eXpress++ Support
Topic: Command to set text color when highlighted
Replies: 6
Views: 9982

Re: Command to set text color when highlighted

Add these lines to your source:

Code: Select all

// Datalines highlite
//
Aadd(aBrwPres  ,{XBP_PP_COL_DA_HILITE_FGCLR,GRA_CLR_WHITE})                   // Hilite FG color
Aadd(aBrwPres  ,{XBP_PP_COL_DA_HILITE_BGCLR,GRA_CLR_BLUE})                    // Hilite BG color
//
by Leon Berger
Sun Apr 26, 2015 6:15 pm
Forum: eXpress++ Support
Topic: A better Drop Picker
Replies: 10
Views: 16493

Re: A better Drop Picker

Nice program and very helpful, thanks Roger!

Only a litte bug is in the function PerformerNames():

I miss Freddy Mercury 8-)
by Leon Berger
Sat Mar 28, 2015 3:01 am
Forum: eXpress++ Support
Topic: Screenshots requested
Replies: 58
Views: 322740

Re: Screenshots requested

by Leon Berger
Mon Jul 14, 2014 2:04 am
Forum: eXpress++ Support
Topic: Specifies the size of the window in pixels
Replies: 3
Views: 5579

Re: Specifies the size of the window in pixels

Code: Select all

 @ 2,1 DCSTATIC TYPE XBPSTATIC_TYPE_RECESSEDBOX SIZE 800, 600 PIXEL
by Leon Berger
Wed Dec 05, 2012 1:26 am
Forum: eXpress++ Support
Topic: eXpress++ build 258
Replies: 9
Views: 13106

Re: eXpress++ build 258

Perfect :-) Thank you Roger! Leon Alaska's Browse presentation parameters has always been a nightmare due to the redundancy and ambiguity. This will work correctly with all versions of eXpress++ IS: { XBP_PP_COL_DA_HILITE_FGCLR, XBPSYSCLR_HILITEFOREGROUND}, /* Hilite FG color */ ; { XBP_PP_COL_DA_HI...
by Leon Berger
Tue Dec 04, 2012 8:54 am
Forum: eXpress++ Support
Topic: eXpress++ build 258
Replies: 9
Views: 13106

Re: eXpress++ build 258

If you change the background color to another color (example GRA_CLR_RED), with build 257 you get red, with build 258 you get blue. Below is my test program. I get the same visual look with both build 257 and 258. Please modify this code so it will show something different between 257 and 258. #INCL...
by Leon Berger
Thu Nov 29, 2012 11:08 am
Forum: eXpress++ Support
Topic: eXpress++ build 258
Replies: 9
Views: 13106

Re: eXpress++ build 258

] Please post what presentation parameters you are using so I can compare the screens between 257 and 258. V257: foreground: black, background: liteblue V258: foreground: wihite, background: blue m->aBrowPres := ; { { XBP_PP_COL_HA_HEIGHT, 10}, /* Header Height */ ; { XBP_PP_COL_HA_FGCLR, GRA_CLR_BL...
by Leon Berger
Wed Nov 28, 2012 5:57 am
Forum: eXpress++ Support
Topic: eXpress++ build 258
Replies: 9
Views: 13106

Re: eXpress++ build 258

Roger,

since build 258 the backgroundcolor of the highlighted row is system default color when using "ZEBRA" and not the colour defined inside the presentation array. Please, can you check this?

Thanks :-)
Leon
by Leon Berger
Tue Sep 25, 2012 8:30 am
Forum: eXpress++ Support
Topic: Operating System Name
Replies: 6
Views: 10689

Re: Operating System Name

reganc wrote:We use Os() but that is not clever enough to identify Windows 7...
What Du you miss? OS() shows (on my PC): Windows 7 06.01 Build 07601 Service Pack 1
by Leon Berger
Wed Dec 14, 2011 4:54 pm
Forum: eXpress++ Support
Topic: Background Colors in Multirow Browsing
Replies: 6
Views: 10636

Re: Background Colors in Multirow Browsing

Many thanks Pedro, i got some help and solved at least the problem with a subclass and ownerdraw ;-)

Regards
Leon