| Author |
Message |
Forum: Support Topic: detect USB |
| grannyGrump |
|
Posted: April 2nd, 2011, 10:17 am
|
|
Replies: 2 Views: 293
|
deleted
sorry, misunderstood post |
|
 |
Forum: Support Topic: Find & Replace dialogs dance away |
| grannyGrump |
|
Posted: March 11th, 2011, 10:49 pm
|
|
Replies: 4 Views: 147
|
@ the good guest -- ah... Drag. Of course.
Most of my scripts do have a KeyWait, but I lost my mind and forgot.
But *my* granny said if we don't make mistakes, we don't learn.
Thank you. |
|
 |
Forum: Support Topic: Find & Replace dialogs dance away |
| grannyGrump |
|
Posted: March 11th, 2011, 10:44 pm
|
|
Replies: 4 Views: 147
|
| @ Leef-me, people tend to avoid my posts because I include TOO MUCH detail, I was trying to be more user-friendly :P I trimmed the script down to bare-bones, and excluded all the gui stuff, or it would have been a few hundred lines. So to test, comment out the Sleep. Launch it, and press Win + C. Op... |
|
 |
Forum: Support Topic: Find & Replace dialogs dance away |
| grannyGrump |
|
Posted: March 11th, 2011, 10:11 pm
|
|
Replies: 4 Views: 147
|
| I don't need a script fix, just an answer to a mystery. The following is a bit of code from my dropcloth-type script, and the sequence is intended to keep activated popup dialogs from pushing the parent window into darkness. Clicking on the dialog titlebar lifts the parent above the semi-transparent... |
|
 |
Forum: Support Topic: Clipboard String Replace |
| grannyGrump |
|
Posted: March 11th, 2011, 5:03 pm
|
|
Replies: 2 Views: 245
|
| The help file has some good examples for using clipboard. This will load your selected text to the clipboard, replace colons with spaces, and load the fixed string on the clipboard (tested with Notepad on XP) #a:: ClipSaved := ClipboardAll ; Store original clipboard in a variable for future use Clip... |
|
 |
Forum: Issues Topic: (Fixed) [AHK_L] SplashImage + TransColor not working in XP |
| grannyGrump |
|
Posted: March 8th, 2011, 4:32 am
|
|
Replies: 4 Views: 1035
|
Ok, that's a dead bug!
Thank you. |
|
 |
Forum: Scripts Topic: Auto-raise / mouse hover |
| grannyGrump |
|
Posted: March 7th, 2011, 7:55 am
|
|
Replies: 89 Views: 30299
|
| fragman, thanks for the heads-up about converting scripts. I'm too much of a novice to face that daunting task just yet. I'm using Basic and AHK_L_ansi with great satisfaction. I cobbled together a clunky workaround using Sean's Taskbutton.ahk that got me a working solution to auto-raise by hovering... |
|
 |
Forum: Scripts Topic: Send mouse scrolls to window under mouse |
| grannyGrump |
|
Posted: March 3rd, 2011, 4:09 am
|
|
Replies: 119 Views: 35896
|
| For vertical scrolling to use the SendMessage 0x20A for uncooperative windows, I have some hard-coded exceptions that use ControlFocus, then the SendMessage does work. With MS Word, I use this: If (winClass = "OpusApp" ControlFocus, , ahk_id %DllTarget% For horizontal scrolling, Contro... |
|
 |
Forum: Scripts Topic: Run AHK scripts with less (half or even less) memory usage |
| grannyGrump |
|
Posted: February 28th, 2011, 9:30 am
|
|
Replies: 22 Views: 12568
|
| I'm curious though. Does the *Allocated* memory stay the same, even though the "active" RAM is reduced? I don't actually understand how allocated memory works, but I do see in Task Manager that using FreeMem reduces MemUsage very drastically, but the Virtual Memory stays the same. For exam... |
|
 |
Forum: Offtopic Topic: Prey project uses AHK. Issues with false positives remain. |
| grannyGrump |
|
Posted: February 22nd, 2011, 11:00 am
|
|
Replies: 10 Views: 569
|
oh, I'm not at the level where I will be compressing anything for distribution.
I compress some portable apps for use on a small flash drive, on some packages you can reduce a 30 mb installation down as low as 10 mb. |
|
 |
Forum: Offtopic Topic: Prey project uses AHK. Issues with false positives remain. |
| grannyGrump |
|
Posted: February 22nd, 2011, 10:52 am
|
|
Replies: 10 Views: 569
|
| I wonder if there are any statistics out there about MPRESS application compressor getting AV false positives. I've used UPX to compress portable apps for several years, and just learned about MPRESS a few months ago. I've only used it a couple of times. It uses a lossy compression format, so you be... |
|
 |
Forum: Support Topic: Update SystemTray display after RegWrite Hide Inactive Icons |
| grannyGrump |
|
Posted: February 22nd, 2011, 10:41 am
|
|
Replies: 4 Views: 448
|
Bump, hoping someone might have an idea to share.
Thanks. |
|
 |
Forum: Scripts Topic: WinTraymin to trayicon |
| grannyGrump |
|
Posted: February 18th, 2011, 1:06 pm
|
|
Replies: 72 Views: 11654
|
Ah, god bless you sir, you are a true gentleman.
Thank you so much for taking the time to fix that. |
|
 |
Forum: Support Topic: Update SystemTray display after RegWrite Hide Inactive Icons |
| grannyGrump |
|
Posted: February 17th, 2011, 5:47 am
|
|
Replies: 4 Views: 448
|
| I found this posted by Rapte_Of_Suzaku at http://www.autohotkey.com/forum/topic64069.html #SingleInstance Force F1:: RegRead, current, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, TaskbarGlomLevel RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\C... |
|
 |
Forum: Scripts Topic: WinTraymin to trayicon |
| grannyGrump |
|
Posted: February 16th, 2011, 4:51 am
|
|
Replies: 72 Views: 11654
|
| Necrophilia strikes again! I'm using the WinTrayMin script in Vista-64bit, and it works well EXCEPT the following apps don't show an icon in the tray, only a blank spot: MS Paint, Notepad, Calculator, and any CHM compiled help file I've tried. All other MS products, and every 3rd-party app I've trie... |
|
 |
| Sort by: |