[qooxdoo-devel] editable table cell

2007-08-08 Thread gerds
Hi, whenever doubleclicking a table cell which is editable in Internet Explorer, the content of the cell is not selected like it is in Firefox. I have to delete the old content character by character before writing the new content. Is there a way to change this or is this a small bug in IE? You

Re: [qooxdoo-devel] Scroll Bar in Tree Virtual

2007-07-05 Thread gerds
Hi Derrell, the tree virtual is not in a container its inside the main document. > On 7/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hi, >> >> whenever adding leafs to a virtual tree so that a vertical scrollbar is >> needed, the scrollbar appears but is not active and the scroll "butto

[qooxdoo-devel] Scroll Bar in Tree Virtual

2007-07-04 Thread gerds
Hi, whenever adding leafs to a virtual tree so that a vertical scrollbar is needed, the scrollbar appears but is not active and the scroll "button" is missing. This just appears in IE, it works fine in Firefox. I already read about a similar issue here: http://www.nabble.com/Table.js-Scrollbar-iss

[qooxdoo-devel] IE 6 crash

2007-07-03 Thread gerds
Hi, while testing my application in Internet Explorer 6.0.2800.1106 on a Windows NT4.0 system it crashed whenever adding a row to an existing table (tableModel.addRows(rowData)). Searching the archive didn´t give me any answers. What suprised me even more was that the applications runs under IE 6.

Re: [qooxdoo-devel] Table columns non sortable

2007-06-20 Thread gerds
I am using the Simple table model for my other tables. I don´t want to change the quooxdoo files to extend the sortable functionality. So i would rather use the Remote table model. But how do i add rows to my table using that model? Is their any example using the Remote table model? Cheers, Gerd

[qooxdoo-devel] Table columns non sortable

2007-06-13 Thread gerds
Hi, is there a way to make a column inside a table non sortable? If not can i make the whole table unsortable? Greetings Gerd - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB

[qooxdoo-devel] Selection of table cells

2007-05-22 Thread gerds
Hi, as seen in the examples for the table widget, I would like to have one column for checkboxes. Therefore using: qx.ui.table.BooleanDataCellRenderer() works fine. Now i would like to change those Datacells whenever clicking them (using them like a normal checkbox). How can i do this? Setting the

[qooxdoo-devel] tree column resize behavior

2007-05-22 Thread gerds
Hello, I would like to know how to set a fixed column width in a virtual tree. I first add the tree like this: -- var tree = new qx.ui.treevirtual.TreeVirtual("Tree"); with (tree) { set({ left : 550, top: 30, wi

Re: [qooxdoo-devel] Problem with Build Version

2007-05-11 Thread gerds
Thanks, not optimizing the variables and strings solved the problem. Even though i didn´t use a eval() function in my code :-) Greetings Gerd > [EMAIL PROTECTED] schrieb: >> Hi, >> >> after making a build version of my project I get the following error: >> >> '018672 ERROR: qx.io.remote.Req

[qooxdoo-devel] Problem with Build Version

2007-05-11 Thread gerds
Hi, after making a build version of my project I get the following error: '018672 ERROR: qx.io.remote.Request[657]: Could not dispatch event of type "completed": TypeError - $k.addBranch is not a function' This happens after starting a AJAX Request to my local server. Using Firebug i can see tha

Re: [qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-10 Thread gerds
); }; } - > > Maybe this helps: > > http://www.nabble.com/IE7-crashing-with-qooxdoo-tf3447770.html#a9615518 > > > gerds wrote: >> >> Hi, >> >> i have a problem using Ajax Requests and Internet Explorer7.0. I want to >> browse my server using a qooxdoo virtual tree

[qooxdoo-devel] Porblem with Internet Explorer using Ajax-Requests

2007-05-10 Thread gerds
Hi, i have a problem using Ajax Requests and Internet Explorer7.0. I want to browse my server using a qooxdoo virtual tree. Displaying the root level of my server using a qx.io.remote.Request and then adding branches to my tree works fine. After that i´m using the changeSelection event to get the