| View previous topic :: View next topic |
| Author |
Message |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Mon Dec 26, 2005 10:22 pm Post subject: Long path names |
|
|
| ezuk wrote: | | For your info: Doesn't work for me when I put the script in a long path (with spaces in it) such as C:\My Documents\AHK\Scripts. |
yeah, you're right.
just re-write some code:
| Code: | | Run, "C:\Auto Hotkey\Auto Hotkey.exe" "C:\Auto Hotkey\Min2Tray\Min2Tray.ahk" %h_ID%, , UseErrorLevel |
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Wed Jan 18, 2006 7:53 pm Post subject: there's a new version - Min2Tray v1.3 |
|
|
look at the topmost message!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Thu Mar 16, 2006 12:45 am Post subject: new version available - Min2Tray v1.4 |
|
|
some major changes and improvements included.
look at the topmost message!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Mon Mar 27, 2006 9:27 pm Post subject: Min2Tray v1.5 - new version! grab it! don't miss it! |
|
|
some usability changes and many other improvements included.
look at the topmost message!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Sun Apr 09, 2006 5:12 pm Post subject: Min2Tray v1.5.2 - new version! grab it! don't miss it! |
|
|
maintainance release.
look at the topmost message!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Tue Apr 11, 2006 9:04 pm Post subject: Min2Tray v1.5.3 - new version! grab it! don't miss it! |
|
|
yet another maintainance release.
go to the topmost message!
if you have any suggestions for new features, please contact me!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Jaakon
Joined: 21 Sep 2005 Posts: 2
|
Posted: Wed Apr 19, 2006 8:38 am Post subject: |
|
|
I have two suggestions:
1) When you minimize a window for the first time (e.g. it is unknown so far), i would really like to have the "Custom Name"-Dialog opened automatically. Some people won't like this, so i guess a switch in the options for this behaviour would be great.
2) Is it possible to set the custom icon automatically (e.g. first icon in the application's .exe-file) ? You can get the ProcessName via WinGet, but i guess we need to know the application's path, right (I have no idea for that )? |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Mon Apr 24, 2006 7:26 pm Post subject: |
|
|
Hi Jaakon!
back from vacation. used the first warm days over here in germany for riding my motor bike
| Jaakon wrote: | | 1) When you minimize a window for the first time (e.g. it is unknown so far), i would really like to have the "Custom Name"-Dialog opened automatically. |
i will include this feature as a option into the next version. not everyone (including me) will use this feature as default, so it will be initially turned off.
| Jaakon wrote: | | 2) Is it possible to set the custom icon automatically (e.g. first icon in the application's .exe-file)? |
well, basically this is already the default behaviour (look into source code line 466 ff):
Min2Tray retrieves the process name (i.e. "notepad.exe").
then it checks if the user has already set a (generic) custom icon for this app.
if none is set, it checks "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\notepad.exe" for the full app-path (AHK does not give the path of app back).
if nothing is found, Min2Tray recursively scans %A_WinDir% and %A_ProgramFiles% for "notepad.exe". if the exe is not found in there, Min2Tray falls back to the default icon.
if the program you minimized is installed in a differnt location (not %A_WinDir%="C:\Windows" or %A_ProgramFiles%="C:\Program Files") Min2Tray cannot find any suitable icon file.
there could even be more situations where no icon file can be found (i.e. no icon file within "appname.exe").
hope this helped a little bit...
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Tue Apr 25, 2006 8:55 pm Post subject: Min2Tray v1.5.4 - new version! grab it! don't miss it! |
|
|
one more maintainance release including one new feature requested by Jaakon.
go to the topmost message!
if you have any suggestions for new features, please contact me!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Tue Jun 13, 2006 8:14 pm Post subject: Min2Tray v1.6 - new version! grab it! don't miss it! |
|
|
one more maintainance release including one new feature: hotkey for setting the active window to always-on-top.
go to the topmost message!
if you have any suggestions for new features, please contact me!
Junyx
p.s.: currently i use a slight transparency to indicate that a window is always-on-top.
i would like to use another effect for this, but i cannot find a better solution (i testet "WinSet, Region" but this didn't work as expected).
does anybody have an idea?!? ... nobody??? _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Wed Jun 14, 2006 6:15 pm Post subject: Min2Tray v1.6.1 - new version! grab it! don't miss it! |
|
|
rapid production cycle.
another release including one new feature: hotkey for maximizing a window vertically (nifty for big screens).
go to the topmost message!
if you have any suggestions for new features, please contact me!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Junyx
Joined: 11 Jul 2005 Posts: 84 Location: Germany
|
Posted: Wed Jun 21, 2006 8:25 pm Post subject: Min2Tray v1.6.2 - new version! go & get it! it's free! |
|
|
another release including new features. one is: show a hidden window automatically when the title has changed (nifty for hidden chat windows with activity).
go to the topmost message!
if you have any suggestions for new features or bug reports, please contact me!
Junyx _________________ C.R.E.A.M. |
|
| Back to top |
|
 |
Chad Guest
|
Posted: Sun Jul 09, 2006 7:16 am Post subject: |
|
|
| laptop users don't bother, you need at least a 3 button mouse to use this. |
|
| Back to top |
|
 |
Junyx [not logged in :-] Guest
|
Posted: Sun Jul 09, 2006 11:05 pm Post subject: |
|
|
no, that's not exactly true.
you can operate Min2Tray completely without a mouse - just by using hotkeys.
this is often much more comfortable and faster than grabbing your mouse.
my 2 ct...
Junyx |
|
| Back to top |
|
 |
Chad Guest
|
Posted: Sun Jul 09, 2006 11:35 pm Post subject: |
|
|
| In order to run the program you must have a 3 button mouse plugged in. If not, at startup you will recieve an error message and it will close. While I do like the program..( i plugged in a mouse just for it, just for show though as i use the hotkeys), i wish it had an override to this little bug. |
|
| Back to top |
|
 |
|