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 16 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Pixel Matrix Search
Lufia

Replies: 25
Views: 5439

PostForum: Scripts & Functions   Posted: Tue Jul 25, 2006 12:36 pm   Subject: Pixel Matrix Search
Thanks for these functions Rajat. Smile

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 h ...
  Topic: Host to IP - IP/Web to Host
Lufia

Replies: 6
Views: 1500

PostForum: Scripts & Functions   Posted: Fri Jun 02, 2006 12:04 pm   Subject: Host to IP - IP/Web to Host
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 www.google.com will give you something li ...
  Topic: Host to IP - IP/Web to Host
Lufia

Replies: 6
Views: 1500

PostForum: Scripts & Functions   Posted: Thu Jun 01, 2006 7:36 pm   Subject: Host to IP - IP/Web to Host
That's a good idea, I didn't think about doing that! I'll add those things and post back! Thanks for the advice. Smile
  Topic: Host to IP - IP/Web to Host
Lufia

Replies: 6
Views: 1500

PostForum: Scripts & Functions   Posted: Thu Jun 01, 2006 6:25 pm   Subject: Host to IP - IP/Web to Host
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. Very Happy

...
  Topic: Weather
Lufia

Replies: 76
Views: 10294

PostForum: Scripts & Functions   Posted: Wed May 31, 2006 4:16 pm   Subject: Weather
@Titan

No problem, I look forward to it!
  Topic: Weather
Lufia

Replies: 76
Views: 10294

PostForum: Scripts & Functions   Posted: Tue May 30, 2006 2:44 pm   Subject: Weather
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 ...
  Topic: ASCII Character Hotkeys
Lufia

Replies: 10
Views: 526

PostForum: Ask for Help   Posted: Wed May 17, 2006 2:51 pm   Subject: ASCII Character Hotkeys
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 ...
  Topic: ASCII Character Hotkeys
Lufia

Replies: 10
Views: 526

PostForum: Ask for Help   Posted: Wed May 17, 2006 2:18 pm   Subject: ASCII Character Hotkeys
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 ...
  Topic: ASCII Character Hotkeys
Lufia

Replies: 10
Views: 526

PostForum: Ask for Help   Posted: Wed May 17, 2006 2:03 pm   Subject: ASCII Character Hotkeys
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 up ...
  Topic: ASCII Character Hotkeys
Lufia

Replies: 10
Views: 526

PostForum: Ask for Help   Posted: Wed May 17, 2006 1:12 pm   Subject: ASCII Character Hotkeys
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 rea ...
  Topic: Replace Active File
Lufia

Replies: 8
Views: 605

PostForum: Ask for Help   Posted: Sat May 06, 2006 12:21 am   Subject: Re: Replace Active File
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 Embarassed

The scripts are all loaded i ...
  Topic: if var is type
Lufia

Replies: 10
Views: 656

PostForum: Bug Reports   Posted: Sat May 06, 2006 12:04 am   Subject: if var is type
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. Very Happy

Working:

if var is integer
{
if (var > ...
  Topic: if var is type
Lufia

Replies: 10
Views: 656

PostForum: Bug Reports   Posted: Thu May 04, 2006 9:29 pm   Subject: if var is type
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 an ...
  Topic: if var is type
Lufia

Replies: 10
Views: 656

PostForum: Bug Reports   Posted: Thu May 04, 2006 8:49 pm   Subject: if var is type
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. Smile
  Topic: if var is type
Lufia

Replies: 10
Views: 656

PostForum: Bug Reports   Posted: Thu May 04, 2006 8:28 pm   Subject: if var is type
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 ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group