t3wz Posted December 19, 2015 Author Share Posted December 19, 2015 @Tails That's really easy to make, if you want i can help you via PM Link to comment
AMARANT Posted March 15, 2016 Share Posted March 15, 2016 I'd really like to use your gridlists but I'm afraid I need to go back to CEGUI as they don't scale well with different resolutions. The same problem... Link to comment
Tails Posted March 18, 2016 Share Posted March 18, 2016 The same problem... http://pastebin.com/xZgqikkU Change NATIVE_RESOLUTION on line 15 to what you're working with and colors in function @ line 250 Link to comment
AlvarO Posted July 6, 2016 Share Posted July 6, 2016 I got a problem, I don't know which event wrote with the function where I script the gridlist, when i add no event, it dosn't shows and when I add it, it shows everytime, I added gridlist:SetVisible ( false ) but still when I start the script It shows, any help? function categorias() gridlist = dxGrid:Create ( (780/1920)*sX, (250/1080)*sY, (125/1920)*sX, (100/1080)*sY); gridlist:AddColumn ( "Gamemode", (125/1920)*sX ); for i = 1, 3 do gridlist:AddItem ( 1, categories[i] ) end end addEventHandler("onResourceStart", root, categorias) Link to comment
Castillo Posted July 7, 2016 Share Posted July 7, 2016 onResourceStart is a server-side event, you should use onClientResourceStart. Link to comment
AlvarO Posted July 7, 2016 Share Posted July 7, 2016 I tried it, but it happens again, when i start the script it shows, but what i tried to do is when I start the script, it hides since i press a key, sorry for my english. 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