In the Demo, at the beginning of the callChooser handler, you will see these 3 lines:

   put empty into field "choice"
   put empty into field "thePath"
   put empty into button "theFiles"

These are OK in the Demo, but if you copy the handler to your own app as suggested, it will complain about them because these fields and button do not necessarily exist in your app. Just remove these lines. They are not necessary. (Note that they have already been removed in the "vanilla script" links I recommended.)

Apologies. I'll be updating the download ASAP.

Bob




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to