Error when dynamically loading editor

  •  05-19-2006, 11:20 AM

    Error when dynamically loading editor

    I am trying to create the cuteditor control at runtime using code along the lines of that shown below. This appears to work ok however I've noticed that the contents of the editor flickers with an Error message whilst it's loading. The message only shows very briefly and then the control finishes and works without issue. Any ideas how I can find out what the error is? I've tried trace but nothing shows up.
     
     
    I'm loading the editor like this (on page load):
     
    Dim obj_editor as new cutesoft.editor()
    ...
    /* code to set up obj_editor here
    ...
    container.controls.add(obj_editor)
     
     
    Many thanks for your help.
View Complete Thread