Jack Duijf contributed some major changes to the way the browse presentation parameters are handled.
I feared that any reports of problems would be in this area.
You and Jack will be in Hannover, so let's go over your issues next week.
eXpress++ build 256
Re: eXpress++ build 256
The eXpress train is coming - and it has more cars.
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: eXpress++ build 256
Ok, see you next week in Hanover.
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: eXpress++ build 256
Roger, regarding the colors in dcbrowse.
I think it was the case before that the colors of some of the items in the browse presentation parameters were not respected. Now with 256 they work the way you specify. I encountered this problem and before I could talk to Jack, he contacted me at your request, I found that what I thought was wrong colors were the colors for the current cursor item that I specified all along. The problem was that with versions 255 and prior they were being ignored.
When I changed the browse cursor colors to what they were actually showing before, they worked as intended. The 256 changes actually exposed the wrong colors being specified all along.
You may want to make certain this is not the case.
Cliff.
I think it was the case before that the colors of some of the items in the browse presentation parameters were not respected. Now with 256 they work the way you specify. I encountered this problem and before I could talk to Jack, he contacted me at your request, I found that what I thought was wrong colors were the colors for the current cursor item that I specified all along. The problem was that with versions 255 and prior they were being ignored.
When I changed the browse cursor colors to what they were actually showing before, they worked as intended. The 256 changes actually exposed the wrong colors being specified all along.
You may want to make certain this is not the case.
Cliff.
Re: eXpress++ build 256
Thanks for that insight, Cliff.
The eXpress train is coming - and it has more cars.
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: eXpress++ build 256
Code: Select all
;// { XBP_PP_COL_DA_HILITE_FGCLR, GRA_CLR_BLUE }, /* Cursor FG Color */ ;
;// { XBP_PP_COL_DA_HILITE_BGCLR, GRA_CLR_PALEGRAY}, /* Cursor BG Color */ ;
{ XBP_PP_COL_DA_HILITE_FGCLR, GRA_CLR_WHITE }, /* Cursor FG Color */ ;
{ XBP_PP_COL_DA_HILITE_BGCLR, GRA_CLR_BLUE}, /* Cursor BG Color */ ;