AutoHotkey Community

It is currently May 25th, 2012, 11:26 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 185 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 13  Next
Author Message
 Post subject:
PostPosted: September 30th, 2007, 1:39 pm 
To just minimize tue current window,
Code:
#Left::WinMinimize, A ; Minimize active window
is sufficent


Report this post
Top
  
Reply with quote  
PostPosted: October 2nd, 2007, 12:48 am 
How can I use this to minimize all windows except the current focused one?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 15th, 2007, 9:04 am 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
um, i'm back from my extended holidays. i liked it there more than here. it was much warmer - but alas...

ccomp wrote:
Hi! I love your program but I need some help.

thanks!

ccomp wrote:
... not want people to have this many features as the BossKey is not very good for me considering I'm the boss =)

well, to disable the BossKey feature, open Min2Tray.ahk in your prefered editor and comment out the lines 1624 to 1626 and save it to another file with extension ".ahk":
Code:
;success := f_BossKey()
;If ( success )
;   f_TriggerAction( "", "BossKeyEventAfter", h_RegSubkey "\Starter" )

now you can start this new script or compile it with help of Ahk2Exe.
everything should work as before, but BossKey should now be disabled.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: October 15th, 2007, 9:10 am 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
Dean wrote:
How can I use this to minimize all windows except the current focused one?

add this window to the BossKey list (via its tray icon or by using the hotkey for adding/removing windows to/from BK list) and set BossKey mode to "Opt-out".

currently it is not possible for Min2Tray to minimize all but the topmost window automatically if this window is not on BossKey list.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 15th, 2007, 2:52 pm 
Offline

Joined: June 7th, 2007, 1:33 pm
Posts: 1019
hello

can you make it remember window position, state (on top, minimized to tray, etc) and size and autoadjust them whenever a window is created?

thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 16th, 2007, 9:12 pm 
azure wrote:
can you make it remember window position, state (on top, minimized to tray, etc) and size and autoadjust them whenever a window is created?

this can be done already:
enable StartupMinimize (adjust interval as desired) and TriggerActions in the prefs of the main program.

now go to the prefs of the hidden window's tray icon:
- add the window to the StartupMinimize list.
- click on TriggerActions button and write to JTA the actions you would like to see executed, e.g. aot1:ON|pos1:20,20,600,500

just experiment with all those nice TriggerActions (TA1 - TA5 and JTA). they should be sufficient for your needs.

Junyx


Report this post
Top
  
Reply with quote  
PostPosted: November 2nd, 2007, 12:04 am 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
another minor release adding some stuff.

go to the topmost message :arrow: for more info and download!

please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.

if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: November 27th, 2007, 8:37 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
this is a special christmas edition of Min2Tray.
run Min2Tray.exe within the season and play around with the BossKey feature to get a surprise!

go to the topmost message :arrow: for more info and download!

please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.

if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 23rd, 2008, 3:46 am 
I was wondering if the transparency for "always on top" windows will come back. I really liked it and would like the ability to control how transparent the window is. Thanks for a great utility.


Report this post
Top
  
Reply with quote  
PostPosted: January 23rd, 2008, 9:40 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
MN-NY wrote:
I was wondering if the transparency for "always on top" windows will come back. I really liked it and would like the ability to control how transparent the window is. Thanks for a great utility.

solved...update to v1.7.6!

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 23rd, 2008, 9:43 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
Min2Tray v1.7.6 (2008/01/23)

minor release adding and improving some stuff.
go to the topmost message :arrow: for more info and download!

please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.

if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 31st, 2008, 12:10 pm 
Hi, Junyx, this is a great script. It's a must for my windows xp now. Just some suggestions.

1. Add a hot key to call the Preference window. For example, I'd like to have the Min2tray icon hidden, but then, I have no way to call the preference window.

2. Instead of WIN key, could you also make it possible to use other key combinations? For example, CTRL + hotkey.

3. User Menu is a nice feature. But I find nowhere to configure it or invoke it. Do you have any hint?


Junyx wrote:
Min2Tray v1.7.6 (2008/01/23)

minor release adding and improving some stuff.
go to the topmost message :arrow: for more info and download!

please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.

if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.

Junyx


Report this post
Top
  
Reply with quote  
PostPosted: January 31st, 2008, 9:40 pm 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
alex howard wrote:
this is a great script. It's a must for my windows xp now.
thanks for the flowers!

alex howard wrote:
1. Add a hot key to call the Preference window.
on my todo list for the next release.

alex howard wrote:
2. Instead of WIN key, could you also make it possible to use other key combinations? For example, CTRL + hotkey.
you do not have to use WIN as modifier key. the checkbox in front of the hotkey input box is just for making WIN an additional modifier key to the hotkey.
leave the box unchecked and enter CTRL + KEY into the hotkey input box to enable just this key pattern (without the need to press WIN).
you may remove a hotkey by pressing backspace within the hotkey input box.

alex howard wrote:
3. User Menu is a nice feature. But I find nowhere to configure it or invoke it. Do you have any hint?
that's a good kept secret of mine :-) -- not! currently, there is no GUI to that function. (i doubt there will ever be one.)

so, first, have a look at "UserMenu-Examples.reg.txt".
to test UserMenu, create a file called "test.reg" and edit it. enter:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\KTC\Min2Tray]

"notepad.exe|Notepad|uml1"="Type text to minimized window"
"notepad.exe|Notepad|uma1"="key5:Edit1,This is a line of text in the notepad window.{enter}Note that the window remained minimized{!}{enter}"

now double click test.reg and import it into the registry.
it's time to start up notepad.exe and minimize it. the tray menu of notepad should contain a new entry named "Type text to minimized window".
click it and stand by...
this is one basic example. scan thru "Changelog.txt" to get a bit more info (line 77, v1.7.3 introduced UserMenu).
hope that helped a bit?!?

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 15th, 2008, 2:02 am 
Offline

Joined: July 11th, 2005, 10:13 pm
Posts: 108
Location: Germany
Min2Tray v1.7.7 (2008/02/13)

minor release adding and improving some stuff.
go to the topmost message :arrow: for more info and download!

please test it thoroughly and file bug reports.
suggestions/requests for new features are welcome.

if you want to know how to utilize a feature of Min2Tray that is unclear to you, don't hesitate to ping me here in the forum.

Junyx

_________________
C.R.E.A.M.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 16th, 2008, 10:27 pm 
I can't aces your site


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 ... 5, 6, 7, 8, 9, 10, 11 ... 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg 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