| Author |
Message |
Topic: [lib] GPS - Coordinate conversion |
tomte
Replies: 2
Views: 1013
|
Forum: Scripts & Functions Posted: Thu Apr 07, 2011 7:23 pm Subject: Thanks! |
Hi wooly_sammoth,
Thanks for posting this - it will save me a fair bit of work converting the javascript code I found on the net
I found a couple problems stopping the code from working fu ... |
Topic: Windows-7 Like Window Positioning for XP and Vista |
tomte
Replies: 79
Views: 12198
|
Forum: Scripts & Functions Posted: Fri Jul 02, 2010 4:22 pm Subject: One more version |
Yet another version - based on the code in PatrickS first post but added functionality to remember the previous position for the window to restore with #Down.
Pressing #Down a second time also minimi ... |
Topic: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
tomte
Replies: 28
Views: 10826
|
Forum: Scripts & Functions Posted: Thu May 20, 2010 3:23 pm Subject: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
| Correct - the function works fine on 32bit machines as well. |
Topic: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
tomte
Replies: 28
Views: 10826
|
Forum: Scripts & Functions Posted: Thu May 20, 2010 2:34 pm Subject: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
| Ah - good find. Thanks for sharing the solution. |
Topic: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
tomte
Replies: 28
Views: 10826
|
Forum: Scripts & Functions Posted: Thu May 20, 2010 11:19 am Subject: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
I haven't had a chance to test on Win7 but I'd take a guess that...
This works:
root = HKEY_CURRENT_USER
rkey = Console
value = ColorTable01
RegRead, key, %root%, %rkey%, %value%
key64 ... |
Topic: RegRead in Vista 64 |
tomte
Replies: 23
Views: 2069
|
Forum: Ask for Help Posted: Tue Jan 06, 2009 2:50 pm Subject: RegRead in Vista 64 |
Posted full RegRead64() and RegWrite64() functions on this page:
http://www.autohotkey.com/forum/viewtopic.php?p=241769
Cheers! |
Topic: Registry access limitations on Windows XP 64 |
tomte
Replies: 6
Views: 5592
|
Forum: Wish List Posted: Tue Jan 06, 2009 2:48 pm Subject: Registry access limitations on Windows XP 64 |
Posted full RegRead64() and RegWrite64() functions on this page:
http://www.autohotkey.com/forum/viewtopic.php?p=241769 |
Topic: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
tomte
Replies: 28
Views: 10826
|
Forum: Scripts & Functions Posted: Tue Jan 06, 2009 2:13 pm Subject: RegRead64() and RegWrite64() - no redirect to Wow6432Node |
This script provides RegRead64() and RegWrite64() functions that do not redirect to Wow6432Node on 64-bit machines.
Registry calls from 32 bit applications running on 64 bit machines are normally i ... |
Topic: Registry access limitations on Windows XP 64 |
tomte
Replies: 6
Views: 5592
|
Forum: Wish List Posted: Thu Dec 04, 2008 4:15 pm Subject: Works perfect |
Thanks for the pointers everyone - I also needed a fix for this and the details in this post helped perfect.
Just wanted to paste in a working sample that combines Chris and Lexikos notes above:
... |
Topic: Example script for getting GPS Position from Google Earth |
tomte
Replies: 4
Views: 3068
|
Forum: Scripts & Functions Posted: Sun Feb 24, 2008 5:20 pm Subject: Example script for getting GPS Position from Google Earth |
Looks like something changed in the WS library - my previous example doesn't work any more with the latest version..
Try this way of calling it instead:
SetGEpos(FocusPointLatitude,FocusPo ... |
Topic: Example script for getting GPS Position from Google Earth |
tomte
Replies: 4
Views: 3068
|
Forum: Scripts & Functions Posted: Thu Feb 21, 2008 10:41 pm Subject: Example script for getting GPS Position from Google Earth |
Hi afromonkey,
SetCameraParams is what you want. Try something like this..
This function inside the VBCode:
Function geSetPos(FocusPointLatitude, FocusPointLongitude, FocusPointAltitud ... |
Topic: Example script for getting GPS Position from Google Earth |
tomte
Replies: 4
Views: 3068
|
Forum: Scripts & Functions Posted: Sun Aug 12, 2007 2:50 am Subject: Example script for getting GPS Position from Google Earth |
Displays a small GUI with the current Latitude and Longitude etc. from your Google Earth window.
Uses the ws4ahk.ahk "Embedded Windows Scripting and COM for Autohotkey" library and the Goog ... |
| |