| Author |
Message |
Forum: Support Topic: Mouse click/position reported to the script |
| Anatoly Larkin |
|
Posted: September 4th, 2011, 6:53 am
|
|
Replies: 6 Views: 182
|
| Ok, I coded up something that works for me. The code is clunky, and, I am sure, could be done much more elegantly. For anyone interested, the code "gathers up" a "code word" that is then used to launch the desired function. Variables at the top define button areas and some other ... |
|
 |
Forum: Support Topic: Mouse click/position reported to the script |
| Anatoly Larkin |
|
Posted: September 4th, 2011, 5:11 am
|
|
Replies: 6 Views: 182
|
Hey TLM, your second solution seems very cool. Let me try to code something up and I'll let you know how I get on.
nimda: use more words - I am not quite clear on what you mean.
->return "" from an OnMessage?
tx |
|
 |
Forum: Support Topic: Mouse click/position reported to the script |
| Anatoly Larkin |
|
Posted: September 4th, 2011, 12:20 am
|
|
Replies: 6 Views: 182
|
| Hey, thanks for your suggestion. The thing is, those buttons (even if they are invisible) would still "trap" the mouse cursor, and not let the left button click go through to the application into which I might want to give the actual input. In other words, lets say, for instance, I have so... |
|
 |
Forum: Support Topic: Mouse click/position reported to the script |
| Anatoly Larkin |
|
Posted: September 3rd, 2011, 9:45 pm
|
|
Replies: 6 Views: 182
|
| I just got a touchscreen monitor. It allows me to put my finger anywhere on the screen resulting in the mouse cursor jumping there instantaneously. I have some AHK functions that I would like to trigger in the following manner. There will be 4 "key areas" on the screen, each ca 100x100 pix... |
|
 |
Forum: Support Topic: Internet Explorer traps/hijacks hotkeys |
| Anatoly Larkin |
|
Posted: September 11th, 2010, 9:33 pm
|
|
Replies: 5 Views: 442
|
Hey, cool, thanks. That helps.
It's still weird that this is happening (considering how other similar machines don't have the problem). I wonder what's causing it in the first place. |
|
 |
Forum: Support Topic: Internet Explorer traps/hijacks hotkeys |
| Anatoly Larkin |
|
Posted: September 11th, 2010, 8:04 pm
|
|
Replies: 5 Views: 442
|
|
 |
Forum: Support Topic: Internet Explorer traps/hijacks hotkeys |
| Anatoly Larkin |
|
Posted: September 3rd, 2010, 4:56 am
|
|
Replies: 5 Views: 442
|
| Report: Any number of instances of Internet Explorer that I open PRIOR to launching my ahk script DO NOT affect the behavior of the script (do not trap hotkeys). Any instance of IE that I open after launching the script stops the script from working. As soon as I quit that instance, all back to norm... |
|
 |
Forum: Support Topic: Internet Explorer traps/hijacks hotkeys |
| Anatoly Larkin |
|
Posted: August 27th, 2010, 9:54 pm
|
|
Replies: 5 Views: 442
|
| I have been using this one ahk script for a long time with Win XP without a problem. It has a number of functions attached to numerous hotkeys, for example: ~LCtrl & ~RCtrl:: { ;;something Return } So, recently I got a new machine running Windows 7 64 bit, and tried my script with that... |
|
 |
Forum: Support Topic: CSV to BMP |
| Anatoly Larkin |
|
Posted: July 26th, 2009, 2:54 pm
|
|
Replies: 2 Views: 298
|
Yes, that worked out for me.
After monkeying with a couple of Tutorials and looking through the functions inside Gdip.ahk, I managed to put the function I needed together. |
|
 |
Forum: Support Topic: CSV to BMP |
| Anatoly Larkin |
|
Posted: July 26th, 2009, 12:00 am
|
|
Replies: 2 Views: 298
|
| I have a bunch of CSV data, which I'd like to convert to BMP images, for a more graphic viewing experience. Basically, I have Y rows of 0,0,1,1,0,0,1,1... i.e. a specific number of 0/1 digits - lets say that number is 7 - in a row and I want a function to which I pass a variable containing all those... |
|
 |
Forum: Support Topic: Making sure no keys or mouse buttons are down |
| Anatoly Larkin |
|
Posted: May 7th, 2009, 7:17 pm
|
|
Replies: 2 Views: 347
|
| Just to check, this variable is 0 whenever there is a "down key/mouse button" condition and then starts to increment as soon as "all keys up" condition occurs? |
|
 |
Forum: Support Topic: Making sure no keys or mouse buttons are down |
| Anatoly Larkin |
|
Posted: May 7th, 2009, 6:21 am
|
|
Replies: 2 Views: 347
|
| I am sure it is a simple thing, but I am having trouble figuring it out. After I ask the user to input some value into my InputBox, I need to make sure that whatever key he/she used to enter the data is released before the script can continue. It might be that they clicked OK with the mouse (in whic... |
|
 |
Forum: Support Topic: Finding the width/height of a picture |
| Anatoly Larkin |
|
Posted: August 28th, 2008, 3:29 pm
|
|
Replies: 13 Views: 1989
|
| SKAN, Perfect, thanks. It works great. I had to do a couple of things inside my own code to get this to work, one being an issue with ScreenCapture.ahk that I downloaded from someone else on this forum to capture screen to a file, and in it there already was a definition for CreateDIBSection (with d... |
|
 |
Forum: Support Topic: Finding the width/height of a picture |
| Anatoly Larkin |
|
Posted: August 27th, 2008, 9:39 pm
|
|
Replies: 13 Views: 1989
|
| You can also use Philho's image functions [url] ... GetImageDimension(_image) { DllCall("GDIplus\GdipGetImageDimension" , "UInt", _image , "Float*", w , "Float*", h) Return w "|" h } I am interested in learning more about t... |
|
 |
Forum: Support Topic: Rename Synchronization Utility/Batch file generation? |
| Anatoly Larkin |
|
Posted: April 27th, 2008, 5:27 pm
|
|
Replies: 2 Views: 483
|
Tried SyncToy - can't trust it.
There are cases where it will not recognize that the renamed folder is the same folder. |
|
 |
| Sort by: |