 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Adam Guest
|
Posted: Fri Oct 22, 2004 1:30 pm Post subject: Problems with this script |
|
|
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
|
Posted: Fri Oct 22, 2004 2:04 pm Post subject: |
|
|
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 |
|
 |
Tekl
Joined: 24 Sep 2004 Posts: 813 Location: Germany
|
Posted: Thu Oct 28, 2004 9:27 am Post subject: |
|
|
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 |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
|
| Back to top |
|
 |
urlwolf Guest
|
Posted: Fri Sep 09, 2005 10:08 pm Post subject: my folders, some nice features |
|
|
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 |
|
| Back to top |
|
 |
savage
Joined: 02 Jul 2004 Posts: 206
|
Posted: Tue Sep 13, 2005 8:59 pm Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|