iFoReX Posted July 6, 2012 Share Posted July 6, 2012 como puedo hacer para que en un gridlist aparescan los del grupo acl ? tor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(0.105,0.145,0.7575,0.7933,"Sala de Chat de BKZ Clan",true) GUIEditor_Label[1] = guiCreateLabel(37,37,85,28,"Miembros",false,GUIEditor_Window[1]) GUIEditor_Grid[1] = guiCreateGridList(11,62,121,296,false,GUIEditor_Window[1]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) guiGridListAddColumn(GUIEditor_Grid[1],"Miembros",0.2) GUIEditor_Grid[2] = guiCreateGridList(136,28,461,439,false,GUIEditor_Window[1]) guiGridListAddColumn(GUIEditor_Grid[2],"Mensaje",0.2) GUIEditor_Button[1] = guiCreateButton(12,363,118,35,"Cerrar",false,GUIEditor_Window[1]) guiSetVisible(GUIEditor_Window[1],false) showCursor(false) addEvent("visible:Chat",true) addEventHandler("visible:Chat",root,function() guiSetVisible(GUIEditor_Window[1],true) showCursor(true) end ) Link to comment
Recommended Posts