71
Finished Programs / Re: IDEA: Photo Downloader Kiosk
« on: October 09, 2008, 04:43 PM »
Wow, it works GREAT, thanks!!!
For icons, I was thinking of using a few from this free set:
http://www.silvestre.com.ar/?p=4
the 128x128 or 48x48 (or 24x24, thought they might be a bit small) icons:
refresh: actions/reload.png
download pics: actions/filesave.png
select all: actions/list-add.png
invert (a tough one to find an icon for): actions/list-remove.png
And, just maybe,
EDIT:http://aldwin.us/imgloadbar.gif
(the image really comes from ajaxloader.info but I just realized the link had hotlink protection. So here's a friendlier link.)
for when reading/downloading?
Also, I noticed that this line was not working:
And finally,
ESC still exits -- is there any way to change it to a less guessable key?
EDIT: Oh, and I had another idea (ugh, I'm so embarrassed that I'm asking you so much): some users might try to click on the picture to select it. Is it possible to make a click on the picture check/uncheck the checkbox?
For icons, I was thinking of using a few from this free set:
http://www.silvestre.com.ar/?p=4
the 128x128 or 48x48 (or 24x24, thought they might be a bit small) icons:
refresh: actions/reload.png
download pics: actions/filesave.png
select all: actions/list-add.png
invert (a tough one to find an icon for): actions/list-remove.png
And, just maybe,
EDIT:http://aldwin.us/imgloadbar.gif
(the image really comes from ajaxloader.info but I just realized the link had hotlink protection. So here's a friendlier link.)
for when reading/downloading?
Also, I noticed that this line was not working:
WinSetTitle,ahk_id %guiid%,,% applicationname - "Reading pictures..."
So when I replaced it with this line it worked fine:WinSetTitle,ahk_id %guiid%,,% applicationname " - Reading pictures..."
And finally,
ESC still exits -- is there any way to change it to a less guessable key?
EDIT: Oh, and I had another idea (ugh, I'm so embarrassed that I'm asking you so much): some users might try to click on the picture to select it. Is it possible to make a click on the picture check/uncheck the checkbox?