AutoHotkey Community

It is currently May 27th, 2012, 8:36 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 185 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 13  Next
Author Message
 Post subject: Long path names
PostPosted: December 26th, 2005, 10:22 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 18th, 2006, 7:53 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
look at the topmost message! :arrow:

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 16th, 2006, 12:45 am 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
some major changes and improvements included.

look at the topmost message! :arrow:

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 27th, 2006, 9:27 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
some usability changes and many other improvements included.

look at the topmost message! :arrow:

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 9th, 2006, 5:12 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
maintainance release.

look at the topmost message! :arrow:

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 11th, 2006, 9:04 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 19th, 2006, 8:38 am 
Offline

Joined: September 21st, 2005, 8:02 am
Posts: 2
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 :( )?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2006, 7:26 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
Hi Jaakon!
back from vacation. used the first warm days over here in germany for riding my motor bike 8)

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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 25th, 2006, 8:55 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: June 13th, 2006, 8:14 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: June 14th, 2006, 6:15 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: June 21st, 2006, 8:25 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2006, 7:16 am 
laptop users don't bother, you need at least a 3 button mouse to use this.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2006, 11:05 pm 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2006, 11:35 pm 
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.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 185 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: AndyJenk, Aravind, Bing [Bot], hyper_, xXDarknessXx and 11 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group