Mossy Posted November 26, 2012 Share Posted November 26, 2012 Hello. I'm making a panel and I included prices for some items in the panel. But the prices stick to the screen and not on the Tab that it's supposed to. addEventHandler("onClientRender", root, function() dxDrawText("$5,000", 1280, 383, 1369, 404, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$10,000", 1280, 434, 1347, 454, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$20,000", 1279, 484, 1345, 502, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$25,000", 1279, 533, 1352, 555, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) dxDrawText("$50,000", 1277, 571, 1349, 586, tocolor(255, 255, 255, 255), 1, "default", "left", "top", false, false, true, false, false) end Basically how can I put the prices on that one Tab and not the main screen? Here's a visual: http://i.imgur.com/AULuJ.jpg Link to comment
Castillo Posted November 26, 2012 Share Posted November 26, 2012 I don't see any panel nor tab. You are talking about a GUI-tab? if so then you should use GUI-labels. Link to comment
Mossy Posted November 26, 2012 Author Share Posted November 26, 2012 I don't see any panel nor tab. I just quoted the part with the prices. You are talking about a GUI-tab? if so then you should use GUI-labels. Yes and I'll try that. Thanks 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