Hmm. Could it be that the message box is not recognizing the function? Have you tried adding it to the script of a button or something in your stack to see if it executes properly?
Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Balzano Sent: Tuesday, March 29, 2005 2:43 PM To: How to use Revolution Subject: Re: Own fontsuite with standalone ? Thanks for this idea, Chris. I tried it, and got a new error - Message execution error: Error description: Function: error in function handler At first I thought this was (mildly) encouraging, because it didn't say "can't find function", like it said "can't find handler". However, on further review, this appears to be merely a lack of parallelism in the error messages, since I typed get fotcheme() and received the same error message. - Jerry On Mar 29, 2005, at 1:29 PM, Chris Sheffield wrote: > Jerry, > > I believe ext_loadFont is a function and not a command, so you would > need to > do something like > > get ext_loadFont("/Users/jerry/Desktop/KillerStumps.ttf") > > I could be wrong though. Just a thought. > > Chris Sheffield > Read Naturally _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.4 - Release Date: 3/27/2005 _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
