AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 53 matches
AutoHotkey Community Forum Index
Author Message
  Topic: num1 between %x% and %y% and num2 between %w% and %z% ?
Robert Carnegie

Replies: 1
Views: 193

PostForum: Ask for Help   Posted: Wed Nov 08, 2006 12:18 am   Subject: num1 between %x% and %y% and num2 between %w% and %z% ?
Tested in AHk 1.0.44.14, I think
This is most likely my misunderstanding, but I intended to use a formula,

If NowX between %Desktop1Left% and %Desktop1Right% and NowY between %Desktop1Top% and % ...
  Topic: Run from command line
Robert Carnegie

Replies: 8
Views: 450

PostForum: Ask for Help   Posted: Wed Nov 01, 2006 2:15 am   Subject: Run from command line
Wasn't there a program written that whatever you pass to it in variables, the name of an AutoHotkey command and parameters, it executes that command?

So you'd just need a little bit more - which ma ...
  Topic: How to control an object WindowSpy can't see? (MicroTouch)
Robert Carnegie

Replies: 2
Views: 364

PostForum: Ask for Help   Posted: Wed Nov 01, 2006 2:00 am   Subject: How to control an object WindowSpy can't see? (MicroTouch)
That got it! Thanks!

The button seems to respond to WinMove but to little else, so I cut the script down to this to move it near to top right of the non-taskbar area - I've forgotten how to do quo ...
  Topic: How to control an object WindowSpy can't see? (MicroTouch)
Robert Carnegie

Replies: 2
Views: 364

PostForum: Ask for Help   Posted: Mon Oct 30, 2006 2:28 pm   Subject: How to control an object WindowSpy can't see? (MicroTouch)
MicroTouch software for a touchscreen monitor places a right-button icon in a square tile at bottom right of the screen. When this button is pressed, the next touch on the screen is interpreted as a ...
  Topic: Using VNC to run AHK on a machine w/o monitor
Robert Carnegie

Replies: 15
Views: 784

PostForum: Ask for Help   Posted: Mon Oct 30, 2006 2:06 pm   Subject: Using VNC to run AHK on a machine w/o monitor
We presume the script is still running when VNC is disconnected, it just doesn't find your target image. (You can test that. From limited experience with TightVNC, I would expect it, whereas Windows ...
  Topic: Events specific to Windows Tablet Edition?
Robert Carnegie

Replies: 5
Views: 1191

PostForum: Wish List   Posted: Thu Apr 13, 2006 10:15 am   Subject: Tablet stylus ignores BlockInput
Now here's a specific issue: on my Tablet PC, Compaq TC1000, BlockInput doesn't block stylus actions, which are equivalent to mouse actions.

I say on /my/ Tablet PC, because every Tablet PC other t ...
  Topic: How to spy on mouse and stylus clicks without interfering?
Robert Carnegie

Replies: 2
Views: 1254

PostForum: Ask for Help   Posted: Mon Jan 23, 2006 12:58 pm   Subject: I score F for reading comprehension
You probably already know that you can catch mouse clicks (perhaps even those generated with a tablet pen) by creating pass-through hotkeys for the mouse buttons. For example:

~LButton::
~RButton: ...
  Topic: Events specific to Windows Tablet Edition?
Robert Carnegie

Replies: 5
Views: 1191

PostForum: Wish List   Posted: Sat Jan 21, 2006 4:50 pm   Subject: Found some technical details
At http://codebetter.com/blogs/peter.van.ooijen/archive/2005/02/28/56161.aspx there is a description of Tablet PC stylus support - which may be somewhat applicable to other PC tablets as well.

Not ...
  Topic: Need help with randomly timed popups ;)
Robert Carnegie

Replies: 5
Views: 386

PostForum: Ask for Help   Posted: Sat Jan 21, 2006 12:08 am   Subject: Try command line START setting high/low priority
Does the new feature in AHk 1.0.41.00 of directing your commands to a specific window fix this? I haven't tried it myself yet.

Another angle might be frequently to send your desired target applica ...
  Topic: How to spy on mouse and stylus clicks without interfering?
Robert Carnegie

Replies: 2
Views: 1254

PostForum: Ask for Help   Posted: Fri Jan 20, 2006 1:44 pm   Subject: How to spy on mouse and stylus clicks without interfering?
In the context of of discussion http://www.tabletpcbuzz.com/forum/topic.asp?TOPIC_ID=32151
I want to detect mouse or stylus pen-down in more-or-less any application, without interfering with the nor ...
  Topic: Force script to run in a particular screen resolution
Robert Carnegie

Replies: 2
Views: 330

PostForum: Ask for Help   Posted: Fri Aug 12, 2005 2:05 am   Subject: Force script to run in a particular screen resolution
Perhaps you can make the script resize Internet Explorer, or your chosen Web browser, to a particular window size - in other words, don't run full-screen. (You can run near-full-screen with an auto-h ...
  Topic: Mouse reverseing.
Robert Carnegie

Replies: 1
Views: 314

PostForum: Ask for Help   Posted: Fri Aug 12, 2005 1:39 am   Subject: Mouse reverseing.
One approach would be a loop that repeatedly reads the mouse pointer coordinates, computes where they are relative to the previous mouse coordinates, and performs a MouseMove in the opposite direction ...
  Topic: How accurate is Sleep? / Name, time of XP "Scheduled Ta
Robert Carnegie

Replies: 1
Views: 366

PostForum: Ask for Help   Posted: Fri Aug 12, 2005 1:09 am   Subject: Well, this is annoying (not AutoHotkey problem?)
Some of my Windows Scheduled Tasks apparently decide that they don't want to run. Simple and annoying. The run time sits there even though it isn't a future date any more. I wanted to record one sh ...
  Topic: How accurate is Sleep? / Name, time of XP "Scheduled Ta
Robert Carnegie

Replies: 1
Views: 366

PostForum: Ask for Help   Posted: Tue Aug 09, 2005 2:21 am   Subject: How accurate is Sleep? / Name, time of XP "Scheduled Ta
Mostly as reassurance, how accurate is the Sleep command in millisecconds? I see AHk Help bills it as accurate to 10 milliseconds and at risk of overrunning "if the CPU is under load", which is proba ...
  Topic: Robert's AHkSleep, a trivial timer for application launch
Robert Carnegie

Replies: 0
Views: 1472

PostForum: Scripts & Functions   Posted: Sat Jul 30, 2005 8:14 pm   Subject: Robert's AHkSleep, a trivial timer for application launch
This script, compiled, executes a Sleep specified on the command line, and then runs the rest of the command line as a new command. Terms containing a space are presumed to be quoted.

I'm open to ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group