benwilkins Posted January 15, 2012 Share Posted January 15, 2012 How do I go about making "Online" as Green? guiGridListSetItemText(gMemberGrid, row, colOnline, "Online" , false, false) Link to comment
ThaD4N13L Posted January 15, 2012 Share Posted January 15, 2012 Ben you have it in your vedic scripts Link to comment
HunT Posted January 15, 2012 Share Posted January 15, 2012 How do I go about making "Online" as Green? guiGridListSetItemText(gMemberGrid, row, colOnline, "Online" , false, false) guiGridListSetItemColor ( gMemberGrid, row, colOnline, 0, 0, 0 ) -- now is black Link to comment
ThaD4N13L Posted January 15, 2012 Share Posted January 15, 2012 Use this ben for the online guiGridListSetItemColor (gMemberGrid, row, colOnline, 0, 255, 0) -- now the color is green. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now