Servoy4 to Servoy5

Hello,

converting a solution from 4.1.5 to 5.2.7, on some methods Servoy gets an error:
Could not open the editor: com.servoy.eclipse.designer.editor.VisualFormEditor does not support input class org.eclipse.ui.part.FileEditorInput

What´s going wrong?

Thomas

Thomas,

This happens when the form editor is started with a file that is not actually a form file.
What is the scenario to get this?

Rob

Hello Rob,

What is the scenario to get this? Good question.
Whats the property for Servoy, to indicate a file as a form file?

Thomas

Thomas,

In Servoy 4 we had a .obj file per element in the workspace, in Servoy 5 this is changed to 1 .frm-file per form with element info in it.

Was your workspace converted correctly?
In the servoy_workspace/sol/forms directory you should not have subdirectories with .obj files

Rob

Rob,

thank you!
Got it running fine! :-)

Thomas