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 On 20/09/2018 at 03:51, Master_MTA said: hi dude i created my own dx lib but i will take your update system is that okay with you? @thisdp Expand As you wish 1 1 Link to comment
Master_MTA Posted September 20, 2018 Share Posted September 20, 2018 On 20/09/2018 at 03:53, thisdp said: As you wish Expand thx dude that offered to me a lot of time 1 Link to comment
JeViCo Posted September 20, 2018 Share Posted September 20, 2018 On 19/09/2018 at 16:52, thisdp said: sry, it's my fault, updatedgs But it seems there is still a problem. I will fix it later Thank you Expand 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 On 22/09/2018 at 09:19, JeViCo said: @thisdp, could you check label properties? "clip" property doesn't work if current label has "colorcoded" property Expand That is clearly claimed in dxDrawText Link to comment
JeViCo Posted September 22, 2018 Share Posted September 22, 2018 On 22/09/2018 at 11:23, thisdp said: That is clearly claimed in dxDrawText Expand 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 On 06/11/2018 at 16:12, #_iMr,[E]coo said: How relative elements ? Expand what do you mean? Link to comment
^iiEcoo'x_) Posted November 7, 2018 Share Posted November 7, 2018 On 07/11/2018 at 09:08, thisdp said: what do you mean? Expand 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 On 07/11/2018 at 09:33, #_iMr,[E]coo said: I want to make the size of the painting suitable for measuring the screen Expand just like GUI Link to comment
^iiEcoo'x_) Posted November 9, 2018 Share Posted November 9, 2018 On 08/11/2018 at 01:52, thisdp said: just like GUI Expand 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) On 09/11/2018 at 01:08, #_iMr,[E]coo said: Can I create a frame around the button? Expand outline? Edited November 9, 2018 by thisdp Link to comment
^iiEcoo'x_) Posted November 9, 2018 Share Posted November 9, 2018 On 09/11/2018 at 02:25, thisdp said: outline? Expand Yes Link to comment
Scripting Moderators thisdp Posted November 10, 2018 Author Scripting Moderators Share Posted November 10, 2018 On 09/11/2018 at 08:37, #_iMr,[E]coo said: Yes Expand 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 11:04, ميدوح said: ERROR: dgs\test.lua:151: attempt to call global 'dgsCreateMedia' (a nil value) Expand Give me your code Link to comment
ميدوح Posted December 1, 2018 Share Posted December 1, 2018 On 01/12/2018 at 11:51, #_iMr,[E]coo said: Give me your code Expand !!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 14/04/2019 at 18:04, Fighter said: @thisdp I really want know how to add add image /logo in the script / how to make gui background Expand 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 On 06/10/2019 at 10:53, edge said: Hello, where's the onDgsScrollBarScrollPositionChange event? How it's named now? Expand 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