Adam,
I would be able to run the example on IE successfully from my application. Only difference I see is
I did not set editor.ConfigurationPath &
editor.ThemeType="Office2003" (it was set to "OfficeXP" in example, but I tested with change still gives error)
another thing is
' Request.Form(ID) access from other page --it is commented in example too.
Example:
Dim editor
Set editor = New CuteEditor
editor.ID =
"Editor1"
editor.FilesPath =
"App/cuteeditor/CuteEditor_Files/"
editor.Text =
""
editor.Width=
"1"
editor.Height=
"1"
editor.AutoConfigure=
"None"
'editor.ConfigurationPath = "App/cuteeditor/CuteEditor_Files/Configuration/myTools.config"
editor.ThemeType=
"Office2003"
editor.ShowBottomBar=
false
editor.Draw()
' Request.Form(ID) access from other page