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 

Search found 58 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Favorite Folders popup menu that you can change on the fly.
ChrisM

Replies: 149
Views: 23145

PostForum: Scripts & Functions   Posted: Sun Jan 14, 2007 12:31 am   Subject: Favorite Folders popup menu that you can change on the fly.
Chris wrote:Line #476 requires commas between its declared items:
Fixed, see top post of this topic.

ikno wrote:after you go to a folder the cursor is at the adres bar, so i tried to send a " ...
  Topic: FavoriteFolders by Savage - on desktop
ChrisM

Replies: 9
Views: 1507

PostForum: Scripts & Functions   Posted: Wed Oct 25, 2006 6:53 pm   Subject: FavoriteFolders by Savage - on desktop
Sorry, I didn't understand what you were trying to do.
I have the same problem, the middle button is used for many things in many of my apps. Consider using Control+Middle Button to activate the men ...
  Topic: FavoriteFolders by Savage - on desktop
ChrisM

Replies: 9
Views: 1507

PostForum: Scripts & Functions   Posted: Wed Oct 25, 2006 4:27 pm   Subject: FavoriteFolders by Savage - on desktop
Remove this entire section of code:
if f_class = #32770 ; It's a dialog.
{
if f_Edit1Pos <> ; And it has an Edit1 control.
{
; Activate the window so that if the user is ...
  Topic: FavoriteFolders by Savage - on desktop
ChrisM

Replies: 9
Views: 1507

PostForum: Scripts & Functions   Posted: Wed Oct 25, 2006 12:48 pm   Subject: FavoriteFolders by Savage - on desktop
Remove the tilde from before the hotkey.

change:
f_Hotkey = ~MButton
to
f_Hotkey = MButton
  Topic: Directory Compare
ChrisM

Replies: 9
Views: 1192

PostForum: Scripts & Functions   Posted: Sun Oct 22, 2006 9:58 pm   Subject: Directory Compare
The above code was just edited to fix a bug that wasn't storing the ini file to the same dir as the script.
  Topic: Directory Compare
ChrisM

Replies: 9
Views: 1192

PostForum: Scripts & Functions   Posted: Sun Oct 22, 2006 12:49 pm   Subject: Directory Compare
Here's a version that has file selection built into the GUI. Basic functionality is still the same.

One thing I can't figure out is how to get the FileSelectFolder dialogue to appear in the middle ...
  Topic: Directory Compare
ChrisM

Replies: 9
Views: 1192

PostForum: Scripts & Functions   Posted: Sat Oct 21, 2006 1:17 pm   Subject: Directory Compare

path1 = C:\LP\
path2 = D:\Backup\LP\

But doing nothing, whats wrong please?

I've added basic directory checking to this version. The original gives no warning if the paths are not exactly ...
  Topic: Favorite Folders popup menu that you can change on the fly.
ChrisM

Replies: 149
Views: 23145

PostForum: Scripts & Functions   Posted: Sat Oct 21, 2006 1:20 am   Subject: Favorite Folders popup menu that you can change on the fly.
A new version can be downloaded from the top post of this thread.

Changes:
Finally! Windows special and virtual folders can appear in the list, such as:
My Computer
My Network Places
even thin ...
  Topic: function: GetCommonPath - Get path to standard system foldes
ChrisM

Replies: 14
Views: 2070

PostForum: Scripts & Functions   Posted: Fri Oct 20, 2006 3:08 pm   Subject: function: GetCommonPath - Get path to standard system foldes
Excellent!! Thanks
  Topic: function: GetCommonPath - Get path to standard system foldes
ChrisM

Replies: 14
Views: 2070

PostForum: Scripts & Functions   Posted: Fri Oct 20, 2006 2:43 pm   Subject: function: GetCommonPath - Get path to standard system foldes
Just a note to clarify:

Not all the CSIDL values from the complete list can be used with the function at the top of this thread. If the description for the CSIDL says it's a virtual folder then th ...
  Topic: Favorite Folders popup menu that you can change on the fly.
ChrisM

Replies: 149
Views: 23145

PostForum: Scripts & Functions   Posted: Wed Oct 18, 2006 1:43 am   Subject: Favorite Folders popup menu that you can change on the fly.
Is the script in this thread's first post kept up-to-date?
Yes. I see it's been over a year since any update but I still use it every day as is. The only user updates from this thread I haven't added ...
  Topic: Computer Lock
ChrisM

Replies: 52
Views: 11610

PostForum: Scripts & Functions   Posted: Mon Jul 24, 2006 2:48 pm   Subject: Computer Lock
Here's the security lock system I use in my kiosk code:
; Disable them Windows Security Screen (Ctrl + Alt + Delete Screen) buttons:
WinSecurityButtons("off")

; Enab ...
  Topic: Favorite Folders popup menu that you can change on the fly.
ChrisM

Replies: 149
Views: 23145

PostForum: Scripts & Functions   Posted: Wed Mar 01, 2006 6:24 pm   Subject: Favorite Folders popup menu that you can change on the fly.
so I create a subfolder HD in my %f_shortcuts_folder% and cut/paste one of my two shortcut in it.

I get the error only when the subfolder is empty. This is a bug and I'll try to fix it. For now ma ...
  Topic: Favorite Folders popup menu that you can change on the fly.
ChrisM

Replies: 149
Views: 23145

PostForum: Scripts & Functions   Posted: Sat Feb 04, 2006 5:13 pm   Subject: Favorite Folders popup menu that you can change on the fly.
Sorry for the slow responce.

I did a quick search on this forum for 'editpad' and found the open/save dialogs in editpad have different class names than this script presently supports. So thats why ...
  Topic: Favorite Folders popup menu that you can change on the fly.
ChrisM

Replies: 149
Views: 23145

PostForum: Scripts & Functions   Posted: Thu Feb 02, 2006 4:25 am   Subject: Favorite Folders popup menu that you can change on the fly.
My apologies boardtc.
I see that the first line of the script description was not updated properly and mislead you. It has now been changed to read:
; When you hold the control key and click the mid ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group