Re: dictionary collision
Re: dictionary collision
- Subject: Re: dictionary collision
- From: David Jacopille <email@hidden>
- Date: Wed, 01 Jun 2011 12:44:00 -0400
> If there is no round function in the application, you aren't facing a conflict.
>
> I assume that tou are in fact facing what I described two or three times:
> calling an OSAX function in a tell block issue an error.
> Sometimes it's automatically filtered but sometimes it's not.
> If I am right, you must replace :
>
> set r to round counter / 2
>
> by
>
> set r to my round_it (counter/2)
>
>
> on round_It(nbr)
> return round nbr
> end round_it
Yvan,
Is the error you've described with calling an OSAX in a tell block a bug or a feature? Do you have more information on it?
Creating a handler does solve the problem but it wasn't necessary on OS X 10.4. I'm only hitting it now that we are upgrading servers to 10.6.
Thanks,
Dave _______________________________________________
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