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 

Group functions

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
kidmar



Joined: 04 Oct 2007
Posts: 23

PostPosted: Tue Mar 11, 2008 4:43 pm    Post subject: Group functions Reply with quote

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 Sad ). 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
View user's profile Send private message
Oberon



Joined: 18 Feb 2008
Posts: 458

PostPosted: Tue Mar 11, 2008 4:44 pm    Post subject: Reply with quote

This has already been requested. Please add to the existing thread if you have any more suggestions.
Back to top
View user's profile Send private message
ahklerner



Joined: 26 Jun 2006
Posts: 1149
Location: USA

PostPosted: Tue Mar 11, 2008 5:02 pm    Post subject: Reply with quote

you can kind of make your own window "groups" using DeferWindowPos (Windows API)....
_________________
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
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