Vicks Posted May 6, 2006 Posted May 6, 2006 Hi I was wondering if it is possiable to make a GUI, were you can change the background color I know this is possiable, but image that you can have three images and you can set the different image, but the bottons are set differently for that image, so say you have a GUI box you click at the top and set to a new image, then if that image exists it will put the bottons were you told it to put them for that image ill explain better, in a few minutes [s]Autoit[/s]
Xenobiologist Posted May 6, 2006 Posted May 6, 2006 Hi I was wondering if it is possiable to make a GUI, were you can change the background color I know this is possiable, but image that you can have three images and you can set the different image, but the bottons are set differently for that image, so say you have a GUI box you click at the top and set to a new image, then if that image exists it will put the bottons were you told it to put them for that image ill explain better, in a few minutesHi, okay. Then I will wait for the better explanation. So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
Vicks Posted May 6, 2006 Author Posted May 6, 2006 (edited) ok in one GUI, I want to have a option to set a picture/pictures if a certain picture is selected, it will change the GUI background and move the botton if the picture exists. in the picture you see a gray circle and a botton up top, but when i select a different image, in this case a monkey it will move the botton to a different place of my choice. and by my choice i don't mean I select a image and move the botton by hand, i mean that if a certain picture is selected it knows to move the botton, 500x,200y just say Edited May 20, 2006 by Jon [s]Autoit[/s]
Vicks Posted May 6, 2006 Author Posted May 6, 2006 ok to rap up all the confussing stuff lol ill show you ok just say something like this if $MyImage exists then set botton 250,100 set other botton 300,100 blah blah blah so if you set the background in the GUI it will check if the image exists and then set the bottons to a different area for that image [s]Autoit[/s]
Valuater Posted May 6, 2006 Posted May 6, 2006 maybe ControlMove -------------------------------------------------------------------------------- Moves a control within a window. ControlMove ( "title", "text", controlID, x, y [, width [, height]] ) 8)
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