Re: [qooxdoo-devel] Blocking mode for QxRequest

2006-04-19 Thread Yue Zhang
event listener >for >"complete" seems to be disabled now. > >I want to use a synchronous request, with timout set so that success and >failure >are discerned. > >Thanks >Yue > > > >--- >

[qooxdoo-devel] Blocking mode for QxRequest

2006-04-14 Thread Yue
I want to use a synchronous request, with timout set so that success and failure are discerned. Thanks Yue --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media.

Re: Re: [qooxdoo-devel] layout

2006-03-22 Thread Yue
should fill the free space > of the parent widget. This does only work for widgets which are > directly inside any QxBoxLayout (or any class which inherits > from QxBoxLayout). Best wishes Yue >Yue wrote: > > Hi > > > > I thought about this some time - are we a

[qooxdoo-devel] layout

2006-03-22 Thread Yue
the rest of the space proportionally. Thanks. Yue 2006-03-22 --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime

Re: [qooxdoo-devel] TabView change tab event

2006-03-06 Thread Yue
bview.getBar().getManager().addEventListener("changeSelected", onPageChange); ^^ I think it appears a little tricky on these names. Wouldn't it be better if we use consistant names for selection? Yue

[qooxdoo-devel] TabView change tab event

2006-03-05 Thread Yue
Hi I use this to intercept tab change event, but it does not seem to work. Could anyone help? tabview.getBar().getManager().addEventListener("changeSelection", onPageChange); Regards Yue --- This SF.Net email is sponsored

Re: Re: [qooxdoo-devel] Root tree folder

2006-02-27 Thread Yue
e tree wan't moved up. Yue --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this

Re: [qooxdoo-devel] listview selection

2006-02-24 Thread Yue
ree, which returns a selection >manager. But there appears to be no such method in QxListView. >Neither example nor test shows how to catch the event. > >Regards, >Yue --- This SF.Net email is sponsored by xPML, a groundbreak

[qooxdoo-devel] listview selection

2006-02-24 Thread Yue
Hi, Could anyone tell me how to catch the listview selection change event? There is a getManager method in QxTree, which returns a selection manager. But there appears to be no such method in QxListView. Neither example nor test shows how to catch the event. Regards, Yue

Re: [qooxdoo-devel] qooxdoo qooxdoo-devel archive?

2006-02-22 Thread Yue
>  Is there a location where I can access the list's archive?  See http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/   Regards, Yue

Re: Re: [qooxdoo-devel] qxtree

2006-02-20 Thread Yue
Ah I got it. Thanks Oliver. >please search the archive of this mailing list. >some days ago we discussed this. search for appearance. >you can also have a look at my patch against the tree demo i sended >yesterday to this list > >Olli > > >Yue schrieb: > >>H

[qooxdoo-devel] qxtree

2006-02-18 Thread Yue
there is no icons/16, it seems that the icon won't show even if the file is there. (I did put icons/16/hdd.png in place) Any idea? I also want the tree icons to be able to load dynamically (i.e. property). If there is no support yet ma