| Author |
Message |
Topic: ToolTip() - Advanced ToolTip features |
fragman
Replies: 102
Views: 15892
|
Forum: Scripts & Functions Posted: Sat Mar 20, 2010 12:32 pm Subject: ToolTip() - Advanced ToolTip features |
Yeah, that works too. Any idea about the delay?
Right now I'm just starting a second timer that closes the tooltip, but there are better ways I guess.
Windows 7 also fades out its balloon tips, is t ... |
Topic: ToolTip() - Advanced ToolTip features |
fragman
Replies: 102
Views: 15892
|
Forum: Scripts & Functions Posted: Thu Mar 18, 2010 9:12 pm Subject: ToolTip() - Advanced ToolTip features |
Is it possible to react to clicks on the tooltip and to clicks on links differently?
I would like to close the tooltip when I click on it, but do something else when I click on a link.
Also, I tri ... |
Topic: AHK Functions : FileMD5() / MD5() [Updated] |
fragman
Replies: 127
Views: 31450
|
Forum: Scripts & Functions Posted: Thu Mar 11, 2010 9:09 pm Subject: AHK Functions : FileMD5() / MD5() [Updated] |
I'm currently transferring files using the wrapper, but I want to show native transfer dialogs, so the user can also get replacement questions, progress etc.
(internet?) Explorer can do the transfe ... |
Topic: SHFileOperation/IFileOperation/FTP |
fragman
Replies: 0
Views: 44
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 8:41 pm Subject: SHFileOperation/IFileOperation/FTP |
I want to be able to transfer files from/to an FTP server while showing the native windows transfer dialog.
I tried using SHFileOperation as shown here: http://www.autohotkey.com/forum/topic8728-75 ... |
Topic: Create new folder in Explorer like Win7 shortcut |
fragman
Replies: 6
Views: 230
|
Forum: Scripts & Functions Posted: Mon Mar 08, 2010 8:48 pm Subject: Create new folder in Explorer like Win7 shortcut |
| Looks fine, but why the extra label? |
Topic: Create new folder in Explorer like Win7 shortcut |
fragman
Replies: 6
Views: 230
|
Forum: Scripts & Functions Posted: Mon Mar 08, 2010 7:45 pm Subject: Create new folder in Explorer like Win7 shortcut |
There's a built in variable for the OS, search the docs for "variables and expressions" or similar title, can't remember the name from my head.
You can use #IfWinActive for more than one ho ... |
Topic: Explorer Extensions: create, duplicate, rename |
fragman
Replies: 3
Views: 1325
|
Forum: Scripts & Functions Posted: Mon Mar 08, 2010 12:59 pm Subject: Explorer Extensions: create, duplicate, rename |
| This won't work on Vista and higher though. |
Topic: [Windows7]Let's add more features to Windows 7 |
fragman
Replies: 26
Views: 2750
|
Forum: Scripts & Functions Posted: Tue Mar 02, 2010 7:09 pm Subject: [Windows7]Let's add more features to Windows 7 |
| But different skins could have different button heights? |
Topic: Ahk Standard Library Collection, 2010 Mar (+ Gui) ~ Libs: 69 |
fragman
Replies: 72
Views: 4043
|
Forum: Scripts & Functions Posted: Mon Mar 01, 2010 5:47 pm Subject: Ahk Standard Library Collection, 2010 Mar (+ Gui) ~ Libs: 69 |
This is really a good idea, I can see this becoming useful.
I would like to see a library for automating Explorer/File Dialogs/(context menus, I have a few functions, but they don't work in all cas ... |
Topic: Another Joystick to keyboard mapper with some more functions |
fragman
Replies: 8
Views: 826
|
Forum: Scripts & Functions Posted: Thu Feb 25, 2010 11:19 pm Subject: Another Joystick to keyboard mapper with some more functions |
| I have updated the script so it doesn't screw up mouse movement when no joystick is connected. |
Topic: Vista Explorer - Backspace for parent folder (as in XP) |
fragman
Replies: 10
Views: 4169
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 11:45 pm Subject: Vista Explorer - Backspace for parent folder (as in XP) |
Did you try my code?
I have (similar) code that does the same and works for Win7 in the program I'm working on. |
Topic: Another Joystick to keyboard mapper with some more functions |
fragman
Replies: 8
Views: 826
|
Forum: Scripts & Functions Posted: Sun Feb 21, 2010 1:10 pm Subject: Another Joystick to keyboard mapper with some more functions |
Are you sure this is related to this script?
I'm not doing anything with the shift key.
Also, is there a proper way to detect if the joystick/gamepad is connected?
I need this disabled if there is ... |
Topic: AHK_L: Key send from script not catched with #if conditions |
fragman
Replies: 1
Views: 47
|
Forum: Ask for Help Posted: Thu Feb 18, 2010 8:43 pm Subject: AHK_L: Key send from script not catched with #if conditions |
I found a bug:
#if somecondition()
~LButton::
Send {Backspace}
return
#if
#if somecondition()
Backspace::
msgbox blah
return
#if
someconditi ... |
Topic: Send mouse scrolls to window under mouse |
fragman
Replies: 55
Views: 16722
|
Forum: Scripts & Functions Posted: Thu Feb 18, 2010 4:52 pm Subject: Re: Workaround for Trillian Astra |
I found a program that doesn't like the very elegant solution by shimanov: Trillian Astra. Wheel scrolling doesn't work at all in Trillian's message windows while this script is active.
As a work ... |
Topic: [Windows7]Let's add more features to Windows 7 |
fragman
Replies: 26
Views: 2750
|
Forum: Scripts & Functions Posted: Mon Feb 15, 2010 8:11 pm Subject: [Windows7]Let's add more features to Windows 7 |
| Small question, how are you detecting the area below the min/max/close buttons? Sending a hittest message tells me that area belongs to the buttons? |
| |