How to use XFCNs & XCMDs in Rev?

Joe Lewis Wilkins pepetoo at Cox.Net
Tue Feb 27 10:52:20 EST 2007


Dave, while we're at it, and I know this has been asked and answered  
a kajillion times: is there any chance that HC XCMDs and XFCNs will  
work with Rev? They were created with CompileIt mucho years ago!

Joe Wilkins

On Feb 27, 2007, at 5:45 AM, Dave wrote:

> Hi.
>
> Something like this should do it:
>
>
> on preOpenStack
>   local myExternalFilePathName
>
>   set the externals of this stack to empty
>
>   put <the_full_path_external> into myExternalFilePathName
>
> --
> --  Have to test for a folder here since on MacOS X the external is  
> a bundle which looks like a folder to RunRev
> --
>   if there is a folder myExternalFilePathName then
>     put myExternalFilePathName & cr into myExternalFilePathName
>     set the externals of this stack to myExternalFilePathName
>   else
>     beep
>     answer "External File Not Found: " & cr & myExternalFilePathName
>   end if
> end preOpenStack
>
>
> Hope this Helps
> All the Best
> Dave
>
>
> On 27 Feb 2007, at 12:53, Tim MacKenzie wrote:
>
>>
>> How do you install and use XFCNs and XCMDs in Rev?
>>
>> - Tim MacKenzie
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your  
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list