Yes your demo is working well.
I'm using version
6.01
When there is only one instance, it work great but as soon I add this code (second one), the first one show the error message when I click on ;
Dim editor2
Set editor2 = New Cuteeditor
editor2.ID = "ARTICLE"
editor2.Text = HTML_IMG_editor
editor2.AutoConfigure = "None"
editor2.FilesPath = "editeur6"
editor2.Height = 100
editor2.Width = 360
editor2.FilesGalleryPath = "/" & foldername & "/documents/images"
editor2.showbottombar = false
editor2.Draw()