Page 2 of 2

PostPosted: Thu Jul 13, 2006 9:26 pm
by coulombre
I have a form setup as a list view using 3.0v3 build 364. On the web the list view shows as a single row, with a tiny scroll bar that can used to scroll through the list.

Does the webclient support list view?

Thanks,

Rich Coulombre

PostPosted: Thu Jul 13, 2006 10:03 pm
by coulombre
I found my own answer:

Differences between Servoy smart client and web client:
-There is no "auto save" of data when clicked on the form, you (or your developer) need to place 'save/submit' button which executes the command: controller.saveData()
-Interactive beans/applets can not be used, charting beans are supported(converts the bean UI to image for display in browser)
-Shapes, pen drawings and such will likely not be supported
-RTF cannot be supported
-Listview/multiline portal will not be supported in first version

:0)

Rich

PostPosted: Thu Jul 13, 2006 11:30 pm
by Jan Aleman
coulombre wrote:I have a form setup as a list view using 3.0v3 build 364. On the web the list view shows as a single row, with a tiny scroll bar that can used to scroll through the list.

Does the webclient support list view?

Thanks,

Rich Coulombre


Use tableview it will give you the same result. Additionally the body height will become youreautomatically paging height too. The height of each row will be determined by the highest element of the row. Best way to get a good grasp on it is to experiment a bit. If you use IE make sure to kill it's cache if you're not seeing what you expect. Firefox has a better cache in most cases it will do a proper refresh if you hit ctrl/cmd + shift + R

PostPosted: Tue Aug 01, 2006 9:22 am
by pbakker
Hi,

Getting the following error in the console (and no result in my method) when I call
Code: Select all
elements.allnames


2006-08-01 09:21:05,427 ERROR [AWT-EventQueue-0] com.servoy.j2db.util.Debug - Throwable
java.lang.IllegalStateException
at java.util.AbstractList$Itr.remove(AbstractList.java:433)
at com.servoy.j2db.scripting.o.get(Unknown Source)
at org.mozilla.javascript.ScriptRuntime.getProp(ScriptRuntime.java:726)
at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:1904)
at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:94)
at com.servoy.j2db.scripting.e.call(Unknown Source)
at com.servoy.j2db.develop.debugger.k.a(Unknown Source)
at com.servoy.j2db.develop.debugger.k.executeFunction(Unknown Source)
at com.servoy.j2db.FormController.a(Unknown Source)
at com.servoy.j2db.FormController.executeFunction(Unknown Source)
at com.servoy.j2db.FormController.actionPerformed(Unknown Source)
at com.servoy.j2db.FormController$a.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


Paul

PostPosted: Mon Aug 07, 2006 1:37 pm
by jcompagner
element.allnames bug is fixed