Search found 26 matches

by ToKa
27 Jul 2016, 14:27
Forum: Ask for Help (v1)
Topic: Registry string ilegal?
Replies: 2
Views: 729

Re: Registry string ilegal?

Thank you so much Guest, you where right on, works great now.
by ToKa
27 Jul 2016, 10:47
Forum: Ask for Help (v1)
Topic: Registry string ilegal?
Replies: 2
Views: 729

Registry string ilegal?

Hi guys, I got a problem with a ilegal string for a Registry entry. i sometimes have to clean up the Windows Registry File using a commercial program and found it was having problems to delete some entry's. When i tryed to delete the entry's manually i found that the registry refused the first atte...
by ToKa
22 Jun 2016, 18:50
Forum: Scripts and Functions (v1)
Topic: ToolBox to create Picture clips for Imagesearch
Replies: 1
Views: 1229

Re: ToolBox to create Picture clips for Imagesearch

I Fixed the coding of the screen resolution, should work with all now.
updated the description.
by ToKa
21 Jun 2016, 23:10
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 141172

Re: Get the URL of the current (active) browser tab

Thanks for the routine, works great running Chrome on Windows XP
by ToKa
21 Jun 2016, 23:04
Forum: Scripts and Functions (v1)
Topic: ToolBox to create Picture clips for Imagesearch
Replies: 1
Views: 1229

ToolBox to create Picture clips for Imagesearch

This is one of my earlier creations ToolBox.ahk was intended to house a variety of tools to use with AHK. So far (could not think of anything else to put in it) it has only one function. ImageSearch will create the Picture clip to use with the ImageSearch command using msPaint. Saves me a lot of wo...
by ToKa
20 Jun 2016, 20:05
Forum: Ask for Help (v1)
Topic: Just not perfect hotkey?
Replies: 8
Views: 2078

Re: Just not perfect hotkey?

Got it great Job, works perfect now.
by ToKa
20 Jun 2016, 18:25
Forum: Ask for Help (v1)
Topic: Just not perfect hotkey?
Replies: 8
Views: 2078

Re: Just not perfect hotkey?

awseome glad to hear that!
I could not find your updated code? Did you forgot to post-it?
by ToKa
20 Jun 2016, 06:18
Forum: Wish List
Topic: compact if's
Replies: 4
Views: 2247

Re: compact if's

thanks jNizM, forgot about, that one would work in this instance.
maybe i could have picked a better example.
Just in general i like compact one liners where it is appropriate,
helps readability to not having to scroll through several pages
to comprehend a scripts actions.
Autohotkey is awesome.
by ToKa
20 Jun 2016, 03:53
Forum: Wish List
Topic: compact if's
Replies: 4
Views: 2247

compact if's

Code: Select all

Make a wish, ok i got one
how about making if statements more compact like:

if (a > 10) {b=0} else {b=1}

wouldnt this be nice if it where legal. :thumbup:  
by ToKa
20 Jun 2016, 02:52
Forum: Ask for Help (v1)
Topic: Just not perfect hotkey?
Replies: 8
Views: 2078

Re: Just not perfect hotkey?

Thanks Masonjar13, this works better then what i had.
there is still one small glitsch, with the CapsLock key on a Shifted Key should produce a lowercase Character, in this case it dose not.
Something I dont do anyway exept maybe by accident, LOL
Thanks for the improvement
by ToKa
19 Jun 2016, 21:40
Forum: Ask for Help (v1)
Topic: Just not perfect hotkey?
Replies: 8
Views: 2078

Re: Just not perfect hotkey?

Thanks Masonjar, i copied your code but got a script error about duplicate hotkey "^!a" definition.
i had gotten this before when i did some experimenting with different code.
Seams the Hotkeys only pass when in the original configuration.
by ToKa
19 Jun 2016, 20:55
Forum: Ask for Help (v1)
Topic: Just not perfect hotkey?
Replies: 8
Views: 2078

Just not perfect hotkey?

This is part of a script I use when communicating with some friends from Germany needed a way to use the Ä Ö Ü characters and there lower case counterparts. Sure many have similar scripts. I had been using this for a while and it had been working fine when i noticed that "capslock on" did not work ...
by ToKa
07 Jun 2016, 05:16
Forum: Ask for Help (v1)
Topic: lib not found
Replies: 2
Views: 1502

Re: lib not found

Thanks jNizM that worked fine,it found the lib But now i got another Problem there are 2 executables in that lib djpeg.exe and gocr.exe they are called from the ocr.ahk script the lines pertaining are: djpegPath=djpeg.exe gocrPath=gocr.exe ;ensure the exes are there if NOT FileExist(djpegPath) retu...
by ToKa
07 Jun 2016, 02:57
Forum: Ask for Help (v1)
Topic: lib not found
Replies: 2
Views: 1502

lib not found

New to Autohotkey, this is my first attempt to use the lib folder. I downloaded the OCR.zip file from here and extracted its contend to C:\Documents and Settings\%username%\My Documents\AutoHotkey\Lib From there i copy'd on of the Test example scripts to my regular script folder on my Desktop C:\Do...
by ToKa
22 May 2016, 17:08
Forum: Bug Reports
Topic: problem finding a point defined relative to a Window after switching to screen mode
Replies: 2
Views: 1344

Re: problem finding a point defined relative to a Window after switching to screen mode

Interesting, seams it must have been a Windows problem and they fixed it.
Ah.. busted, still on Windows XP, LOL
Thanks for the update i will live with the quirks for a little while longer.
by ToKa
20 May 2016, 22:08
Forum: Bug Reports
Topic: problem finding a point defined relative to a Window after switching to screen mode
Replies: 2
Views: 1344

problem finding a point defined relative to a Window after switching to screen mode

Problem finding a point defined relative to a Window after switching to screen mode. To reproduce find a point in a Window that you can find again, edit Wx and Wy to the relative position of that Window Then run this script, move the window around and run again, seams it works anywhere except it do...
by ToKa
19 May 2016, 08:30
Forum: Ask for Help (v1)
Topic: could not get PixelGetColor to work
Replies: 7
Views: 2417

Re: could not get PixelGetColor to work

Happy to report i got it figured out. i used the color RGB 0xFFFFFF for Black as reported by my color picker tool. when the Menu View Tab is lowered to show the checkmarks it overhangs into the Picture Area now things get strange PixelGetColor what my color picker uses still reports the Black checkm...
by ToKa
18 May 2016, 11:45
Forum: Ask for Help (v1)
Topic: could not get PixelGetColor to work
Replies: 7
Views: 2417

Re: could not get PixelGetColor to work

Thanks for the code Xtra, i tested it on my pc but it did not work there on the check i got the "Color Box is on" regardless if it was on or off. the toggle worked as expected great, problem when i get first into paint there is no way to tell if its on or off, thinking maybe its something with my p...
by ToKa
17 May 2016, 23:42
Forum: Ask for Help (v1)
Topic: could not get PixelGetColor to work
Replies: 7
Views: 2417

Re: could not get PixelGetColor to work

I checked your example and it behaved the same for me as what i had described in my first post. Did you test this with the mousemove removed or commented out? in this "CoordMode, Mouse, Client" Client is the Picture inside paint so if the Tool Box gets removed the Picture will move to the left edge...

Go to advanced search