COFFEE Scripts

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 16/11/2005 at 10:06, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   9.5 
Platform:   Windows  ;   
Language(s) :   C.O.F.F.E.E  ;  C++  ;

---------
Are the layout calls within the new version of COFFEE removed? For instance deriving a new class from GeModalDialog yields an Expression Expected error

    
    
    
    
    class newDialog : GeModalDialog
    
    
    
    
    {
    
    
    
    
    newDialog();
    
    
    
    
    CreateLayout();
    
    
    
    
    }
    
    
    

or is this not possible from the Script manager? Thanks in advance for any help.
-Josh