Eucaly61
Joined: 16 May 2009 Posts: 18 Location: TW
|
Posted: Sun May 17, 2009 12:37 pm Post subject: nPad - Toolbar interface to WindowPad |
|
|
@ Lexikos
I started some work on Toolbar interface to WindowPad
this is just a cooking version, some more description cab be found in
the code's remark
http://code.google.com/p/eucaly61-ahk/source/browse/trunk/nPad/
There are 3 files. And will include WindowPad.ahk as external lib.
nPad.ahk => main program (you should launch this)
nPad-init.ahk => Button settings
nPad-func.ahk => functions shared with my other work
| Quote: | I try to reply Lexikos' origonal thread, WindowPad - multi-monitor window-moving tool, but it seems to be another thread now .
Please refer to Lexikos' great work as WindowPad
|
It's "not really" dock to title bar, but is a stand alone GUI that hunt for window that under mouse cursor. ...
| Quote: | | majkinetor's Dock function should provide a better way to dock the toolbar. |
But, I have to confess that Dock might beyond my learning curve at this moment. Maybe later, I guess.
; ---- Known Issue ----
; GatherWindows : is it possible to Gather certain process, e.g. EmEditor and it's child window ...
; tollbar Z-order for window that partially covered by some window
; => noActive or NA if possible overlap with some other window
; sometimes will not dock to un-activate window under
; ---- On Going ----
.....
; ---- To Do ----
; conditionally disable some buttons based on window status
; do not resize un-resizeable window
; do not move un-moveable window
.....
; INI setting
; adjest pad boundry, e.g. 40/60 or 30/70 ..., but what's the proper user interface for this?
; Record Window position history for undo (maybe up to 10 or 20 records)
; more customized button
Although I've started using AutoHotKey for roughly one month, but it's really amazing. So I start writing some small tools. Myself is not a "hot-key fan". GUI interface looks more friendly to me. This is one of them. I am lucky to find WindowPad durning the survey phase, so that I don't have to write everything from draft.
While this tool bar might not come to finished so quick. Because for my own usage, I only do cross monitor move and across desktop maximize. So I might leave this cooking version here for more comments
On the other hand, I will use similar strcuture for "Multi-Panel Explorer", that is, with Windows native file manager (+ QtTabBar as my own case), but use AutoHotKey to make it work as "Multi-Panel".
I will keep update. _________________ Eucaly61's DIY World (Mainly in Chinese)
http://eucaly61.blogspot.com/search/label/AutoHotKey |
|