paranada_g
06-07-2013, 04:41 AM
Hi,
I,m using a IliTableGadget and want to change the background of different rows to different colours, but the only thing i could do was to change the whole table background cell. I write down my code.
IliTableGadget * _tab;
_tab->setCellForeground( getDisplay()->getColor("Green") );//This change the foreground of all cells.
What i want is to change only a row color.
Please could anyone help.
Thank you.
I,m using a IliTableGadget and want to change the background of different rows to different colours, but the only thing i could do was to change the whole table background cell. I write down my code.
IliTableGadget * _tab;
_tab->setCellForeground( getDisplay()->getColor("Green") );//This change the foreground of all cells.
What i want is to change only a row color.
Please could anyone help.
Thank you.