AutoHotkey Community

It is currently May 27th, 2012, 8:51 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3
Author Message
PostPosted: October 22nd, 2004, 1:30 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 22nd, 2004, 2:04 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 28th, 2004, 9:27 am 
Offline

Joined: September 24th, 2004, 3:00 pm
Posts: 814
Location: Germany
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 28th, 2004, 12:46 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thanks, I added that to the example version posted at http://www.autohotkey.com/docs/scripts/ ... olders.htm

Any further improvements are welcome.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: September 9th, 2005, 10:08 pm 
I'd love to have Directory opus support for this :)

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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 13th, 2005, 8:59 pm 
Offline

Joined: July 2nd, 2004, 11:53 pm
Posts: 207
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>


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: tomoe_uehara, Xx7 and 11 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