Master_MTA Posted September 20, 2018 Share Posted September 20, 2018 hi dude i created my own dx lib but i will take your update system is that okay with you? @thisdp Link to comment
Scripting Moderators thisdp Posted September 20, 2018 Author Scripting Moderators Share Posted September 20, 2018 1 minute ago, Master_MTA said: hi dude i created my own dx lib but i will take your update system is that okay with you? @thisdp As you wish 1 1 Link to comment
Master_MTA Posted September 20, 2018 Share Posted September 20, 2018 Just now, thisdp said: As you wish thx dude that offered to me a lot of time 1 Link to comment
JeViCo Posted September 20, 2018 Share Posted September 20, 2018 20 hours ago, thisdp said: sry, it's my fault, updatedgs But it seems there is still a problem. I will fix it later Thank you no problem. I'm glad i can help you while testing your awesome script. Keep it up 1 Link to comment
JeViCo Posted September 22, 2018 Share Posted September 22, 2018 @thisdp, could you check label properties? "clip" property doesn't work if current label has "colorcoded" property Link to comment
Scripting Moderators thisdp Posted September 22, 2018 Author Scripting Moderators Share Posted September 22, 2018 2 hours ago, JeViCo said: @thisdp, could you check label properties? "clip" property doesn't work if current label has "colorcoded" property That is clearly claimed in dxDrawText Link to comment
JeViCo Posted September 22, 2018 Share Posted September 22, 2018 2 hours ago, thisdp said: That is clearly claimed in dxDrawText oh, i'm sorry Link to comment
^iiEcoo'x_) Posted November 6, 2018 Share Posted November 6, 2018 How relative elements ? Link to comment
Scripting Moderators thisdp Posted November 7, 2018 Author Scripting Moderators Share Posted November 7, 2018 16 hours ago, #_iMr,[E]coo said: How relative elements ? what do you mean? Link to comment
^iiEcoo'x_) Posted November 7, 2018 Share Posted November 7, 2018 24 minutes ago, thisdp said: what do you mean? I want to make the size of the painting suitable for measuring the screen Link to comment
Scripting Moderators thisdp Posted November 8, 2018 Author Scripting Moderators Share Posted November 8, 2018 16 hours ago, #_iMr,[E]coo said: I want to make the size of the painting suitable for measuring the screen just like GUI Link to comment
^iiEcoo'x_) Posted November 9, 2018 Share Posted November 9, 2018 23 hours ago, thisdp said: just like GUI Can I create a frame around the button? Link to comment
Scripting Moderators thisdp Posted November 9, 2018 Author Scripting Moderators Share Posted November 9, 2018 (edited) 1 hour ago, #_iMr,[E]coo said: Can I create a frame around the button? outline? Edited November 9, 2018 by thisdp Link to comment
^iiEcoo'x_) Posted November 9, 2018 Share Posted November 9, 2018 6 hours ago, thisdp said: outline? Yes Link to comment
Scripting Moderators thisdp Posted November 10, 2018 Author Scripting Moderators Share Posted November 10, 2018 15 hours ago, #_iMr,[E]coo said: Yes https://wiki.multitheftauto.com/wiki/DGS_General_Basic_Properties Property: outline Link to comment
^iiEcoo'x_) Posted November 28, 2018 Share Posted November 28, 2018 (edited) exports [ 'dgs' ]:dgsCreateTab ( '----' , DirectX.TabPanel [ '---' ] , _ , _ , _ , tocolor ( 26 , 23 , 21 , 241 ) , _ , _ , _ , _ , tocolor ( 208, 93, 0, 255 ) , tocolor ( 208, 93, 0, 255 ) ) Arg 6 < Edited November 28, 2018 by #_iMr,[E]coo Link to comment
ميدوح Posted November 30, 2018 Share Posted November 30, 2018 ERROR: dgs\test.lua:151: attempt to call global 'dgsCreateMedia' (a nil value) Link to comment
^iiEcoo'x_) Posted December 1, 2018 Share Posted December 1, 2018 On 30/11/2018 at 13:04, ميدوح said: ERROR: dgs\test.lua:151: attempt to call global 'dgsCreateMedia' (a nil value) Give me your code Link to comment
ميدوح Posted December 1, 2018 Share Posted December 1, 2018 3 hours ago, #_iMr,[E]coo said: Give me your code !!dgs\test.lua function mediaTest() local media = dgsCreateMedia(600,600) --local image = dgsCreateImage(200,100,400,400,media,false) dgsMediaLoadMedia(media,"liquicity.mp4","VIDEO") end addCommandHandler("mediaTest", mediaTest) Link to comment
^iiEcoo'x_) Posted December 1, 2018 Share Posted December 1, 2018 @ميدوح - exports ? - start "dgs" DGS = exports.dgs browser = DGS:dgsCreateMediaBrowser(600,600) --[[Create a media browser ( CEF browser with my api )]] img = DGS:dgsCreateImage(400,200,600,600,browser,false) --[[Create an image because media browser is a browser ( hmm... it is a kind of texture ) ]] DGS:dgsMediaLoadMedia(browser,"test.webm","VIDEO") -- [[Give a video file ( Local video and only support .webm file for video and .ogg file for audio)]] DGS:dgsMediaPlay(browser) --[[Now ! Let's get Higher!]] 1 Link to comment
Eslam Posted April 14, 2019 Share Posted April 14, 2019 @thisdp I really want know how to add add image /logo in the script / how to make gui background Link to comment
Scripting Moderators thisdp Posted April 16, 2019 Author Scripting Moderators Share Posted April 16, 2019 On 15/04/2019 at 02:04, Fighter said: @thisdp I really want know how to add add image /logo in the script / how to make gui background Your description is not clear enough to understand. Maybe you would like to see this https://wiki.multitheftauto.com/wiki/Dgs-dxwindow Link to comment
edge Posted October 6, 2019 Share Posted October 6, 2019 (edited) Hello, where's the onDgsScrollBarScrollPositionChange event? How it's named now? Edited October 6, 2019 by edge Link to comment
Scripting Moderators thisdp Posted October 6, 2019 Author Scripting Moderators Share Posted October 6, 2019 8 hours ago, edge said: Hello, where's the onDgsScrollBarScrollPositionChange event? How it's named now? https://wiki.multitheftauto.com/wiki/OnDgsElementScroll 1 Link to comment
Scripting Moderators thisdp Posted December 10, 2019 Author Scripting Moderators Share Posted December 10, 2019 DGS Supports GUI TO DGS Now and still under testing: https://wiki.multitheftauto.com/wiki/G2D 1 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