Autoconfigure files

Last post 12-12-2004, 9:01 AM by cutechat. 5 replies.
Sort Posts: Previous Next
  •  12-11-2004, 2:49 PM 2979

    Autoconfigure files

    How can I set up a new autoconfiguration file?

     I would prefer to avoid modification of existing distribution files and create LWAZCC.config to describe my customized toolbars.

     Error message indicates  --  'LWAZCC' is not a valid value for attribute 'AutoConfigure'. It must be of enum type 'CuteEditor.AutoConfigure'.
  •  12-11-2004, 3:27 PM 2980 in reply to 2979

    Re: Autoconfigure files

    Phil:

    try to set AutoConfigure to None ,
     
    and save the LWAZCC.config to the rootdir of the app ,
     
    and set the Editor1.ConfigurationFile="~/LWAZCC.config" .
     
    Regards  , Terry .
  •  12-11-2004, 4:39 PM 2982 in reply to 2980

    Re: Autoconfigure files

    No Joy!!!
     
    New Eror Message:
     
    Compiler Error Message: BC30456: 'ConfigurationFile' is not a member of 'CuteEditor.Editor'.
  •  12-11-2004, 5:12 PM 2983 in reply to 2982

    Re: Autoconfigure files

    Phil,

    The property name should be ConfigurationPath.

    For example:

    <CE:Editor 
            ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/Phil.config" 
            AutoConfigure="None" 
           
    id="Editor1" 
            runat="server" >
    </CE:Editor>
     
    Keep me posted.
     
  •  12-11-2004, 8:28 PM 2985 in reply to 2983

    Re: Autoconfigure files

    Works great!  Thanks..  

    Is there a conversion guide in the works?  Some of the changes from 3.0 would be easier if such a document were available.  If it did nothing more than suggest alternative code for the dropped properties in v3.0 it would be very helpful.  Some overview of the structural changes would help the developer build a framework for the conversion effort.

    Our computer club is working on a Web Site that will document the functionality of the editor for the target end user.  Will let you know when it is ready for review.
  •  12-12-2004, 9:01 AM 2986 in reply to 2985

    Re: Autoconfigure files

View as RSS news feed in XML