Re: IE 5 download window
Re: IE 5 download window
- Subject: Re: IE 5 download window
- From: Andy Wylie <email@hidden>
- Date: Sat, 12 May 2001 13:56:54 +1200
on 12/5/01 6:20 AM, Dennis Wurster at email@hidden wrote:
>
HI all,
>
>
First off thanks to everyone on the list. I'm really learning AS very
>
quickly.
>
>
I noticed a few months ago that my window for my download manager in IE 5
>
was not appearing when I downloaded files. I've been living without it,
>
and have managed to make do.
>
>
I wonder if there's a way to use AS to find out if the window is being
>
displayed somewhere off-screen, if it is being displayed at all.
>
>
I would think that I could reset its position coordinates if it were
>
visible...
>
>
anyone have an idea of how to go about this with AS?
>
Akua Sweets 'reposition window' will do it...
_______________________
tell application "Internet Explorer"
reposition window "Download Manager"
end tell
-- {10, 45, 540, 295}
_______________________ Andy