Sex* Posted January 7, 2013 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")
TAPL Posted January 8, 2013 Posted January 8, 2013 Try use this for the image: guiMoveToBack Or maybe use this for the ComboBox: guiBringToFront
Sex* Posted January 8, 2013 Author Posted January 8, 2013 Try use this for the image: guiMoveToBack Or maybe use this for the ComboBox: guiBringToFront Tried both, not working.
Castillo Posted January 8, 2013 Posted January 8, 2013 Try setting AlwaysOnTop property to "True" to the comboBox.
Cadu12 Posted January 8, 2013 Posted January 8, 2013 First you use guiCreateStaticImage after use guiCreateComboBox ( at end line ).
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