• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
reposition popup window [was Newbies Question...]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reposition popup window [was Newbies Question...]


  • Subject: reposition popup window [was Newbies Question...]
  • From: Andy Wylie <email@hidden>
  • Date: Sat, 23 Feb 2002 15:14:10 +1300

on 23/2/02 12:07 PM, Ivan at email@hidden wrote:

> I like to
> have a few popup windows on the left side of my screen and a few on the
> right side with none in the middle. When I set their popup to true they
> are all on the left side of the screen. Is there a way to tell them where
> to appear? It's fairly straight forward to set the dimensions and position
> of non popup windows, but I couldn't find any way to set the popup position.
>
> Where should I look?

Akua Sweets 'reposition window'...
-------------
set aWind to (choose from list (get name of windows of application
"Finder"))
tell application "Finder"
activate
set {x, y, xx, yy} to reposition window aWind
set {x, xx} to {x + 10, xx + 10}
reposition window aWind to {x, y, xx, yy}
end tell

_____________________________ Andy
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: reposition popup window [was Newbies Question...]
      • From: Jon Pugh <email@hidden>
References: 
 >Re: Newbies Question... (From: Ivan <email@hidden>)

  • Prev by Date: Re: Integration of Applescript with PHP or Apache
  • Next by Date: Re: Newbies Question...
  • Previous by thread: Re: Newbies Question...
  • Next by thread: Re: reposition popup window [was Newbies Question...]
  • Index(es):
    • Date
    • Thread