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 

File Open Favorites
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Adam
Guest





PostPosted: Fri Oct 22, 2004 1:30 pm    Post subject: Problems with this script Reply with quote

Script works great, when run on its own. but if i include it in a file or complile it into an exe it starts throwing errors. Specifically this error:

Menu does not exist, favorites :
175: Menu,Favorites,Show
I'm assumming this has to do with puling the favs out of the source file. So how could change this so say it was reading favs from a ini file??

Adam
Back to top
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Fri Oct 22, 2004 2:04 pm    Post subject: Reply with quote

When merging two scripts, you have to manually combine their auto-exec sections. In addition, if they both have OnExit subroutines, those would need to be merged too. See this topic for details: http://www.autohotkey.com/forum/viewtopic.php?t=651

If the above not enough info, please let us know.
Back to top
View user's profile Send private message Send e-mail
Tekl



Joined: 24 Sep 2004
Posts: 813
Location: Germany

PostPosted: Thu Oct 28, 2004 9:27 am    Post subject: Reply with quote

Hi,

I had some problems with the Explorer-Window:

If I want to change to Folder "L:\folder" then the addressbar shows "http://www.L:\folder.com". To solve this, I added a {right} before {Enter}:

Code:
   else if f_class in ExploreWClass,CabinetWClass
   {
      if winState = U
      {
         if f_Edit1Pos <>
         {
            ControlSetText, Edit1, %f_path%, ahk_id %f_window_id%
            ControlSend, Edit1, {Right}{Enter}, ahk_id %f_window_id%
            return
         }
      }
   }


Tekl
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Thu Oct 28, 2004 12:46 pm    Post subject: Reply with quote

Thanks, I added that to the example version posted at http://www.autohotkey.com/docs/scripts/FavoriteFolders.htm

Any further improvements are welcome.
Back to top
View user's profile Send private message Send e-mail
urlwolf
Guest





PostPosted: Fri Sep 09, 2005 10:08 pm    Post subject: my folders, some nice features Reply with quote

I'd love to have Directory opus support for this Smile

BTW there is a little utility that does this, it is called 'my folders'... I actually paid for it.

www.nabocorp.com/myfolders/

The advantages over favoriteFolders are not many, and maybe you could implement them: (1) small icons next to the folder name and (2) the arrow keys are usable to navigate all the favorites.

My folder doesn't support Directory opus.

Cheers
Back to top
savage



Joined: 02 Jul 2004
Posts: 206

PostPosted: Tue Sep 13, 2005 8:59 pm    Post subject: Reply with quote

Directory Opus support is dead simple.
In the version sandeep posted on page 2 change this line:
else if f_class in ExploreWClass,CabinetWClass
to
else if f_class in ExploreWClass,CabinetWClass,dopus.lister

and make sure the location box in your dopus window is edit1. Unless you've got other text boxes on your toolbars - command box, filter box, etc - it probably is. It should work just fine then. If you do dual pane, it'll change the source pane's location.
_________________
<enormous animated gif>
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group