Re: Name Conflicts
Re: Name Conflicts
- Subject: Re: Name Conflicts
- From: julifos <email@hidden>
- Date: Fri, 13 Jun 2003 00:07:30 +0200
>
> Can someone "tell me" what is going on and how to handle this situation
>
> in general?
>
>
Yes. When there's a name conflict between an osax and an application, the
>
application wins. Even with a 'tell me' stuck on. (And if the application
>
has taken over a built-in AppleScript term, such as 'file', the application
>
wins here too.)
I think the problem is here at the "create" command. (?)
Some times, if we are talking about a single conflictive keyword, I prefer
hardcoding it in raw mode. Untested, too:
#########################################
tell app "FileMaker Pro"
set aBar to create progress indicator with properties {+class maxV;:10}
--> ...
#########################################
This may compile as "maximum" and the related app should not get confused at
run time... But if you are talking about a great debug effort, most of time
you will choose Paul's way (outside handler)...
JJ
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.