will briggs Posted August 18, 2011 Share Posted August 18, 2011 Hey, Just dont get why this isnt, working... function onGridClick() local row,col = guiGridListGetSelectedItem(guiGridList) if(tabname[row]) then guiSetText(memo,tabname[row]) end else guiSetText(memo,"") end end Link to comment
BinSlayer1 Posted August 18, 2011 Share Posted August 18, 2011 function onGridClick() local row,col = guiGridListGetSelectedItem(guiGridList) if(tabname[row]) then guiSetText(memo,tabname[row]) else guiSetText(memo,"") end end looks like you had an extra end Link to comment
will briggs Posted August 18, 2011 Author Share Posted August 18, 2011 Tah, now our info box works 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