| Author |
Message |
Forum: Scripts Topic: Pixel Matrix Search |
| Lufia |
|
Posted: July 25th, 2006, 1:36 pm
|
|
Replies: 29 Views: 11010
|
| Thanks for these functions Rajat. :) The GetMatrix() function was very useful for me. I made a change so that it is able to search rectangular areas as well and wanted to share it in case anyone has a use for it. GetMatrix(StartX, startY, DimensionX, DimensionY) { Loop, %DimensionY% ... |
|
 |
Forum: Scripts Topic: Host to IP - IP/Web to Host |
| Lufia |
|
Posted: June 2nd, 2006, 1:04 pm
|
|
Replies: 7 Views: 3411
|
| I updated the code with more changes. It also now will display three results. This is mostly for websites that may sometimes not resolve into a hostname. Like http://www.google.com will give you something like http://www.l.google.com instead of resolving with a hostname, so I included the option to ... |
|
 |
Forum: Scripts Topic: Host to IP - IP/Web to Host |
| Lufia |
|
Posted: June 1st, 2006, 8:36 pm
|
|
Replies: 7 Views: 3411
|
That's a good idea, I didn't think about doing that! I'll add those things and post back! Thanks for the advice.  |
|
 |
Forum: Scripts Topic: Host to IP - IP/Web to Host |
| Lufia |
|
Posted: June 1st, 2006, 7:25 pm
|
|
Replies: 7 Views: 3411
|
| This is a simple script I wrote up because I think I saw someone mention they would like a way to convert an IP Address into a Hostname. I also threw in a Hostname to IP Address just because. :D #NoEnv TempDir = %A_Temp% TrcR = 20 ; German language = 23 If A_OSVersion = WIN_2000 ; Win 95/98/2000 do ... |
|
 |
Forum: Scripts Topic: Weather |
| Lufia |
|
Posted: May 31st, 2006, 5:16 pm
|
|
Replies: 76 Views: 14197
|
@Titan
No problem, I look forward to it! |
|
 |
Forum: Scripts Topic: Weather |
| Lufia |
|
Posted: May 30th, 2006, 3:44 pm
|
|
Replies: 76 Views: 14197
|
| Hi, nice script! I tested it out for a bit and found a possible bug. It seems that if you click the bottom-most Location in the list and exit the program and re-open it the selection is blank. Also I also noticed that the Title Section always displays London. Hope this helps! :) Edit: I appended a P... |
|
 |
Forum: Support Topic: ASCII Character Hotkeys |
| Lufia |
|
Posted: May 17th, 2006, 3:51 pm
|
|
Replies: 10 Views: 1198
|
Thanks for the info! I thought it was possible to make keys into modifier keys using something such as "F5 & F6::". Does your solution let you press one key then the next in sequence for it to work? That's pretty neat.  |
|
 |
Forum: Support Topic: ASCII Character Hotkeys |
| Lufia |
|
Posted: May 17th, 2006, 3:18 pm
|
|
Replies: 10 Views: 1198
|
| I just tested it again on the latest version (1.0.44.01) and it still seems to skip over the line and send the text immediately; however, the script now stays open instead of closing itself. Any ideas? |
|
 |
Forum: Support Topic: ASCII Character Hotkeys |
| Lufia |
|
Posted: May 17th, 2006, 3:03 pm
|
|
Replies: 10 Views: 1198
|
I'm on version 1.0.43.08. Was it fixed since then?
@evl: I use an English keyboard and also have to type the Alt+0192
@PhiLho: I just checked the changelog and see some newer versions. I will update and try again. (I should have checked that first!)
Thanks.  |
|
 |
Forum: Support Topic: ASCII Character Hotkeys |
| Lufia |
|
Posted: May 17th, 2006, 2:12 pm
|
|
Replies: 10 Views: 1198
|
| Is it possible to map ASCII characters to hotkeys? For example: À:: Send, Test Return I tried it out and it seemed to ignore the À:: part and went ahead and sent the text. The reason I wanted to do this is so that I can use my external keypad that can be mapped to other keys for extra hotkeys. I cou... |
|
 |
Forum: Support Topic: Replace Active File |
| Lufia |
|
Posted: May 6th, 2006, 1:21 am
|
|
Replies: 8 Views: 1065
|
| Hey guys, I have created a series of scripts about 30 people in our office and have just run into a problem my amateur programmers brain didn't prepare for :oops: The scripts are all loaded in a shared drive with the AHK executable. In the morning, the users activate the main script via an icon on ... |
|
 |
Forum: Issues Topic: if var is type |
| Lufia |
|
Posted: May 6th, 2006, 1:04 am
|
|
Replies: 10 Views: 965
|
| I used a sloppy nested if statement to fix my problem. Now I get integer numbers with no decimal places and numbers between 1-199 only. :D Working: if var is integer { if (var > 0 and var < 200) { msgbox, true } else { msgbox, false } } else { msgbox, false... |
|
 |
Forum: Issues Topic: if var is type |
| Lufia |
|
Posted: May 4th, 2006, 10:29 pm
|
|
Replies: 10 Views: 965
|
| Now that I am home and have tried this example and a FileReadLine example it seems to work fine; however, my script at work returns values with decimals in them as integers. I will post it tomorrow and see if anyone else gets the same thing. Thanks :) Edit: I think I found my problem. I was trying t... |
|
 |
Forum: Issues Topic: if var is type |
| Lufia |
|
Posted: May 4th, 2006, 9:49 pm
|
|
Replies: 10 Views: 965
|
No no, I do not want it to detect decimal numbers but integer and digit seems to be returning true on decimal numbers. Thanks for the quick response.  |
|
 |
Forum: Issues Topic: if var is type |
| Lufia |
|
Posted: May 4th, 2006, 9:28 pm
|
|
Replies: 10 Views: 965
|
| This may be something I just missed somewhere and it is supposed to work this way, but when I use FileReadLine to take a line from a file and check if it's an integer I seem to get true on values with decimals in them. Example: FileReadLine, myvar, textfile.txt, 1 ; this value is 3.5 if myvar is int... |
|
 |
| Sort by: |