Good morning,
I have a client who'd like to migrate from servoy 7 to Titanium.
He's actually using the smartclient so my question is not "how to automatically migrate a solution from smart client to ng client (v2)" but:
"how can I have a servoy 7 smartclient solution running in a servoy Titanium smartclient solution"?
I tried to install the Titanium, import the solution and to run it as smartclient but I'm not able to get it properly working. In particular, the forms are not properly rendered especially when they cointain a form as tableview.
At the developer startup I already start with errors regarding java 2d so it might cause the rendering problem..?
I tried to install the last available jdk and changed the -vm argument into the servoy ini to make servoy point on it but it didn't solve.
I tried also to add these lines both into servoy.ini and into seroy-admin-page (under smartclient vm args section) but it doesn't resolve:
--add-modules=ALL-SYSTEM
--add-exports=java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED
--add-exports=java.desktop/sun.java2d=ALL-UNNAMED
thanks