• 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: why o why won't my window display?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: why o why won't my window display?


  • Subject: Re: why o why won't my window display?
  • From: Brian Christmas <email@hidden>
  • Date: Thu, 22 Nov 2012 22:28:03 +1100


Shane, it'd really odd. I ended up trying the below code, and if I remove any line, either there's no text, or the progress bar is grey.

It works, so I'll leave it alone.
 
Regards

Santa


on applicationWillFinishLaunching_(aNotification)
-- Insert code here to initialize your application before any files are opened
        Progress's setUsesThreadedAnimation_(true)
        set theTempMessage to "Please wait. I'm collecting all the email addresses."
        Messages's setStringValue_(theTempMessage)
    end applicationWillFinishLaunching_

    

    on applicationDidFinishLaunching_(aNotification)
        Progress's setUsesThreadedAnimation_(true)
        set theTempMessage to "Please wait. I'm collecting all the email addresses."
        Messages's setStringValue_(theTempMessage)
        my FillInClients_()
    end applicationDidFinishLaunching_


On 22/11/2012, at 10:07 PM, Shane Stanley <email@hidden> wrote:

On 22/11/2012, at 9:59 PM, Brian Christmas <email@hidden> wrote:

theApp isn't frontmost

It should be. Maybe it looks a bit odd because you're doing stuff related to its appearance. It might be better to turn off automatic opening and open it yourself in code.


--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: why o why won't my window display?
      • From: Shane Stanley <email@hidden>
References: 
 >Re: why o why won't my window display? (From: Shane Stanley <email@hidden>)
 >Re: why o why won't my window display? (From: Brian Christmas <email@hidden>)
 >Re: why o why won't my window display? (From: Shane Stanley <email@hidden>)

  • Prev by Date: Re: why o why won't my window display?
  • Next by Date: Re: why o why won't my window display?
  • Previous by thread: Re: why o why won't my window display?
  • Next by thread: Re: why o why won't my window display?
  • Index(es):
    • Date
    • Thread