View Full Version : DataGrid skinning - green text highlight
ry_mawby
02-08-2005, 03:44 PM
I've skinned my DataGrid with code but when I click on a row I cannot make the text go any colour other than the standard green. (when the row has been clicked and is highlighted).
Any ideas of how to get round this greatly received. Cheers.
djhmateer
02-08-2005, 09:11 PM
This gives a deep red colour:
yourGrid_grd.setStyle("selectionColor", 0xEE0000);
djhmateer
02-08-2005, 09:11 PM
http://www.actionscript.org/forums/showthread.php3?t=47909&highlight=datagrid+green
ry_mawby
02-09-2005, 09:15 AM
This gives a deep red colour:
yourGrid_grd.setStyle("selectionColor", 0xEE0000);
The above code highlights the whole row deep red - all I'm looking for is the text to not appear green when selected - this code was what was given in the other link as well. Any other ideas?
I can't find any answers to this problem anywhere.
trolligator
03-23-2006, 07:48 PM
your_grid.setStyle("textSelectedColor", 0xff0000);
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.