PDA

View Full Version : Match Invisible Tasks in LUA



BeRnA
June 4th, 2005, 11:22 AM
In the targetting window there are an option "match Invisible Tasks", how can I find a window in LUA corresponding to this option in the GUI ?

danward79
June 4th, 2005, 12:52 PM
You should be able to do that with the windows lua extension plugin

BeRnA
June 4th, 2005, 01:28 PM
I cannot find how to find a window matching invisible tasks with the win.FindWindow or win.FindWindowEx

danward79
June 4th, 2005, 02:19 PM
Would you mind giving a lttle more info? Like what the window is and what you mean by invisible.

I think it should be able to be done.

danward79
June 4th, 2005, 02:28 PM
I just tried to find NetRemote when minimised, and the "win.FindWindow" found the correct handle.

Promixis
June 5th, 2005, 09:11 AM
The findwindow/ex finds all tasks. The incluced example gml for windows functions has an example on using this function.