Sex* Posted January 7, 2013 Share Posted January 7, 2013 Okay, i made a script, in main_client.lua the picture didnt want to show. So i put it to draw_client.lua somewhere where the userpanel main logos and others are drawn. So it went successfully to there it should be and image worked But i have this problem: As you can see the image covers the ComboBox. I have also tried this, but without luck: guiSetProperty(skinsWindow, "AlwaysOnTop", "true") Link to comment
TAPL Posted January 8, 2013 Share Posted January 8, 2013 Try use this for the image: guiMoveToBack Or maybe use this for the ComboBox: guiBringToFront Link to comment
Sex* Posted January 8, 2013 Author Share Posted January 8, 2013 Try use this for the image: guiMoveToBack Or maybe use this for the ComboBox: guiBringToFront Tried both, not working. Link to comment
Castillo Posted January 8, 2013 Share Posted January 8, 2013 Try setting AlwaysOnTop property to "True" to the comboBox. Link to comment
Cadu12 Posted January 8, 2013 Share Posted January 8, 2013 First you use guiCreateStaticImage after use guiCreateComboBox ( at end line ). 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