|
1
|
Special User Sections / N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
|
on: December 20, 2010, 12:27:00 AM
|
|
Are there any plans to integrate some windows 7 specific features into this program? (In particular I'm talking about the pause/play buttons that show in the Aero preview and the progress bar embedded on the superbar icon.)
That would make this program (even more) super!
|
|
|
|
|
2
|
Special User Sections / N.A.N.Y. 2011 / Re: NANY 2011 Teaser: Auspex - a Windows Productivity App
|
on: December 05, 2010, 11:50:07 AM
|
Running this seems to break windows-key functionality on Windows 7 (can someone verify?)
Win + anything in particular? It may be app-specific of course. I did do some general fixing a while back but if you can find something reproducible I'll look into it right away  I did some testing and here are the results: If main program window is open and active, then everything works. If the window is open but inactive, then winkey to trigger the start menu does not work. Win+[anything else] still works though. If the window is minimized to tray, then weird stuff happens. Sometimes the win key would stop working all together, sometimes it would get stuck in the down position. Hope this helps!
|
|
|
|
|
18
|
DonationCoder.com Software / DesktopCoral / AHK Script to dock windows
|
on: September 07, 2009, 01:09:45 PM
|
I wrote a small AHK script that moves the currently active window to the space reserved by DesktopCoral. Thanks to mouser for his help in this script. You can find it here: http://www.autohotkey.net/~kli6891/onTop/onTop.ahkThe last version of Desktop Coral is required, 1.07.01 - September 6, 2009. After running the script, just hit Ctrl+Shift+E to move the active window. The hotkey is configurable, just modify the hotkey value in onTop.ini See this topic for more info. Bugs reports, suggestions are welcome. EDIT: Make sure to Desktop Coral first.
|
|
|
|
|
19
|
DonationCoder.com Software / Coding Snacks / Re: Maximize Windows "partially" [finished]
|
on: September 07, 2009, 12:27:13 AM
|
OK, I finished my program. It works in conjunction with Desktop Coral (by mouser), so that when the user presses a hotkey (configurable), it moves the active window to the dock of Desktop Coral. You need the latest version of Desktop Coral (1.07.01 - September 6, 2009) for this to work. You can download it here. Once you downloaded and docked Desktop Coral, you can use my script, and press ctrl+shift+e to make the current window move (and resized) to the docked place. In the .ini file, you can change the hotkey, as well as the path of your DesktopCoral.ini file. Thanks to mouser and everyone who helped in this thread. Bug reports and suggestions are welcome! Download the script here. http://www.autohotkey.net/~kli6891/onTop/onTop.ahk
|
|
|
|
|
20
|
DonationCoder.com Software / Coding Snacks / Re: Maximize Windows "partially"
|
on: August 24, 2009, 04:48:21 PM
|
|
Hmm, I think what I'm going to try to make is to make an "add-on" script for Desktop Coral. It should read the .ini values, and when the user presses a hot key, it will move the the active window (and resizing it) to fit the area that's covered. This is less work for me, and it makes good use of an already existing program.
Thoughts?
|
|
|
|
|
23
|
DonationCoder.com Software / Coding Snacks / Re: Maximize Windows "partially"
|
on: August 22, 2009, 09:21:44 AM
|
Ok, the weekend has arrived, and I tried tackling this program. And immediately I need some help  . How do I make AHK detect that a user has initiated a maximize action. I read the documentation on OnMessage(), but it seems that it can only receive messages send to the AHK script, not to other windows. Perhaps someone w/ experience can help me with this? My other idea is to do a continuous loop with WinGet to see if the window is maximized. And if it goes from normal to maximized, then the script will trigger. Does anyone have a better idea? Thanks.
|
|
|
|
|