| View previous topic :: View next topic |
| Author |
Message |
kidmar
Joined: 04 Oct 2007 Posts: 23
|
Posted: Tue Mar 11, 2008 4:43 pm Post subject: Group functions |
|
|
I would like to ask if it was possible to add some functions to manipulate groups. i.e:
GroupDelete (to delete a group definition)
GroupRemove (to remove an item from a group)
GroupExclude (to exclude a specific "window" from the group).
Well I think the first one would be more then enough. It should delete a group (to free memory and maybe let me assign to that group different windows).
The GroupRemove should remove a window from the group (and leave the others). It should let the group be as it was if I haven't done that GroupAdd (bad english, I know. sry ). Probably this is harder to do and isn't as useful as the first one.
GroupExclude should say to that group that a specific window isn't part of the group.
For example:
I declare a group "GroupA" as the group of windows classes ahk_class ExploreWClass and ahk_class CabinetWClass
With GroupExclude I would like to say that the window titled "c:\windows\system32" isn't part of that group (even if its class is ExploreWClass)
As I first said the first one is the more important of 3.
I hope you can understand what i wrote. |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Tue Mar 11, 2008 4:44 pm Post subject: |
|
|
| This has already been requested. Please add to the existing thread if you have any more suggestions. |
|
| Back to top |
|
 |
ahklerner
Joined: 26 Jun 2006 Posts: 1149 Location: USA
|
Posted: Tue Mar 11, 2008 5:02 pm Post subject: |
|
|
you can kind of make your own window "groups" using DeferWindowPos (Windows API).... _________________
 |
|
| Back to top |
|
 |
|