Maybe it is a stupid question. Maybe the whole pount of an external is to talk directly to a specific platform at a level at or below the OS. So how about my other question about java (or perl or flash or xml...)? Where does one put this code (package in Mac OS X?) and how does one call it? Do externals written in the XCMD format importable? I might be moving a s--- load of supercard projects over to rev. Lots of them call externals.
Thanks, Randall -----Original Message----- From: "Randall Reetz" <[email protected]> To: "How to use Revolution" <[email protected]> Sent: 1/18/2009 1:41 PM Subject: externals In rev, are externals written to a reference VM so that they are only written once and can run on any platform? Or, do they have to be written separately to each platform? Can java programs be called as externals? Randall -----Original Message----- From: "Mark Schonewille" <[email protected]> To: "How to use Revolution" <[email protected]> Sent: 1/18/2009 1:21 PM Subject: Re: Unicode in stack title Thanks for your answer, Richmond. I'll use the unicodeTitle. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum We are always looking for new projects! Feel free to contact us to discuss your custom software project! On 18 jan 2009, at 21:55, Richmond Mathewson wrote: > When I did this: > > on mouseUp > put unidecode("ХЛЯБ","Bulgarian") into TWORD > set the name of wd "untitled 1" to TWORD > end mouseUp > > it put ïãüÅ into the name of the stack. > > ------------------------------------------- > > this: > > on mouseUp > put unidecode("ХЛЯБ","Bulgarian") into TWORD > set the title of wd "untitled 1" to TWORD > end mouseUp > > produced similar results. <snip>_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
