JomarSevillejo Posted August 13, 2013 Share Posted August 13, 2013 Good day everyone! I am facing a small problem here.. I am new to autoIT and therefore I have a few questions to ask. I have made a GUI using KODA form Designer. I've added buttons and input boxes, then I decided to add a background image to the GUI using "Picture" from the tab "Additional", but when I did, all buttons and other GUI elements were unclickable. Why is this? Is there a "proper way" of adding a background image? Thanks in advance! Link to comment Share on other sites More sharing options...
Solution FireFox Posted August 13, 2013 Solution Share Posted August 13, 2013 Hi,If you read carefully the helpfile it's stated :If a picture is set as a background picture, as the other controls will overlap, it is important to disable the pic control: GUICtrlSetState(-1, $GUI_DISABLE).But there are many people like you who asked the same question so a quick forum search would have led you to the anwser Br, FireFox. JomarSevillejo 1 Link to comment Share on other sites More sharing options...
JomarSevillejo Posted August 13, 2013 Author Share Posted August 13, 2013 Hi, If you read carefully the helpfile it's stated : But there are many people like you who asked the same question so a quick forum search would have led you to the anwser Br, FireFox. Funny how I found that in the help file just now xD Anyways, thanks! I got it solved by changing the order in which the GUI elements are made Since it said "Overlap" then it must have been on top.. Link to comment Share on other sites More sharing options...
FireFox Posted August 13, 2013 Share Posted August 13, 2013 I got it solved by changing the order in which the GUI elements are made Since it said "Overlap" then it must have been on top..This "workaround" won't work for some cases Link to comment Share on other sites More sharing options...
Edano Posted August 13, 2013 Share Posted August 13, 2013 This "workaround" won't work for some cases . as soon as you click the pic, it will overlap again JomarSevillejo 1 [color=rgb(255,0,0);][font="'comic sans ms', cursive;"]FukuLeaks[/color][/font] Link to comment Share on other sites More sharing options...
JomarSevillejo Posted August 13, 2013 Author Share Posted August 13, 2013 . as soon as you click the pic, it will overlap again Thanks for the info! I also have a small partion where a picture changes dynamically. With the info you've given I now know what to avoid.. Thanks! Link to comment Share on other sites More sharing options...
Edano Posted August 13, 2013 Share Posted August 13, 2013 you should prefer to disable it like firefox said.... JomarSevillejo 1 [color=rgb(255,0,0);][font="'comic sans ms', cursive;"]FukuLeaks[/color][/font] Link to comment Share on other sites More sharing options...
JomarSevillejo Posted August 13, 2013 Author Share Posted August 13, 2013 you should prefer to disable it like firefox said.... Oh Okay thanks, I will. I don't see any reason why I shouldn't Link to comment Share on other sites More sharing options...
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