Jump to content

Need some help


Mossy

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...