PlayAkoya Posted July 22, 2015 Share Posted July 22, 2015 Hi, I wanted to ask whether it is possible to lay my GUI login on dxDrawImage! Currently all GUI 's are concealed under the DX functions! I hope for your help! Link to comment
GTX Posted July 22, 2015 Share Posted July 22, 2015 What do you mean? To 'set' dxDrawImage as GUI's parent? Link to comment
PlayAkoya Posted July 22, 2015 Author Share Posted July 22, 2015 @GTX: Thank you for your quick response. -> My GUI 's are covered by the DX function. F8 for example.. Link to comment
GTX Posted July 22, 2015 Share Posted July 22, 2015 dxDrawImage's last argument is postGUI. If you set it to true, it should cover all GUI's. If you set it to false, the image should move to background (That is, behind GUI). An example: dxDrawImage(10, 0, 120, 140, "blah.png", 0, 0, 0, tocolor(255, 255, 255), false) -- This should move it behind GUIs Link to comment
PlayAkoya Posted July 22, 2015 Author Share Posted July 22, 2015 I love you GTX you saved my day. Issue resolved! 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