| Author |
Message |
Forum: Support Topic: Can anyone see why my internet kiosk code won't work? |
| tommyrot |
|
Posted: July 9th, 2010, 6:58 am
|
|
Replies: 3 Views: 294
|
cool, thanks for that.
Your suggestion looks like a much more correct way of doing what I need. |
|
 |
Forum: Support Topic: Can anyone see why my internet kiosk code won't work? |
| tommyrot |
|
Posted: July 9th, 2010, 5:33 am
|
|
Replies: 3 Views: 294
|
| Hi all, I've set up the following little script that is meant to do the following: 1. force the browser into kiosk mode 2. make the user enter a password if they attempt to browse to a site that doesn't have the word "Wyndham" in the window title (otherwise they'll be redirected to the kio... |
|
 |
Forum: Support Topic: Not sure if I'm creating a loop properly... |
| tommyrot |
|
Posted: April 9th, 2010, 1:24 am
|
|
Replies: 2 Views: 112
|
| Thanks very much for that - makes sense! |
|
 |
Forum: Support Topic: Not sure if I'm creating a loop properly... |
| tommyrot |
|
Posted: April 9th, 2010, 12:11 am
|
|
Replies: 2 Views: 112
|
| Hi everyone, I've created a little macro that waits for a window to display the text "Encoding..." and then writes a timestamp to a log file. I only want the script to write to the log file once for each occasion that the text is displayed. At the moment it's occasionally sending two or mo... |
|
 |
Forum: Support Topic: Run command when a ClassNN: window is detected |
| tommyrot |
|
Posted: September 12th, 2009, 11:57 am
|
|
Replies: 1 Views: 279
|
| Hi folks, I'm writing an ahk script that I want to sit in the background and then start a program when a "child" window in an application with a particular ClassNN value appears. My challenge is that the application in question has a Windows title that doesn't change, but there are several... |
|
 |
Forum: Support Topic: trying to trigger GUI when ControlGetFocus detects a button |
| tommyrot |
|
Posted: June 5th, 2009, 2:14 am
|
|
Replies: 1 Views: 237
|
| Hi folks, Bear with me, as I might need to set the scene a little bit with my question. I work at a public library, and am currently rolling out a great open source PC Bookings and session management solution called Brushtail ( http://members.optuszoo.com.au/~brushtail_cms/ ) The only thing this sol... |
|
 |
Forum: Support Topic: Value from a GUI edit box to run SQL script & put in Lis |
| tommyrot |
|
Posted: June 1st, 2009, 7:41 am
|
|
Replies: 8 Views: 1108
|
| Hi, Tom, I'm glad if I could help you, where have I to appear for that beer you mentioned? :wink: Regards, Klaus Quick update Klaus, the GUI is working perfectly in a live environment now, thanks again for your help. Re: the beer, I guess I'll have to drop you a line if I ever get to Germany for Ok... |
|
 |
Forum: Support Topic: How do I get text from a ListBox into a text file? |
| tommyrot |
|
Posted: May 7th, 2009, 2:33 am
|
|
Replies: 1 Views: 335
|
| Hi folks, Sorry if this is explained clearly already in the tutorials etc, but I can't seem to find anything that tells me how to get the contents of a ListBox that I've written to into a text file. My hunch is that I need to do something like this (where Card is the ListBox title and c:\card.txt is... |
|
 |
Forum: Support Topic: Value from a GUI edit box to run SQL script & put in Lis |
| tommyrot |
|
Posted: May 6th, 2009, 10:55 pm
|
|
Replies: 8 Views: 1108
|
| Hi, Tom, allow me one more completion. Instead of "Run" you should use "RunWait", because thus the execution of the script waits until the "runned" command is finished. "Run" will continue the script before the command is finished and the result file won't be... |
|
 |
Forum: Support Topic: Value from a GUI edit box to run SQL script & put in Lis |
| tommyrot |
|
Posted: May 6th, 2009, 7:13 am
|
|
Replies: 8 Views: 1108
|
| Hi, Tom, let's try the following: Build a command string wherein you put the content of your variable RawBarcode: cmdString=here your sql and %RawBarcode% and so on Then "run" this command Run, %cmdString% When I've read the osql-docs properly, you can put this at the end of your sql-comm... |
|
 |
Forum: Support Topic: Value from a GUI edit box to run SQL script & put in Lis |
| tommyrot |
|
Posted: May 6th, 2009, 6:13 am
|
|
Replies: 8 Views: 1108
|
| Hi, tommyrot, first of all, you've got to insert the following, watch out for the red line: Gui, Font, S14 CDefault, Lucida Console Gui, Add, Text, x6 y7 w460 h30 , Library PC Membership Card Creator Gui, Font, S8 CDefault, Lucida Console Gui, Add, Text, x6 y37 w460 h10 , 20090506`, Tom Edwards Gui... |
|
 |
Forum: Support Topic: Value from a GUI edit box to run SQL script & put in Lis |
| tommyrot |
|
Posted: May 6th, 2009, 5:11 am
|
|
Replies: 8 Views: 1108
|
| Hi folks, Just starting to draft a GUI that will hopefully take the value from an edit box, and insert it into a OSQL statement, then return the results of this in the ListBox. I'm not sure if I'm on the right track or not... Gui, Font, S14 CDefault, Lucida Console Gui, Add, Text, x6 y7 w460 h30 , L... |
|
 |
Forum: Support Topic: Can AHK detect a button click in a 3rd party window? |
| tommyrot |
|
Posted: January 27th, 2009, 3:59 am
|
|
Replies: 4 Views: 568
|
SKAN wrote: Refer AHK Doc for ControlGetFocus and try to workaround your requirement with ~Enter::
cheers, I'll take a look |
|
 |
Forum: Support Topic: Looking for a critique of my scripts |
| tommyrot |
|
Posted: January 27th, 2009, 3:58 am
|
|
Replies: 4 Views: 403
|
|
 |
Forum: Support Topic: Looking for a critique of my scripts |
| tommyrot |
|
Posted: January 27th, 2009, 3:46 am
|
|
Replies: 4 Views: 403
|
| Hi folks, Sorry about this, but my problem requires a little bit of explanation: I've set up a little script to work with the Library Management System (LMS) client software at a public library I work at. Specifically this script is dealing with the "check in" module of the LMS, i.e. the p... |
|
 |
| Sort by: |