AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Min2Tray v1.7.7 - minimize window to tray & much more!
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Mon Dec 26, 2005 10:22 pm    Post subject: Long path names Reply with quote

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
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Wed Jan 18, 2006 7:53 pm    Post subject: there's a new version - Min2Tray v1.3 Reply with quote

look at the topmost message! Arrow

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Thu Mar 16, 2006 12:45 am    Post subject: new version available - Min2Tray v1.4 Reply with quote

some major changes and improvements included.

look at the topmost message! Arrow

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Mon Mar 27, 2006 9:27 pm    Post subject: Min2Tray v1.5 - new version! grab it! don't miss it! Reply with quote

some usability changes and many other improvements included.

look at the topmost message! Arrow

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Sun Apr 09, 2006 5:12 pm    Post subject: Min2Tray v1.5.2 - new version! grab it! don't miss it! Reply with quote

maintainance release.

look at the topmost message! Arrow

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Tue Apr 11, 2006 9:04 pm    Post subject: Min2Tray v1.5.3 - new version! grab it! don't miss it! Reply with quote

yet another maintainance release.
go to the topmost message! Arrow

if you have any suggestions for new features, please contact me!

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Jaakon



Joined: 21 Sep 2005
Posts: 2

PostPosted: Wed Apr 19, 2006 8:38 am    Post subject: Reply with quote

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 Sad )?
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Mon Apr 24, 2006 7:26 pm    Post subject: Reply with quote

Hi Jaakon!
back from vacation. used the first warm days over here in germany for riding my motor bike Cool

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
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Tue Apr 25, 2006 8:55 pm    Post subject: Min2Tray v1.5.4 - new version! grab it! don't miss it! Reply with quote

one more maintainance release including one new feature requested by Jaakon.
go to the topmost message! Arrow

if you have any suggestions for new features, please contact me!

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Tue Jun 13, 2006 8:14 pm    Post subject: Min2Tray v1.6 - new version! grab it! don't miss it! Reply with quote

one more maintainance release including one new feature: hotkey for setting the active window to always-on-top.
go to the topmost message! Arrow

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
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Wed Jun 14, 2006 6:15 pm    Post subject: Min2Tray v1.6.1 - new version! grab it! don't miss it! Reply with quote

rapid production cycle.
another release including one new feature: hotkey for maximizing a window vertically (nifty for big screens).
go to the topmost message! Arrow

if you have any suggestions for new features, please contact me!

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Junyx



Joined: 11 Jul 2005
Posts: 84
Location: Germany

PostPosted: Wed Jun 21, 2006 8:25 pm    Post subject: Min2Tray v1.6.2 - new version! go & get it! it's free! Reply with quote

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! Arrow

if you have any suggestions for new features or bug reports, please contact me!

Junyx
_________________
C.R.E.A.M.
Back to top
View user's profile Send private message
Chad
Guest





PostPosted: Sun Jul 09, 2006 7:16 am    Post subject: Reply with quote

laptop users don't bother, you need at least a 3 button mouse to use this.
Back to top
Junyx [not logged in :-]
Guest





PostPosted: Sun Jul 09, 2006 11:05 pm    Post subject: Reply with quote

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





PostPosted: Sun Jul 09, 2006 11:35 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 2 of 9

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group