JomarSevillejo Posted August 13, 2013 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!
Solution FireFox Posted August 13, 2013 Solution Posted August 13, 2013 Hi,If you read carefully the helpfile it's stated : Quote 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
JomarSevillejo Posted August 13, 2013 Author Posted August 13, 2013 On 8/13/2013 at 10:35 AM, FireFox said: 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..
FireFox Posted August 13, 2013 Posted August 13, 2013 On 8/13/2013 at 10:41 AM, JomarSevillejo said: 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
Edano Posted August 13, 2013 Posted August 13, 2013 On 8/13/2013 at 11:58 AM, FireFox said: 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]
JomarSevillejo Posted August 13, 2013 Author Posted August 13, 2013 On 8/13/2013 at 12:24 PM, Edano said: . 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!
Edano Posted August 13, 2013 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]
JomarSevillejo Posted August 13, 2013 Author Posted August 13, 2013 On 8/13/2013 at 12:56 PM, Edano said: you should prefer to disable it like firefox said.... Oh Okay thanks, I will. I don't see any reason why I shouldn't
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