Help
Help
- Subject: Help
- From: Robert Mehlschau <email@hidden>
- Date: Tue, 7 Feb 2006 21:02:55 -0800 (PST)
I have created an Applescript application in Xcode.
I opened it in interface builder, selected the
Application icon and in info went to Applescript where
I checked on the mouseup event.
I made a script file which contained the "ON MOUSEUP"
call but it does not work, any scripting commands that
I put in there don't do anything.
"ON LAUNCH" works well enough but I want scripts to
run on mouseup.
--- email@hidden wrote:
> Send Applescript-users mailing list submissions to
> email@hidden
>
> To subscribe or unsubscribe via the World Wide Web,
> visit
>
>
http://lists.apple.com/mailman/listinfo/applescript-users
> or, via email, send a message with subject or body
> 'help' to
> email@hidden
>
> You can reach the person managing the list at
> email@hidden
>
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Applescript-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Determining the Default Mail App (Adam
> Bell)
> 2. Re: Determining the Default Mail App (Paul
> Berkowitz)
> 3. Re: Determining the Default Mail App (Todd
> Geist)
> 4. Re: Determining the Default Mail App (Adam
> Bell)
> 5. Re: Determining the Default Mail App
> (Gnarlodious)
> 6. Re: Determining the Default Mail App (Mr Tea)
> 7. Re: App scripts in system script menu (Jobst
> Gmeiner)
> 8. Re: App scripts in system script menu (Jay
> Louvion)
> 9. Re: Scripting PowerPoint (Rick Davis)
> 10. Re: App scripts in system script menu (Daniel
> Jalkut)
> 11. Quark fontreplace (Jan Bultereys)
> 12. Re: Determining the Default Mail App (Adam
> Bell)
>
>
>
----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 6 Feb 2006 21:02:37 -0400
> From: Adam Bell <email@hidden>
> Subject: Re: Determining the Default Mail App
> To: Applescript <email@hidden>
> Message-ID:
>
>
<email@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Gnarlie sayeth:
>
> Ah yes, I do believe you are right. Someone with a
> pristine system might
> check it out and post here after setting their
> browser to something else.
>
> So the default string would need to be worked in
> before or after checking
> for non-default values.
>
>
> And it is so! I have a pristine partition, moved the
> script to it, restarted
> there, ran the script with "mailto" and "http" as
> search entries, and got ""
> for both. As delivered OS X 10.4 defaults to Mail
> and Safari, but doesn't
> that little detail in the location we expect.
>
>
>
> > _______________________________________________
> > Do not post admin requests to the list. They will
> be ignored.
> > Applescript-users mailing list
> (email@hidden)
> > Help/Unsubscribe/Update your Subscription:
> >
> >
>
> >
> > This email sent to email@hidden
> >
>
>
>
> --
> Some minds remain open long enough for a truth to
> both enter and leave
> without processing.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>
http://lists.apple.com/mailman/private/applescript-users/attachments/20060206/1d2a64df/attachment.html
>
> ------------------------------
>
> Message: 2
> Date: Mon, 06 Feb 2006 19:15:20 -0800
> From: Paul Berkowitz <email@hidden>
> Subject: Re: Determining the Default Mail App
> To: AppleScript-Users
> <email@hidden>
> Message-ID: <C00D50C8.C1E7Ažemail@hidden>
> Content-Type: text/plain; charset="us-ascii"
>
> On 2/6/06 5:02 PM, "Adam Bell" <email@hidden>
> wrote:
>
> > Gnarlie sayeth:
> >
> >> Ah yes, I do believe you are right. Someone with
> a pristine system might
> >> check it out and post here after setting their
> browser to something else.
> >>
> >> So the default string would need to be worked in
> before or after checking
> >> for non-default values.
> >
> > And it is so! I have a pristine partition, moved
> the script to it, restarted
> > there, ran the script with "mailto" and "http" as
> search entries, and got ""
> > for both. As delivered OS X 10.4 defaults to Mail
> and Safari, but doesn't that
> > little detail in the location we expect.
>
>
> This is consistent with the basic "locale" system on
> OS X. There are system
> defaults which don't appear anywhere, then defaults
> for your locale which
> don't appear anywhere. 'defaults' - i.e. settings
> made just for 1) your
> computer and 2) your user - are only written into
> files if you change from
> the system and localization defaults. Lots of
> things look first in your
> user defaults (and no further if they find a
> setting), then computer (i.e.
> /Library) settings (and no further if they find a
> setting), and only if
> there's still no setting do they default to your
> locale default, which is
> built in. You'll usually know, or can find out, what
> the "pristine" locale
> defaults are, and can set those if nothing is found
> via 'read defaults'.
>
> --
> Paul Berkowitz
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>
http://lists.apple.com/mailman/private/applescript-users/attachments/20060206/d2344306/attachment.html
>
> ------------------------------
>
> Message: 3
> Date: Mon, 6 Feb 2006 19:45:03 -0800
> From: Todd Geist <email@hidden>
> Subject: Re: Determining the Default Mail App
> To: Applescript Users
> <email@hidden>
> Message-ID:
>
>
<email@hidden>
> Content-Type: text/plain; charset=ISO-8859-1;
> delsp=yes; format=flowed
>
> 10.4.4
>
> defaultApp for "mailto"
>
> --> "Microsoft Entou"
>
> Which is both incomplete and wrong since my default
> Mail App is Apple
> Mail.
>
> It used to be "Microsoft Entourage"
>
> :<(
>
>
>
> On Feb 6, 2006, at 4:20 PM, kai wrote:
>
> > -------------------
> >
> > on defaultApp for i
> > set p to POSIX path of (path to preferences) &
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden