تفضل مثال مفصل و ان شاء الله تفهمة ( :
GridList = guiCreateGridList(........); -- Create Grid List (GUI Element);
TheCol = guiGridListAddColumn(...........); -- Add Column To The Grid List ;
TheRow = guiGridListAddRow(GridList); -- Add The Row To The Grid List ;
guiGridListSetItemText (GridList,TheRow,TheCol ,"Test Color",false,false); -- Set Text For Test it ;
setTimer( function() guiGridListSetItemColor (GridList,TheRow,TheCol ,math.random(1,255), math.random(1,255), math.random(1,255)); end,100,0); -- Change Color ;
أي استفسار في الخدمة #