Re: [qooxdoo-devel] io.remote.Request no response?

2008-06-25 Thread simoms
oh, yes, i forgot the send request, thanks thron 7. Now, I want to response to json format, and apply the data to listview, but it is a big problem with them. When I run the page, I confirm that it can load all the data, and the listview can show the data with its height only. it disappear the ve

[qooxdoo-devel] Layout computing problem

2008-06-25 Thread Tarmaq
Hi all, I have problem with computing flex size in Tree. Just try this example and you'll see. If you open node "Item no.1" and then open "Item no.2", everything works ok. But When you open "Item no.1", close it, and after open "Item no.2" and "Item no.1", spacer of nodes in "Item no1." doesn't re

[qooxdoo-devel] SplitPane areas

2008-06-25 Thread asaris
SplitPane constructor would need to have: -- this._firstArea.setOverflow("auto"); this._secondArea.setOverflow("auto"); -- Sometimes SplitPane area content like buttons in tabview bar or toolbar flow over splitter. Cheers, asaris -

Re: [qooxdoo-devel] io.remote.Request no response?

2008-06-25 Thread thron7
Simon Wong wrote: > I just write a simple io.remote program, but it is not work, please help. > > I only receive the first alert, no second alert and alert(content), that > why the program can not enter the req.Listener? why? > > > > button1.addEventListener("execute", function(e) { > >

[qooxdoo-devel] io.remote.Request no response?

2008-06-25 Thread Simon Wong
I just write a simple io.remote program, but it is not work, please help. I only receive the first alert, no second alert and alert(content), that why the program can not enter the req.Listener? why? button1.addEventListener("execute", function(e) { var req = new qx.io.remote.Request