AutoHotkey Community

It is currently May 27th, 2012, 12:02 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: SetTitleMatchMode, Regex
PostPosted: December 29th, 2010, 1:46 am 
Offline

Joined: August 2nd, 2009, 6:40 am
Posts: 215
According to the helpfile on SetTitleMatchMode, Regex:
Quote:
Regex also applies to ahk_group and ahk_class;

This appears to be the case for ahk_class. Not so for ahk_group.

Given the following:
Code:
SetTitleMatchMode, Regex
GroupAdd, IrfanView, ahk_class FullScreenClass
GroupAdd, IrfanView, ahk_class IrfanView
return

w::
   WinGet, wID, ID, ahk_class ^IrfanVie.$
   MsgBox, wID: %wID%
return

#ifWinActive, ahk_group ^IrfanView$
    a::MsgBox, IrfanView(GroupRegex): A
return

#ifWinActive, ahk_class ^IrfanView$
    b::MsgBox, IrfanView(Class): B
return

#ifWinActive, ahk_group IrfanView
    c::MsgBox, IrfanView(_Non_Regex): C
return


And as is, SetTitleMatchMode doesn't affect ahk_group like the helpfile indicates that it does.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 17th, 2011, 1:22 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
I think the documentation may be unclear, rather than incorrect. I've removed "ahk_group and" from the AutoHotkey_L documentation and added the following to the Remarks section:
Quote:
If a window group is used, the current title match mode applies to each individual rule in the group.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 17th, 2011, 6:53 pm 
Offline

Joined: August 2nd, 2009, 6:40 am
Posts: 215
Cool. Thanks.

That actually makes sense.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 22 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