Academic Company Events NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Document Type: Tutorial
NI Supported: Yes
Publish Date: Sep 6, 2006


Feedback


Yes No

Related Categories

Industry

Related Links - Developer Zone

Related Links - Products and Services

Apple events

0 ratings | 0.00 out of 5
Print

Apple events are the primary interapplication communication mechanism on
Apple Macintoshes. It is a message-based protocol designed for applications
to programmatically control other applications. Apple events can be sent between applications on the same computer, between remote computers, or from the application to itself.

Apple events can not be used at interrupt time, because they use system
services that are not interrupt safe.



Additional References

Helpful Web Sites:

  • Apple Documentation of Apple Events

    0 ratings | 0.00 out of 5
    Print

    Reader Comments | Submit a comment »

    def'n of Apple events is incorrect
    Apple Events are the primary interapplication communication mechanism on Apple Macintoshes. It is a message-based protocol designed for applications to programmatically control other applications. Each Apple event consists of an encoding of a verb, or the command, along with zero or more other encoded parameters. Apple events can not be used at interrupt time, because they use system services that are not interrupt safe.
    - May 22, 2000

     

    Legal
    This tutorial (this "tutorial") was developed by National Instruments ("NI"). Although technical support of this tutorial may be made available by National Instruments, the content in this tutorial may not be completely tested and verified, and NI does not guarantee its quality in any way or that NI will continue to support this content with each new revision of related products and drivers. THIS TUTORIAL IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND SUBJECT TO CERTAIN RESTRICTIONS AS MORE SPECIFICALLY SET FORTH IN NI.COM'S TERMS OF USE (http://ni.com/legal/termsofuse/unitedstates/us/).

  •