Jump to content

Help DxGUI!


FlyingSpoon

Recommended Posts

That resource is pretty old and I can't recall if it's still being worked on. In all honesty, if you don't have the experience to make additions and edits to the resource to suit your needs - you'd be better off doing it the usual way where you just check the cursor position to detect if it's hovering over a DX drawing.

Otherwise, if you do want to try it, you'll want to start with dxCreateWindow.

Link to comment

I tried it, here's the code,

test = exports.SDT_GUI:dxCreateWindow(500,200,250,300,"Character Selection",tocolor(0,179,255,255),"default-small","Lighter Black") 
exports.SDT_GUI:dxCreateButton(500,200,250,300,"Hello!",test,tocolor(255,0,0,255),"default-bold","Orange") 

Now the problem is window appears, but button doesn't!

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...