Search found 6 matches

by lolkid
Mon May 03, 2010 2:42 pm
Forum: Technical / Scripting
Topic: Close "Main" Windows with Duplicate Names "Cl
Replies: 5
Views: 5322

Gaaah - Thanks Gale The Solution: "Try this setting WF_TYPE to 2 so GetWindowList and CloseWindow will only process visible windows. " Seems to work just fine (and is obvioulsy much better than the image Recognition stuff)! The only tweak I had to make was to wrap the code with : Let>IGNOREERRORS=1 ...
by lolkid
Mon May 03, 2010 2:28 pm
Forum: Technical / Scripting
Topic: Close "Main" Windows with Duplicate Names "Cl
Replies: 5
Views: 5322

OK, replying to my own problem, but I've spent another hour looking at this, and the only workaround I can come up with is to do some image recognition, click on the target (making the window active), getting the handle for the active window and then closing it. A bit sucky, but if anybody is having...
by lolkid
Mon May 03, 2010 2:03 pm
Forum: Enhancement Suggestions
Topic: GetWindowList to provide 2 arrays (titles/handles)
Replies: 0
Views: 5094

GetWindowList to provide 2 arrays (titles/handles)

Would be handy if GetWindowList could ... i) Just return the lists in an array to avoid the need subsequent splitting. ii) Even if it didn't, there should be a mechanism to get the names or handles GetWindowList>winnamelist, [handlelist] ie if the second (optional) variable (handlelist) is supplied ...
by lolkid
Mon May 03, 2010 1:15 pm
Forum: Technical / Scripting
Topic: Close "Main" Windows with Duplicate Names "Cl
Replies: 5
Views: 5322

Close "Main" Windows with Duplicate Names "Cl

OK, Not sure I can do much about this, but would seem to be a bit of a hole in MS's capabilities. I have an application (Java) which fires up a number of "Main" Windows, ie just off the root level in the OpenWindows treeview from the View System Windows browser (actually SunAWTFrames). All the Windo...
by lolkid
Tue Dec 22, 2009 7:44 pm
Forum: Technical / Scripting
Topic: problem with ctrl+shift+home
Replies: 14
Views: 12967

Unfortunately, I'm not able to provide a Weblink (confidential). I've worked around the issue by double clicking the field to highlight the text (I have to wait for an image, and then I know the field's relative position - I'm already kinda tied to just one resolution, so this isn't an issue for me)...
by lolkid
Mon Dec 21, 2009 3:33 pm
Forum: Technical / Scripting
Topic: problem with ctrl+shift+home
Replies: 14
Views: 12967

I'm having the same sort of issue with a Non-Terminal Services set-up. I'm running Vista Ultimate and using MacroScheduler to handle a Browser based app which has controls that are not visible to MacroScheduler. This generally isn't a problem for me - I've coped with everything reasonably easily so ...
Sign up to our newsletter for free automation tips, tricks & discounts