• 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
Re: Newbies Question...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbies Question...


  • Subject: Re: Newbies Question...
  • From: Andy Wylie <email@hidden>
  • Date: Sat, 23 Feb 2002 15:32:38 +1300

on 23/2/02 12:35 PM, Jon Pugh at email@hidden wrote:

> At 4:07 PM -0700 2/22/02, Ivan wrote:
>> 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?
>
> Not that we know of, but if you find a way, please let us know.
>
> Jon

we? my husband and I use Akua :)...

set aWind to (choose from list (get name of windows of application
"Finder"))
--don't try "Desktop" @home %)
if result = false then return
tell application "Finder"
activate
set {oldTitle, oldBounds} to {aWind, reposition window aWind}
set {x, y, xx, yy} to oldBounds
repeat 80 times
set {x, xx} to {x + 10, xx + 10}
reposition window aWind to {x, y, xx, yy} titled "choo"
set aWind to "choo"
reposition window aWind to oldBounds titled "woo"
set aWind to "woo"
end repeat
reposition window aWind to oldBounds titled oldTitle
set popup of window named oldTitle to true
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: Newbies Question...
      • From: Ivan <email@hidden>
References: 
 >Re: Newbies Question... (From: Jon Pugh <email@hidden>)

  • Prev by Date: reposition popup window [was Newbies Question...]
  • Next by Date: Re: reposition popup window [was Newbies Question...]
  • Previous by thread: Re: Newbies Question...
  • Next by thread: Re: Newbies Question...
  • Index(es):
    • Date
    • Thread