Re: SB won't create an element on 10.5
Re: SB won't create an element on 10.5
- Subject: Re: SB won't create an element on 10.5
- From: Fritz Anderson <email@hidden>
- Date: Wed, 18 Nov 2009 16:19:45 -0600
It begins to look more and more that I'm out of luck...
To review, here is the NSLog of the failed core/crel event on 10.5:
Event = 'core'\'crel'{ 'kocl':'cFld', 'insh':'insl'{ 'kobj':'obj '{ 'want':'cFld', 'from':'null'(), 'form':'indx', 'seld':'abso'($206C6C61$) }, 'kpos':'end ' }, 'prdt':{ 'pnam':'utxt'("Archive") } }
And here (thanks to Kyle Sluder) is the AEDebugSends printout of the same Scripting Bridge method on 10.6:
{ 1 } 'aevt': core/crel (i386){
return id: 7629 (0x1dcd)
transaction id: 0 (0x0)
interaction level: 112 (0x70)
reply required: 1 (0x1)
remote: 0 (0x0)
for recording: 0 (0x0)
reply port: 24083 (0x5e13)
target:
{ 2 } 'psn ': 8 bytes {
{ 0x0, 0xe20e2 } (Microsoft Entourage)
}
fEventSourcePSN: { 0x0,0x102102 } (xMail Archiver)
optional attributes:
{ 1 } 'reco': - 1 items {
key 'subj' -
{ -1 } 'null': null descriptor
}
event data:
{ 1 } 'aevt': - 2 items {
key 'kocl' -
{ 1 } 'type': 4 bytes {
'cFld'
}
key 'prdt' -
{ 1 } 'reco': - 1 items {
key 'pnam' -
{ 1 } 'utxt': 14 bytes {
"Archive"
}
}
}
}
You see that the event data is much more compact, lacking the insert-here record. If anyone has further advice, I'd be delighted to have it.
Otherwise, it looks like I'm caught in a crack between AppleScript, 10.5 Scripting Bridge, and Entourage. I may have to fall back to textual scripts (or, Lord help me, chains of AppleEvents and descriptors). It was nice while it lasted (and I should credit 10.6 for the improved handling).
Maybe I can mix it, and do NSAppleScript for the creation, and then pick up the results through SB.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden