Re: [qooxdoo-devel] Cell merging in a table

2009-06-08 Thread Derrell Lipman
2009/6/9 > > Is it possible to merge cells in the table? I could not find anything > about it in API or documentation. > No, not in qx.ui.table.Table. You might look at the new Virtual widgets (qx.ui.virtual.* I think) where cell merging has been implemented I believe. Derrell -

Re: [qooxdoo-devel] Problems with rendering tables

2009-06-08 Thread Derrell Lipman
2009/6/9 > > I am developing a qooxdoo client that is creating about twenty or more > tables on one page. Each table is getting information from the server. It is > working ok except that the whole operation takes very long time. Is there > any chance to speed up creating and populating table? >

Re: [qooxdoo-devel] Problems with rendering tables

2009-06-08 Thread Jim Hunter
Your problem is probably not where you think it is. Are you using 20 requests to get the data for the tables? If so, the browser only can do 2 requests at a time. So the remaining 18 requests have to wait in line before they can start their request. How much data are you loading into each table? I

[qooxdoo-devel] Cell merging in a table

2009-06-08 Thread monika.falk
Hello everyone Is it possible to merge cells in the table? I could not find anything about it in API or documentation. S pozdravem / Best regards, Monika Falk, Software Specialist Tieto email monika.f...@tieto.com, direct +420597459905, fax +420597459928 Výstavní 292/13, 70200 Ostrava, Cze

[qooxdoo-devel] Problems with rendering tables

2009-06-08 Thread monika.falk
Hi I am developing a qooxdoo client that is creating about twenty or more tables on one page. Each table is getting information from the server. It is working ok except that the whole operation takes very long time. Is there any chance to speed up creating and populating table? S pozdravem /

[qooxdoo-devel] Best Way to Access Child Objects Programmatically

2009-06-08 Thread Gene Amtower
I'm trying to create a number of objects and form fields within a Window object, and I'm struggling to find documentation that describes the right way to create and access specific child objects within the parent object. I'll need to have events on certain objects in the Window be able to adjust o

[qooxdoo-devel] Debugging IE problems

2009-06-08 Thread Cajus Pollmeier
Hiho, I've a problem running my qooxdoo application inside IE7 (IE8 in IE7 mode, because I can't find any usable debugger...). IE stopps the script with: "Invalid argument" Happening in line 335 of qx.bom.element.Style where "value" is "-5px" and "name" is "width". "element" is DispHTMLDivElem

Re: [qooxdoo-devel] TextField/TextArea bug under IE8

2009-06-08 Thread Jean-Baptiste BRIAUD -- Novlog
I didn't noticed : it is possible to use the playground with various version, I was using the 0.8.2 in the playground and I can confirm the bug is corrected in the dev version. So no need to reopen :-) Thanks. On Jun 8, 2009, at 11:44 , Christian Schmidt wrote: > Hi Jean-Baptiste, > > in the

Re: [qooxdoo-devel] TextField/TextArea bug under IE8

2009-06-08 Thread Christian Schmidt
Hi Jean-Baptiste, in the past we fixed a issue with the TextField and IE8 [1]. The devel version [2] shouldn't have any problems with clicking and IE8.Could you confirm that, could you click on it? If not please reopen the bug report [1]. Thanks, Chris [1] http://bugzilla.qooxdoo.org/show_bug

Re: [qooxdoo-devel] qooxdoo and iPhone

2009-06-08 Thread Fabian Jakobs
Alexander Back schrieb: > Hi Jose, > > On Wednesday 03 June 2009 Jose Luis Pellicer M. wrote: > >> What is the status of qooxdoo and the iPhone? >> I'm curious because a) I own an iPhone and b) I tried my layout on the >> iPhone (looks great there too) and I can't click on anything. Well, I >> k

Re: [qooxdoo-devel] Property usage

2009-06-08 Thread Fabian Jakobs
Robert Wende schrieb: > Hello, > > i have problem with the properties. > my property-definition looks like: > > properties: { > test:{init:"hello"} > }, > > and in the constructor i want to use the getter: > getTest() > > but firebug says "getTest() is not defined". > The property methods are

Re: [qooxdoo-devel] Interface Validation

2009-06-08 Thread Fabian Jakobs
Hi Eric, Hello Fabian, thank you very much for the explanation. My documentation reference was http://qooxdoo.org/documentation/0.8/interfaces (0.8 / Interfaces) which according to you seems to be outdated. I've update the wiki. Thanks for pointing me to this documentation error. The only

[qooxdoo-devel] TextField/TextArea bug under IE8

2009-06-08 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, This bug is very simple to reproduce, just use one of the default sample on the playground : http://demo.qooxdoo.org:8181/current/playground/#Dialog in IE8, you can't use the textarea, in IE7, you can. The bug look like linked tio TextField too. It happen only when there is no content.