AutoHotkey Community

It is currently May 25th, 2012, 8:16 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 40 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject:
PostPosted: October 18th, 2007, 9:25 pm 
Offline

Joined: May 29th, 2006, 3:14 pm
Posts: 24
Happened here also.

I really liked this script but I stopped using it because of this.

Regards,

Tarc


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 18th, 2007, 10:43 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
Try adding Menu, Tray, UserErrorLevel at the top of the script.
It might help.

:)


Last edited by SKAN on October 24th, 2007, 5:02 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 19th, 2007, 4:50 am 
where exactly should I add it?
1st line?
or before
Code:
;Launch initial menu items

:?:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 19th, 2007, 5:19 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
Anywhere at the top of the script.
Top of the script means auto-execute section.
Make it as the first item of the Menu series of commands.

:)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 20th, 2007, 7:38 am 
Offline

Joined: May 29th, 2006, 3:14 pm
Posts: 24
Mmmmhh..

I don't know if it works with you guys but I get an error message specifying the line of the insert

regards,

Tarc


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 22nd, 2007, 5:15 am 
same here :(

Could it be that I have many folders having the same name but in different subfolders?

Or HOW can I bring the script to show more than the actual folder name?
How about the whole path for starters?


PS: I have another Error message. :!: I will make a screen shot and post it here


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 22nd, 2007, 5:21 am 
here it comes, the other error. :?

Image


Report this post
Top
  
Reply with quote  
 Post subject: Total Commander
PostPosted: October 23rd, 2007, 2:38 pm 
Offline

Joined: June 4th, 2005, 1:54 am
Posts: 146
Is there any way to make this work in Total Commander?

Specifically, the problem is that TC's history logs the "pass-through" folders, and so is full of junk... I only want a list of the folders I spent more than 10 seconds in.

Can I do it with this script? (For Total Commander)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2007, 3:37 pm 
Offline

Joined: May 29th, 2006, 3:14 pm
Posts: 24
Anyone has any idea how to debug this script?
I've tried many avenues but I'm afraid my autohotkey knowledge is not enough. :(

Should a new thread be added in the ask for help section?

Regards,

Tarc


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2007, 4:58 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
Skan wrote:
Try adding Menu, Tray, UserErrorLevel at the top of the script.
It might help.
:)


Sorry! There was a typo..

Try adding Menu, Tray, UseErrorLevel at the top of the script.

I have just put the script in my startup. I will test and let know the status.

:)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2007, 10:36 pm 
Offline

Joined: May 29th, 2006, 3:14 pm
Posts: 24
Seems to be working, thanks Skan!

Tarc


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 28th, 2007, 11:14 pm 
works for me as well :D

does anyone know how to make it open the explorer window with the tree folder to the left :?:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 29th, 2007, 12:24 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8775
sebastian wrote:
does anyone know how to make it open the explorer window with the tree folder to the left :?:


I guess that might be not possible :(

But you may append the following code to the script ( or use as standalone ) :

Code:
#IfWinActive ahk_class ExploreWClass
~MButton::PostMessage, 0x111, 41525,,, A
#IfWinActive ahk_class CabinetWClass
~MButton::PostMessage, 0x111, 41525,,, A
#IfWinActive


The above will toggle the display of the treeview pane on Mouse' middle button click.

:)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2007, 1:39 am 
that's cool, thx 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 8th, 2007, 8:42 am 
Offline

Joined: October 5th, 2006, 8:45 am
Posts: 476
can you make this please display the recent folder in the context menu?


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot], Relayer and 17 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