Roger
On the row with the blue cursor, please explain to me which colors you want to see. (Foreground, Background).
What is the row color when the blue cursor is not covering it?
Is it black on green, or black on yellow?
In browser default colors are black text on white background. When cursor go to row, white text on blue background.
But rows in browser can have various colors of backgrounds for example black on orange, black on yellow,black on green, etc. its colored by acutally status by informations in row (browser is refreshing every 15 seconds and has informations about online processes running on server)
And when user on client PC browsing he see rows in various colors and colors tell him how status has every row. But when stay on some row, this row repaint by blue background. Because I thing about some
modity to fill not full surface row, but only his part for example frame.
But this is I thing complicated, I can realize it with some function to lighten colors, for example when on row is not cursor, then BG color is dark blue, when on row, then light blue etc.
Nice will be if can modify not only row height but also colored row height in parameter :
*aBrowPres := ;
* { { XBP_PP_COL_HA_FGCLR, GRA_CLR_WHITE }, /* Header FG Color*/ ;
* { XBP_PP_COL_HA_BGCLR, GRA_CLR_DARKGRAY }, /* Header BG Color */ ;
* { XBP_PP_COL_DA_ROWSEPARATOR, XBPCOL_SEP_DOTTED }, /* Row Sep */ ;
* { XBP_PP_COL_DA_COLSEPARATOR, XBPCOL_SEP_DOTTED }, /* Col Sep */ ;
* { XBP_PP_COL_DA_FGCLR, GRA_CLR_BLACK }, /* Row FG Color */ ;
* { XBP_PP_COL_DA_BGCLR, GRA_CLR_WHITE }, /* Row BG Color */ ;
* { XBP_PP_COL_DA_ROWHEIGHT, 16 }, /* Row Height */ ;
* { XBP_PP_COL_HA_HEIGHT, 10 }, /* Header Height */ ;
* { XBP_PP_HILITE_FGCLR, GRA_CLR_WHITE }, /* Hilite FG color */ ;
* { XBP_PP_HILITE_BGCLR, GRA_CLR_DARKBLUE }, /* Hilite BG color */ ;
* { XBP_PP_COL_FA_FGCLR, GRA_CLR_WHITE }, /* Footer FG Color */ ;
* { XBP_PP_COL_FA_BGCLR, GRA_CLR_DARKGRAY }, /* Footer BG Color */ ;
* { XBP_PP_COL_FA_HEIGHT, 10 } /* Footer Height */ ;
* }
If not exist simple solution, do not waste your time, it is not so important for the functionality of the application.
For test I add attachments in other file type
Thanks
Viktor