hi all,
I created a NG component and added it to a custum div in de navigator view (right click, add > componenent > component name).
Since I added it my forms IDE in de Servoy client turns white , it wont load any components. even other solutions which are not NG enabled wont load anymore in de Servoy 8 IDE.
How can I fix this?
tnx in advance
Derk
Servoy 8.0.0 - 3020
Java 1.7.0_75
Win 7
You could remove the component from your resources project.
Or you could debug to see what’s happening.
Besides the application server log and the workspace log you also should check the browser console.
If your component gives errors in the browser, you can open the designer in a browser of your choice. (use default system browser to be closest to what happens inside developer editor) The URL you must use appears in the workspace log (.metadata/.log) at the moment you open a form editor/designer.
tnx for the reply Andrei,
I could not removed the components in any way. The servoy form IDE freeze.
No proper error showed up (logfile, server, browser).
Rebuilding the solution (was a small testsolution) in a new workspace fixed it.