Re: [qooxdoo-devel] Qooxdoo and javascript

2007-05-27 Thread ruben gonzalvez
I've this code: function.js write's into this html, but I don't like this html feel... How can modify this code for add qx widgets and function.js w

[qooxdoo-devel] Qooxdoo and javascript

2007-05-27 Thread ruben gonzalvez
hello, I'm working with javascript and I'm trying to design GUI with qooxdoo, but I don't know how to do it. So, I've the next files Qooxdoo files: /source - index.html - application.js Javascript files: /libs - functions.js index.html

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Rob Wilkens
Oh, I didn't realize this was TreeVirtual, I could be wrong with how you do it then, with the regular treeview I used tags to accomplish exactly what was being suggested, though. p.s. Sorry for the short reply that was duplicated, I was "mobile" at the time with a bad connection. I'm still hopin

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Rob Wilkens
i used tags. -rob On 5/27/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote: > May be setUserData(String key, Object value) helps you. > Only assumption. > > Siarhei Barysiuk > > Christian Boulanger wrote: > > Hello, > > > > what is the preferred way of attaching non-public custom data to the > > no

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Rob Wilkens
i used tags. -rob On 5/27/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote: > May be setUserData(String key, Object value) helps you. > Only assumption. > > Siarhei Barysiuk > > Christian Boulanger wrote: > > Hello, > > > > what is the preferred way of attaching non-public custom data to the > > no

Re: [qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Siarhei Barysiuk
May be setUserData(String key, Object value) helps you. Only assumption. Siarhei Barysiuk Christian Boulanger wrote: > Hello, > > what is the preferred way of attaching non-public custom data to the > nodes in the data model? For example, I want to attach node ids which > are different from the

[qooxdoo-devel] TreeVirtual custom node data

2007-05-27 Thread Christian Boulanger
Hello, what is the preferred way of attaching non-public custom data to the nodes in the data model? For example, I want to attach node ids which are different from the nodeId given by the data model? Can I set custom properties to the node data through setState or there another way that one s

Re: [qooxdoo-devel] Error in build version only in my app with qooxdoo 0.7 beta-2

2007-05-27 Thread frederic
Forget my last email, I have solved the problem I had a qx.ui.window.Window widget using resizeable properties and this property seems not exist anymore in 0.7beta2 frederic wrote: > > Hello, > Since I have updated qooxdoo to version 0.7beta2, I have the following > error when execute my app in

Re: [qooxdoo-devel] TabView with many tabs

2007-05-27 Thread Sascha Becker
Hi James, the esiest way is to set the overflow of the tabBar() to hidden and add the buttons manual with some event listeners. Then you can write some methods to scroll left or right. Scrolling right could look like this: var maxScrollValue = tabBar.getScrollWidth(); var tabBarWidth

[qooxdoo-devel] Error in build version only in my app with qooxdoo 0.7 beta-2

2007-05-27 Thread frederic
Hello, Since I have updated qooxdoo to version 0.7beta2, I have the following error when execute my app in build version. Any idea ? cheers. frederic Error occurs at line 20 of the compiled script only : this[$c[$d]] is not a function Firebug details -- construct(Object modal