• 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
applescript: recordability
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

applescript: recordability


  • Subject: applescript: recordability
  • From: Olivier Destrebecq <email@hidden>
  • Date: Tue, 28 May 2002 18:35:55 -0500

i've looked in the archived and the documentation and i'm still not able to record event sent by my application.

Here is an example of a function is use to send an event, it get executed, but not recorded.

Is there a key in the plist of the app to set, a special thing to do at application start up

Olivier


//build the event
//
//create the event to insert at the end of the device hubs of the selected item
err = AEBuildAppleEvent('core', 'crel', typeApplSignature,
&myCreatorCode, sizeof(myCreatorCode),
kAutoGenerateReturnID, kAnyTransactionID,
&event, &theError,
"kocl:type('DeHu'), insh:insl{ kobj:obj { form:'indx', want:type('DeHu'), seld:abso($616C6C20$), from:obj { form:'indx', want:type('DeHu'), seld:1, from:'null'() } }, kpos:'end ' }",
theContainer);

if (err == noErr)
err = AESend (&event, &reply, kAEQueueReply, kAENormalPriority, kAEDefaultTimeout, NULL, NULL);

AEDisposeDesc(&event);
AEDisposeDesc(&reply);
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: applescript: recordability
      • From: Nathan Day <email@hidden>
  • Prev by Date: Re: Saving a NSMutableArray into a plain ASCII file
  • Next by Date: NSView -subviews ordering?
  • Previous by thread: Sending event to myself
  • Next by thread: Re: applescript: recordability
  • Index(es):
    • Date
    • Thread