AutoHotkey Community

It is currently May 23rd, 2012, 4:50 pm

All times are UTC [ DST ]


Search found 32 matches
Search these results:

Author Message

 Forum: Scripts   Topic: IntelliSense modification (minor)

Posted: September 30th, 2009, 3:58 pm 

Replies: 0
Views: 471


I found that sometimes while using Rajat's "intellisense" script I was bothered by the tooltip staying put while I was editing some other part of my script. I changed the IntelliSense script so that if I press the "up" or "down" keys, the tooltip disappears. ; IntelliSe...

 Forum: Support   Topic: how to use a function

 Post subject: how to use a function
Posted: August 13th, 2009, 5:26 pm 

Replies: 2
Views: 453


I haven't had success using the controlfocus command in my scripts (windows seems to just ignore it) so I have been using this subroutine instead: thefocus = Edit1 gosub, controlfocusloop ; some code ; ... controlfocusloop: tooltip, thefocus is %thefocus% sleep, 400 loop, 30 { controlfocus, %th...

 Forum: Support   Topic: a script that waits for the computer to be ready for input

Posted: July 14th, 2009, 4:41 pm 

Replies: 2
Views: 531


http://www.blackbus.org/forum/query-import-export/5039-copy-paste-information-into-raisers-edge-query-2.html Hi folks - I wrote a script that's intended to be usable on any machine; it's job is to take a series of lines from the clipboard and paste them one at a time into an application called Rais...

 Forum: Support   Topic: paste multiple lines with {tab} replacing line breaks

Posted: May 5th, 2009, 2:50 am 

Replies: 1
Views: 354


This was written for a program where I wanted the ability to paste up to several hundred lines, BUT if you have multiple lines in the clipboard, only the first line is accepted. Pushing "tab" navigates to a new line. #singleinstance force #noenv sendmode, input ~^v:: ifwinactive, Edit Fiel...

 Forum: Offtopic   Topic: RuneScape - How macros are detected by RuneScape?

Posted: April 22nd, 2009, 8:44 pm 

Replies: 76
Views: 32595


As far as I know, Runescape DOES NOT have the ability to check what processes are running, what's on your screen, or what you do with your computer outside of the Runescape screen. What it CAN do, I think, is analyze the movements of your mouse while it is on the runescape screen. If your clicks hit...

 Forum: Offtopic   Topic: French AutoHotkey Community

Posted: April 22nd, 2009, 8:31 pm 

Replies: 10
Views: 1308


Quote:
Donc si quelqu'un ici parle français qu'il se présente!



Bonsoir, TomXIII, je parle anglais comme langue maternelle mais je parle francais aussi. J'espere qu'il y sera support pour les francophones qui veulent utiliser AHK meme comme en anglais. Bonne chance.

 Forum: Offtopic   Topic: multidimensional arrays: as files and as variables in memory

Posted: April 22nd, 2009, 4:25 pm 

Replies: 0
Views: 621


From what I've seen, there is no "standard" way to name multidimensional arrays and no standard way to store them in text files. Two dimensional arrays are easy to store as CSV files, which, conveniently, Autohotkey very easily works with. One way to store a third dimension in a text file ...

 Forum: Offtopic   Topic: Internet Explorer bug while loading Microsoft website!

Posted: March 24th, 2009, 7:47 pm 

Replies: 2
Views: 625


No, I don't sit there refreshing.

It's on first attempt to load a particular page, and pushing refresh once usually resolves the problem... until it happens again a couple days later.

This particular problem never occurs in Firefox on my machine.

 Forum: Offtopic   Topic: Internet Explorer bug while loading Microsoft website!

Posted: March 24th, 2009, 7:05 pm 

Replies: 2
Views: 625


I've grown accustomed to the fact that problems crop up from time to time when using Internet Explorer but that hasn't stopped me from using it. (I like Firefox, but Firefox 3 on my computer doesn't seem to work well with Google Calendar.) Recently I've been experiencing a bug in Internet Explorer 7...

 Forum: Support   Topic: remove/replace "(" in a string

Posted: March 14th, 2009, 10:00 pm 

Replies: 3
Views: 362


I tried to use stringreplace and regexreplace to remove a parenthesis from a string. Neither worked. StringReplace, currentmeeting , source_%numberoflinessofar%_6 , (, , All ; OR StringReplace, currentmeeting , source_%numberoflinessofar%_6 , (, , All ;OR StringReplace, currentmeeting , sour...

 Forum: Support   Topic: Want to Increase the size of thumbnail

Posted: January 7th, 2009, 1:04 am 

Replies: 1
Views: 321


Although autohotkey might be useful in solving your problem, It's not clear to me what the connection is between autohotkey and your question.

 Forum: Support   Topic: I would like to write a AHK GUI, is this idea possible.

Posted: December 24th, 2008, 12:54 am 

Replies: 14
Views: 2871


If you let them know that you use AHK to create & maintain the program, they still probably won't have anybody who can do it as well as you. :D

Or maybe that's just my office - we have lots of folks who don't know too much about computers.

 Forum: Support   Topic: Does ahk-typed-events show up in key loggers?

Posted: December 24th, 2008, 12:03 am 

Replies: 6
Views: 632


trying to flood a keylogger with gibberish?

 Forum: Support   Topic: SOLVED - CSV-editor : database style GUI

Posted: December 23rd, 2008, 11:56 pm 

Replies: 3
Views: 1844


EDIT - ----it works fine for me... fixed some minor issues, many more kinks still to be worked out. posted latest code. --- I put together a CSV file read / write utility but it doesn't work. The goal is to take a database export file (which exports with some strange column headings) and allow the u...

 Forum: Support   Topic: Newbie need help with reading text from a .txt file

Posted: December 19th, 2008, 7:34 pm 

Replies: 7
Views: 865


if it is not always on line 6, you can use the looping code Guest posted and use the command
IfInString

(see help file for more info on IfInString)
Sort by:  
Page 1 of 3 [ Search found 32 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group