Search the Community
Showing results for tags 'wintitlematchmode'.
-
I created a quick script to set/clear the topmost status of a window. It works like top <title> /on | /off I want the title match to be case insensitive and to work on partial strings. For example, if the window of note is titled "APLX for Windows" I want top apl /on to work. The AutoIt manual says that for WinTitleMatchMode Mode -1 to -4 Force lower case match according to other type of match. so I assumed that by aut.Opt "WinTitleMatchMode",-1 I would be doing a lower case match on existing windows. As long as I lcase(title) for the comparison it should match on "APLX for Windows" but it does not Is this a bug or am I misreading the docs?
-
Hi, I'm trying to get the value of WinTitleMatchMode so i checked the help file, and it says "If the param is not provided, then the function just returns the value already assigned to the option." So i'm running this line in SciTE AutoItSetOption( "WinTitleMatchMode" ) And am checking the output, but the only output i'm getting is What am i doing wrong? I'm trying to set it that it should do exact match on titles, but i want to see first what is the current setting. Thanks in advance!