Technical support and scripting issues
Moderators: Dorian (MJT support), JRL
-
MacschedStudent
- Junior Coder
- Posts: 36
- Joined: Fri Oct 12, 2007 5:55 pm
- Location: federal way wa
-
Contact:
Post
by MacschedStudent » Thu Mar 13, 2008 11:47 pm
Hi guys I'm trying to use SetFocus on a window but the window does not show up in task manager. It's a file - browser window that pops up when you select a folder. The Top Title says "Please select folder" - but there is no reference to it in Task Manger (Applications or Processes) window. I tried using :
Code: Select all
Label>retry
SetFocus>Please*
IfFileExists>done.txt,end,retry
..
..
Label>end
Exit>0
But no luck - any ideas..??
-
Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
-
Contact:
Post
by Bob Hansen » Fri Mar 14, 2008 3:36 am
Have you tried Macro Scheduler's built in utility - Tool/View System Windows?
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
-
MacschedStudent
- Junior Coder
- Posts: 36
- Joined: Fri Oct 12, 2007 5:55 pm
- Location: federal way wa
-
Contact:
Post
by MacschedStudent » Fri Mar 14, 2008 4:38 am
Bob - that was it thanks -