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 249 matches
AutoHotkey Community Forum Index
Author Message
  Topic: hotkey for Firefox bookmark
JDN

Replies: 15
Views: 492

PostForum: Ask for Help   Posted: Sun Jan 17, 2010 6:37 am   Subject: hotkey for Firefox bookmark
I have a related question but I didn't want to start a new topic for this.

I am new to FireFox and have a great many bookmarks. My problem is that when I uninstall FireFox and then want to reinstal ...
  Topic: Switching Languages with one key
JDN

Replies: 2
Views: 110

PostForum: Ask for Help   Posted: Sun Aug 02, 2009 5:24 am   Subject: Switching Languages with one key
I use the "back quote" key to perform the "Alt Tab" function because I use it all the time and find the back quote is much easier to use and also it is almost never used for anythi ...
  Topic: Need really simple script
JDN

Replies: 6
Views: 331

PostForum: Ask for Help   Posted: Sun Aug 02, 2009 5:21 am   Subject: Need really simple script
You should also read about the AHK Spy utility.

That will help you find the exact location of a specific point on the screen - like the upper left hand corner of a window - or the point on which yo ...
  Topic: SendInput and Send
JDN

Replies: 5
Views: 248

PostForum: Ask for Help   Posted: Tue Jun 23, 2009 10:23 pm   Subject: SendInput and Send
I apologize if my post seemed to be defensive.

I assure you that was not my intention.
  Topic: SendInput and Send
JDN

Replies: 5
Views: 248

PostForum: Ask for Help   Posted: Sat Jun 20, 2009 8:53 pm   Subject: SendInput and Send
First of all, the documentation says "generally" which seems to me, in this case, means "most of the time". So, it's quite possible that in your particular case, that just doesn't ...
  Topic: help on truncating strings
JDN

Replies: 3
Views: 163

PostForum: Ask for Help   Posted: Sat Jun 20, 2009 8:49 pm   Subject: help on truncating strings
I tried to read your post but I'm sorry to say that I just couldn't understand what you wanted.

Any chance you could re-write the post and make it a lot more simplified?
  Topic: WinWait woes
JDN

Replies: 7
Views: 456

PostForum: Ask for Help   Posted: Tue Jun 16, 2009 9:59 pm   Subject: WinWait woes
I have had quite a few problems with Winwait and I'm curious about one thing in this line:


WinWait, ahk_pid %thePID%,,30


Why is there no comma between the "ahk_pid" and %thePID%?
...
  Topic: my function is not returning expected results
JDN

Replies: 4
Views: 277

PostForum: Ask for Help   Posted: Thu Jun 11, 2009 3:23 am   Subject: my function is not returning expected results
Are you familiar with AHK's rules for global variables?

You use the variable Len inside the function and outside the function. But these are two separate and different variables.

Since you do no ...
  Topic: Question about formating numbers... 1000 to 1,000 HOW?
JDN

Replies: 7
Views: 300

PostForum: Ask for Help   Posted: Thu Jun 11, 2009 3:12 am   Subject: Question about formating numbers... 1000 to 1,000 HOW?
Here is a Delphi function that I once wrote to insert separators into a character sting containing a number. It is well tested and works OK. If you can't find a more direct AHK function, it shouldn't ...
  Topic: Question about formating numbers... 1000 to 1,000 HOW?
JDN

Replies: 7
Views: 300

PostForum: Ask for Help   Posted: Thu Jun 11, 2009 3:00 am   Subject: Question about formating numbers... 1000 to 1,000 HOW?
Sad to say, I don't know of any built-in function that does this.

Do you use any other programming languages like C++ or Delphi?

You might consider doing it in that language and then bringing th ...
  Topic: Move Files Script - How to get selected file info??
JDN

Replies: 11
Views: 548

PostForum: Ask for Help   Posted: Mon Jun 08, 2009 1:45 pm   Subject: Move Files Script - How to get selected file info??
What kind of info is it that you need?

Is it info needed to move the file? Or do you want supplementary info such as the file attributes? (like Read-Only, System or Archive)?
  Topic: loop FilePattern help !
JDN

Replies: 5
Views: 177

PostForum: Ask for Help   Posted: Mon Jun 08, 2009 11:22 am   Subject: loop FilePattern help !
pajenn,

I believe that using "*.*" will get you all file names including those with extensions.

I tried the following code and it accessed all files in my C folder - both with and with ...
  Topic: loop FilePattern help !
JDN

Replies: 5
Views: 177

PostForum: Ask for Help   Posted: Mon Jun 08, 2009 11:15 am   Subject: loop FilePattern help !
Here is an example from the Help file that I have modified slightly. try this: I tested it and it accesses all files that have no extension.


Loop, %A_ProgramFiles%\*., , 1 ; Recurse into subfol ...
  Topic: Suggestions on documentation improvements
JDN

Replies: 91
Views: 15548

PostForum: Bug Reports   Posted: Tue Jun 02, 2009 10:32 pm   Subject: Suggestions on documentation improvements
The command SetTimer is listed under "Flow of Control" as well as "Misc Commands" under the Contents tab of the Help file.

I don't know if this might be an error or not. But I ...
  Topic: Suggestions on documentation improvements
JDN

Replies: 91
Views: 15548

PostForum: Bug Reports   Posted: Tue Jun 02, 2009 10:31 pm   Subject: Suggestions on documentation improvements
I have found some minor typos in the Help file. I try to wait a few weeks and find several typos before posting. I think it would be a nuisance to post every time I find one. Here are five of them:
...
 
Page 1 of 17 Goto page 1, 2, 3 ... 15, 16, 17  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group