PDA
View Full Version : Autohotkey Photobooth Options Screen
Geoffrey Page
June 24th, 2010, 03:23 AM
I’ve been working with the Autohotkey photobooth_options_screen which is awesome, but I can’t for the life of me figure out how to change the background color to an image. I’ve racked my brain with lots of the Gui, Add, but no luck. Anyone have any success, ideas, suggestions? I don't know what I'm missing or if I'm spinning my wheels.
Chris Breeze
June 24th, 2010, 08:46 AM
You should be able to do this with a command like:
Gui, Add, Picture,, C:\Photos\image.gif
Geoffrey Page
June 24th, 2010, 03:33 PM
Thank you Chris. I have tried this and every variation of, but no success so far. Does this go under the "define the options screen" setting or should I create subheading for this? I'm not sure if I'm missing something or some variation in the string.
Thanks.
Chris Breeze
June 25th, 2010, 07:58 AM
This works on my system:
; define the options screen
Gui, Color, 0
Gui, -Caption -Border +AlwaysOnTop
Gui, Add, Picture,,C:\Photobooth\PhotoboothImages\4.jpg
Gui, Font, s48, Arial
Gui, Add, Text, x0 y0 cWhite gStartClicked, Use current settings
Gui, Add, Text, cWhite gProfile1Clicked, Select profile 1
Gui, Add, Text, cWhite gProfile2Clicked, Select profile 2
Gui, Font, norm
Geoffrey Page
June 27th, 2010, 03:43 AM
IDK. For some reason with my system, it doesn't like to replace the background color with the my image. I'll keep chugging along until I find a solution.
Thanks for your help . Oh, and thanks for the other AHKs.
Powered by vBulletin® Version 4.1.10 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.