| Author |
Message |
Topic: wait for different keys |
Qbi
Replies: 4
Views: 325
|
Forum: Ask for Help Posted: Fri Feb 03, 2006 1:54 pm Subject: wait for different keys |
| That was my first thought, too. Problem is that I want to measure the time between the [ok] in the logon window until the application starts. But the logon window is closed after the application start ... |
Topic: wait for different keys |
Qbi
Replies: 4
Views: 325
|
Forum: Ask for Help Posted: Fri Feb 03, 2006 12:52 pm Subject: wait for different keys |
Hello,
what I want to do ist pause a script to let the user log into the system that is partly automated by my script.
After the user put in his username and password my script should get back con ... |
Topic: Getting system informations |
Qbi
Replies: 2
Views: 237
|
Forum: Ask for Help Posted: Fri Feb 03, 2006 10:59 am Subject: Getting system informations |
Hello,
I need to know if there is a way to get informations on the system a ahk-script runs on (e.g. list of running processes, (free) ram size, ...).
Is this possible without embedding system c ... |
Topic: Calculate with times |
Qbi
Replies: 9
Views: 801
|
Forum: Ask for Help Posted: Fri May 27, 2005 8:36 am Subject: Calculate with times |
Thank you!
I guess I will make a little timestamp difference function on my own.
I'll post it here when it's done.
cu
Qbi |
Topic: Calculate with times |
Qbi
Replies: 9
Views: 801
|
Forum: Ask for Help Posted: Wed May 25, 2005 7:09 am Subject: Calculate with times |
Ok, first of all I didn't read the help page to the end - sorry for that
But if I do this:
-----
; Env-Test
;
zeit1 = 20050525080500
zeit2 = 20050525120000
zeit2 -= %zeit1%, m
... |
Topic: Calculate with times |
Qbi
Replies: 9
Views: 801
|
Forum: Ask for Help Posted: Tue May 24, 2005 11:50 am Subject: Calculate with times |
Hello,
I try to make a little proggy that tells me how long I've been at work all times. To do so it has to calculate the difference between the time a started working and "now".
What I still ca ... |
Topic: SplashImage text alignment |
Qbi
Replies: 1
Views: 302
|
Forum: Ask for Help Posted: Wed Mar 23, 2005 10:36 am Subject: SplashImage text alignment |
Hello,
I'd like to make a splash screen with right aligned subtext. Is there a possibility to do that?
----- the documentation says:
Cxy: Centered: If this option is absent, both SubText and ... |
Topic: Searching for pixels in a windows client area |
Qbi
Replies: 5
Views: 424
|
Forum: Ask for Help Posted: Wed Feb 23, 2005 12:33 pm Subject: Searching for pixels in a windows client area |
I definitely love AHK and Chris's work!!!!!
Using AHK I save a big amount of time previously used for stupid manual actions. Compiled AHKs in combination with windows' task planner or bound to hotk ... |
Topic: IntelliSense III |
Qbi
Replies: 72
Views: 49212
|
Forum: Scripts & Functions Posted: Tue Feb 22, 2005 4:02 pm Subject: IntelliSense III |
| Errrr, sorry, but what are s3 and gclip??? |
Topic: Searching for pixels in a windows client area |
Qbi
Replies: 5
Views: 424
|
Forum: Ask for Help Posted: Tue Feb 22, 2005 4:00 pm Subject: Searching for pixels in a windows client area |
Hey Rajat,
the distance remains the same but may be different from user to user.
The suggestion with the control is probably the solution! The application I measure is web based (frontend is int ... |
Topic: Searching for pixels in a windows client area |
Qbi
Replies: 5
Views: 424
|
Forum: Ask for Help Posted: Tue Feb 22, 2005 1:35 pm Subject: Searching for pixels in a windows client area |
Hello!
I actually write a AHK script to measure the performance of an application. The script simulates user input and measures the times between the mouse click and the display of the results for ... |
Topic: IntelliSense III |
Qbi
Replies: 72
Views: 49212
|
Forum: Scripts & Functions Posted: Tue Feb 22, 2005 1:22 pm Subject: A bit further towards context sensitive help |
Hello Rajat,
I like IS very much and placed it to my ahk.ini file.
What I was missing was a way to get help on commands that were not previously typed in but are somewhere else in the script.
... |
| |