Yunix Posted April 11, 2014 Posted April 11, 2014 After deleting all the columns with the function: guiGridListRemoveColumn there are 2 columns left, is this a bug?
Yunix Posted April 11, 2014 Author Posted April 11, 2014 for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], i ) end Edit: Lua tags aren't working for me atm
TAPL Posted April 11, 2014 Posted April 11, 2014 Try. for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], 1 ) end
Yunix Posted April 11, 2014 Author Posted April 11, 2014 Try. for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], 1 ) end Ah, i see how it's working now, thanks.
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