On Dec 08, 2006, at 13:49 UTC, Emile SCHWARZ wrote: > Et voilà : you get the Display Name field of THE FIRST File Type selected and > ready to make changes.
Please report that. Sure sounds like a bug to me. > Object Name: com.apple.appleworks.document > > The problem lies in the Object Name entry: once I remvoed the dots, the error > does not comes back... [I do not saw a warning about that in the Language > Reference, yet.] Could be that the documentation needs a little beefing up there. The whole purpose of the Object Name is to be an identifier with which you can refer to this file type in code. Thus, it has the same restrictions as any other identifier (class name, property name, method name, etc.): It must start with a letter, and contain only letters, numbers, and underscores. So I'd suggest filing a feature request against the docs here. > <error msg> > An error has occured while compiling this project. > > Message: Syntax error. > File: My simple project.rbp > Component: FTAppleWorks > Code: Module FTAppleWorks > Item: FTAppleWorks Well, this is actually a pretty decent error message -- it's pointing you right to the place causing the syntax error. But even better would be for the File Type Editor to reject or correct (by stripping out unacceptable characters) your entry right away. Another good feature request, perhaps. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
