Hi guys,
Congrats on reaching the RC stage!
Some things I noticed:
- Have some beans on my form. I'm trying to hide these beans when running the WebClient (since they don't make sense in the WebClient) using:
- Code: Select all
if (application.getApplicationType == 5) elements.xxx.visible = false
But, this doesn't work in the Webclient, an image of the bean is shown anyway.
- In some cases, included modules are shown multiple times in the Servoy Editor tree. The module that is added directly to solution A can also be added to other modules that are included to Solution A
- Seeign the following error appear in the console:
2006-08-07 16:18:27,361 INFO [main] com.servoy.j2db.util.Debug - Using RMI registry on port 1099
2006-08-07 16:18:37,150 ERROR [main] org.apache.catalina.session.ManagerBase - IOException while loa
ding persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableExce
ption: com.servoy.j2db.server.headlessclient.dataui.WebTabPanel$a
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.servoy.j2db.se
rver.headlessclient.dataui.WebTabPanel$a
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1303)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
at java.util.ArrayList.readObject(ArrayList.java:592)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:919)
This error appears int he console when starting Developer, even before a solution is selected from the "select solution" dialog.
- In the WebClient, I retrieve the width and height of an element and then set the width and height to the exact same size as Servoy just returned. When doing this, the element gets a bit smaller. This is in IE6.0 and the element has a border.
Regards,
Paul
Ps: Nice touch, the shortcuts to start the WSClient and Webclient.