Popular Post NeXuS™ Posted March 17, 2017 Popular Post Share Posted March 17, 2017 (edited) NeXuS™ presents dxLib Introduction You want to work with dx functions, but you don't understand them? This is a script for you. You can create panels created by dx functions just like with GUI functions. Status IN DEVELOPMENT Sorry guys, its not finished yet, so I'm not publishing it. This is just a show off, that you'll get this in weeks. Whats done already Spoiler dxCreateWindow dxCreateLabel dxWindowSetMovable dxWindowGetMovable dxWindowSetSizable dxWindowGetSizable dxSetVisible dxGetVisible dxLabelSetColor dxLabelGetColor dxLabelGetFontHeight dxLabelSetHorizontalAlign dxLabelSetVerticalAlign Screenshots Spoiler Syntax Spoiler dxElement dxCreateWindow ( float x, float y, float width, float height, string titleBarText, bool relative )dxElement dxCreateLabel ( float x, float y, float width, float height, string text, bool relative, [element parent = nil] )bool dxWindowSetMovable ( dxElement.window dxElement, bool boolMovable )bool dxWindowGetMovable ( dxElement.window dxElement )bool dxWindowSetSizable ( dxElement.window dxElement, bool boolSizable )bool dxWindowGetSizable ( dxElement.window dxElement )bool dxSetVisible ( dxElement dxElement, bool boolVisible )bool dxGetVisible ( dxElement dxElement )bool dxLabelSetColor ( dxElement.label dxElement, int tR, int tG, int tB )int, int, int dxLabelGetColor ( dxElement.label dxElement)int dxLabelGetFontHeight ( dxElement.label dxElement)bool dxLabelSetHorizontalAlign ( dxElement.label dxElement, string alignType)bool dxLabelSetVerticalAlign ( dxElement.label dxElement, string alignType) Edited August 4, 2017 by NeXuS™ Added more features 11 3 Link to comment
Fist Posted March 18, 2017 Share Posted March 18, 2017 Awesome job mate, keep it up! Looks very handy and useful for daily use. ^^ Link to comment
#BrosS Posted March 19, 2017 Share Posted March 19, 2017 OMG this is amazing !! but i'm i able to move the dxwindow ? and what does it mean DEV ?:p Link to comment
Fist Posted March 19, 2017 Share Posted March 19, 2017 6 minutes ago, #BrosS said: OMG this is amazing !! but i'm i able to move the dxwindow ? and what does it mean DEV ?:p by looking in section of "What's Done", yes it will be movable or more precisly it is. "DEV" Means 'Development' which he mean't by WIP (Work in Progress). 1 Link to comment
NeXuS™ Posted March 19, 2017 Author Share Posted March 19, 2017 The window is already movable, and sizable. If you wish to, you can turn those off, by using dxWindowSetMovable and dxWindowSetSizable functions. And yes, DEV means it's WIP. 3 Link to comment
NeXuS™ Posted August 4, 2017 Author Share Posted August 4, 2017 (edited) *Update* *Rewrote the whole script. *Added more functions. Edited August 4, 2017 by NeXuS™ 1 Link to comment
FlyingSpoon Posted August 5, 2017 Share Posted August 5, 2017 dxCreateGridlist, coming soon? 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