Sam Dela Cruz wrote:

> 
> Bill,
> 
> Thanks for your suggestion on using the Win32::GuiTest module.  I was
> able to monitor the process using this wonderful module.  I just have a
> follow-up question.  This may or may not be related to GuiTest.  In that
> same script that I'm writing, I also need to put another window in the
> background, it's basically a pop-up window that defaults to the
> foreground and I would not like the users to see it.  Is it possible to
> put that popup in the backgroud using GuiTest?

I don't really have any experience with the GUI modules, but
GUI has a Show method and GuiTest has an IsWindowVisible and a
ShowWindow method.  The docs aren't so good for these modules.

I would start with those and see what they do.

If the window is not under your control though, I would think it's
going to show until you can run something to hide/iconify it.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to