| Author |
Message |
Topic: Can't fade the Start orb |
Lewrex
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Tue Apr 27, 2010 7:35 am Subject: Can't fade the Start orb |
| Yes, I'd seen that thread, but nothing there fades it. |
Topic: Can't fade the Start orb |
Lewrex
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Tue Apr 27, 2010 6:56 am Subject: Can't fade the Start orb |
It's Win 7. And yes, since Vista, the Start orb is in its own Window. Winspy reports both the orb itself and the white button that I spoke of as
Start ahk_class Button, so I'm definitely controlling ... |
Topic: Can't fade the Start orb |
Lewrex
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Tue Apr 27, 2010 5:52 am Subject: Can't fade the Start orb |
| I'm trying to fade the Start orb in and out. I can fade the taskbar in and out with no problems, but when I try to fade the Start orb, the orb gets replaced by a white plain button with "Start&qu ... |
Topic: Make the start menu invisible? |
Lewrex
Replies: 17
Views: 1047
|
Forum: Ask for Help Posted: Sun Apr 18, 2010 11:29 pm Subject: Make the start menu invisible? |
| Ah, that could be the problem. Here's an idea: Run the AutoItv3 Window Spy Tool included with AuotHotkey, then open the Start Menu. At the top, it should have "Window Title=" then the name o ... |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 31
Views: 9659
|
Forum: Ask for Help Posted: Tue Jan 26, 2010 12:53 pm Subject: Trying to toggle autohide taskbar with keystroke in vista |
I've made it a bit more automated:
http://www.autohotkey.net/~Lewrex/ |
Topic: ReadReg not getting hex values |
Lewrex
Replies: 2
Views: 252
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 1:30 am Subject: Thank you! |
I looked and looked at it!
I am blind or senile. Or both.
Thank you! |
Topic: ReadReg not getting hex values |
Lewrex
Replies: 2
Views: 252
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 12:37 am Subject: ReadReg not getting hex values |
I am trying to read the value of this key:
RegRead, RegValue, HKEY_LOCAL_MACHINE, Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2, Settings
MsgBox, Key: %RegValue%
|
Topic: Totally kill and then resurrect taskbar |
Lewrex
Replies: 2
Views: 373
|
Forum: Ask for Help Posted: Tue Jan 12, 2010 12:19 pm Subject: Totally kill and then resurrect taskbar |
I have been trying to make a script to totally kill and then easily resurrect the taskbar. The mechanism I'm using hides it and switches autohide on and off.
Te method is from people on this thread ... |
Topic: Taskbahide - (Finally!) Does one thing well |
Lewrex
Replies: 5
Views: 1707
|
Forum: Utilities & Resources Posted: Fri Jan 01, 2010 10:07 pm Subject: Taskbahide - (Finally!) Does one thing well |
I've made a little ahk app to do this too. It toggles the taskbar with a hot corner.
For the moment it's here:
http://rocketdock.com/addon/docklets/26821 |
Topic: Hot Corners |
Lewrex
Replies: 17
Views: 13907
|
Forum: Scripts & Functions Posted: Mon Dec 28, 2009 9:30 pm Subject: Hot Corners |
Do you mean an option to make any corner trigger the hider (or all if you want)?
My latest update to it has that. I've replaced the file on the RocketDock link. |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 31
Views: 9659
|
Forum: Ask for Help Posted: Mon Dec 28, 2009 2:28 pm Subject: Trying to toggle autohide taskbar with keystroke in vista |
a_h_k,
I don't think your tool works in Win7. I downloaded it, but in Win 7 it didn't seem to do as you describe.
I have Vista on another machine, but haven't tried it on that one yet.
I've b ... |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 31
Views: 9659
|
Forum: Ask for Help Posted: Sat Dec 26, 2009 2:10 am Subject: Trying to toggle autohide taskbar with keystroke in vista |
If you put the WinShow first when unhiding, the taskbar glides back into place instead of snapping in:
See this section:
{
If x=0
{
WinShow ahk_class Shell_TrayWnd
NumPut( ( AB ... |
Topic: Hot Corners |
Lewrex
Replies: 17
Views: 13907
|
Forum: Scripts & Functions Posted: Sat Dec 26, 2009 1:04 am Subject: Hot Corners in use |
This tool is great. I've combined it with a taskbar toggler and given credit to Hotfoot here:
http://rocketdock.com/addon/docklets/26821
Thanks for the code. It works very well. |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 31
Views: 9659
|
Forum: Ask for Help Posted: Thu Dec 24, 2009 1:29 pm Subject: Trying to toggle autohide taskbar with keystroke in vista |
a_h_k,
The similar solution is this one .
I simply adapted the code you guys have developed to make it dock savvy.
I've given you credit as you will see if you follow a_h_k's link.
I've ... |
| |