AutoHotkey Community

It is currently May 27th, 2012, 12:17 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 166 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 12  Next

Have you tried AutoHotFile?
Yes it is great.
Could not get it to work, please provide more information.
It does not provide the functions I need (please explain).
Yes but it is useless for me.
I am already using a different keyword launcher.
No, I do not like to use a keyword launcher.
You may select 1 option

View results
Author Message
 Post subject:
PostPosted: May 9th, 2009, 10:54 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Guest 0358 wrote:
Bingo - the wildcard worked perfectly. Congratulations, this app has replaced nDroid (which replaced Launchy) and is now my app launcher of choice. Sensational work.

Thank you. I am glad you like it. Please report any issues and feel free to ask questions and suggest improvements. :)

I have also tried slick run, launchy, ndroid and many others and I got many ideas from these, many thanks to authors ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2009, 1:35 am 
How does AutoHotString work? I have it turned on but can't seem to get it to work (whenever I type a question mark it does a Google map search)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2009, 5:55 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
To launch an AutoHotString, you must not use keyword launcher!
Enter ?YourKeyword{Tab} in Notepad, Run dialog, Open/Save dialog or anywhere else.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2009, 7:07 am 
Yep was doing that but nothing was happening. A slightly bigger issue though - the .exe version as downloaded from page 1 of this thread is now throwing an error everytime it runs, just after scanning all files. The .ahk version works ok though?!?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2009, 7:32 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Can you try to rename your old script AutoHotFile.ahk and run the exe again (so new script can be extracted).

I have just tried to download and it works. What is your error message?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 11th, 2009, 8:22 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Version 1.0.00.05 - 09.05.2009 wrote:
- Fixed some problems with FolderSpy
- Fixed autoupdate
- Fixed AutoHotFile.ahk to be extracted in the right place.


guest0218 wrote:
The .exe version as downloaded from page 1 of this thread is now throwing an error everytime it runs, just after scanning all files?!?


Can you try again, it should work now ;)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 12th, 2009, 12:25 am 
Deleted all exe's and ahk versions. Downloaded exe and ran it. Got a file not found error shortly after starting. It's looking for AutoHotFile.exe and in the directory where it is looking is AutoHotFile_update.exe.

PS - previosuly I wasn't getting an error message apart from the Microsoft "do you want to send this error" dialog box.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 12th, 2009, 7:51 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Guest0218 wrote:
Deleted all exe's and ahk versions. Downloaded exe and ran it. Got a file not found error shortly after starting. It's looking for AutoHotFile.exe and in the directory where it is looking is AutoHotFile_update.exe.

PS - previosuly I wasn't getting an error message apart from the Microsoft "do you want to send this error" dialog box.

After you get the error, can you check what AutoHotFile... files do you have in this directory?
AutoHotFile Update is started when ini setting #__SET__VERSION_ is different to build in A_AhfVersion variable which is currently "1.0.00.05".

Can you try to download again and put it in a new directory?
Then can you try to run following script by dragging it onto AutoHotFile.exe:
Code:
MsgBox % A_Ahfversion


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 13th, 2009, 12:14 am 
Version is 1.0.00.05

Same thing happens after a new download to a new dir and the only file left after the "file not found" AHK error is

AutoHotFile_Update.exe


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 13th, 2009, 10:20 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Can you try to rename it to AutoHotFile.exe and see if it works.

That is really odd, I had the same issue before but it should be fixed now.
Are you running it from memory stick?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 14th, 2009, 2:09 am 
Yes renaming the file works as normal. And no, running it from a hard drive.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 14th, 2009, 3:37 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Guest0218 wrote:
Yes renaming the file works as normal. And no, running it from a hard drive.

Should be fixed now :?

Quote:
V1.0.00.07 - 14.05.2009
- Auto update fixed
- Using new ToolTip() function. so you see your entry straight away.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 2nd, 2009, 8:29 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
New Version 1.0.0.10 wrote:
- Keyword will contain same letters as filename now
- Using new ToolTip features. Now you can click a link in ToolTip to open / show / edit a file
- Chording keyboard (see information in top post)
- User defined KeyWordEndChars
- - so you can specify whether a space, a . (dot) or any other letter in filename will be used to determine end of keyword


Last edited by HotKeyIt on June 3rd, 2009, 6:23 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 3rd, 2009, 6:23 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Version 1.0.0.11 wrote:
Fixed chording for file group


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 9th, 2009, 6:01 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Versin V1.0.00.12 wrote:
- Improved input for KeyWord Launcher
- ToolTip can be shown at TrayIcon now (Balloonip)
- Minimum letters for chording fixed


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 166 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 12  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 5 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group