Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-14 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > #1: > - > > Are you sure you want to change this: > + var vText = this.getIframeTextContent(); > + >switch(this.getResponseType()) >{ > case qx.constant.Mime.TEXT: > - return this.getIframeTextContent(); > + return vTex

Re: [qooxdoo-devel] Namespaces branch

2006-06-14 Thread Jim Hunter
I was able to get one from Derrell directly, thanks.JimOn 6/14/06, Sebastian Werner <[EMAIL PROTECTED] > wrote:zipped, does not seem to work. Sourceforge filter these mails. So I will try again.Here the built version as rar-file. Hope you can handle this.SebastianJim Hunter schrieb:> Would someone

[qooxdoo-devel] ListView in QxDockLayout - possible?

2006-06-14 Thread Jason Rucco
Is it possible to place a listview in a docklayout.  I'm trying to make something similar to the showcase example, but with auto-resize.  It seems I can't use a listview without absolute positioning.    Whenever I try to use a listview with a docklayout, i get ERROR: QxDockLayout: Could no

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-14 Thread Andreas Junghans
Hi, Am 14.06.2006 um 04:36 schrieb [EMAIL PROTECTED]: > Andreas Junghans <[EMAIL PROTECTED]> writes: > >> OK, enough rambling :-) I don't mean to bash your solution, and >> you have >> good points. I just want to make it clear where I'm coming from >> and what my >> concerns are. > > And a

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-14 Thread Sebastian Werner
Hi Derrell, thank you for you immense contribution. I am not that inside RPC, so I have no comments to this part of your work. Just a few other comments. #1: - Are you sure you want to change this: + var vText = this.getIframeTextContent(); + switch(this.getResponseType()) {

Re: [qooxdoo-devel] removing an event listener

2006-06-14 Thread Sebastian Werner
Benjamin Reitzammer schrieb: > Hi Christian, > sorry for being so late, but better late than never ;) > > On 6/8/06, Christian Boulanger <[EMAIL PROTECTED]> wrote: >> I now use the following code, which works: > [...] >> But it is hardly ideal because it produces a lot of useless objects... >> May

Re: [qooxdoo-devel] QxListView sizing issue

2006-06-14 Thread Chris Ricks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sebastian, My current work around looks pretty good anyway - I've set the QxListView's height to 60% and it seems to do the trick nicely. Best regards, Chris Sebastian Werner wrote: > Hi Chris, > > normally children should use the inner width/h

Re: [qooxdoo-devel] QxFieldSet sizing

2006-06-14 Thread Chris Ricks
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sebastian, No problem at all. I'll upload it to one of my company's web servers and send out the URL if that's easier (as to promote discussion if you like). Best regards, Chris Sebastian Werner wrote: > Hi Chris, > > sorry, I haven't a tip for

Re: [qooxdoo-devel] Property type

2006-06-14 Thread Sebastian Werner
Charles SALMON schrieb: > Hello, > > If I create a property by using: > myClass.addProperty({ name : "prop", type : QxConst.TYPEOF_ARRAY }); > > without giving any default value, > > Is there a way to get back (later in the code) its type ? (ie > QxConst.TYPEOF_ARRAY) Inside the modifier you g

Re: [qooxdoo-devel] QxListView sizing issue

2006-06-14 Thread Sebastian Werner
Hi Chris, normally children should use the inner width/height of the parent to calculate percent dimensions/locations. Maybe this is another bug of QxListView. Currently it's maybe the best to use QxListView only in static-sized environments. Sebastian Chris Ricks schrieb: > -BEGIN PGP S

Re: [qooxdoo-devel] QxFieldSet sizing

2006-06-14 Thread Sebastian Werner
Hi Chris, sorry, I haven't a tip for you. Maybe you can create a small demo and attach it? Sebastian Chris Ricks schrieb: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I've got a few QxFieldSet objects inside a QxFlowLayout, and setting > the QxFieldSets to auto width a

Re: [qooxdoo-devel] Add elements to BarView

2006-06-14 Thread Sebastian Werner
Florian Arndt schrieb: > Hi there, > > why are buttons, fieldsets, etc. visible when added to a QxWindow or > document, > but not when added to a QxParent-derived QxTabPage or QxBarPage? Maybe because a QxTabPage or QxBarPage needs activation from the corresponding button. Remember, in a tabvi

Re: [qooxdoo-devel] RemoteRequest: Automatically dispose after event completion

2006-06-14 Thread Sebastian Werner
Fabio Lisboa schrieb: > Hi, > > The QxRemoteRequest objects are automatically destroyed by the events "_ > oncompleted", "_ onaborted", etc. > > But I believe that this is not adjusted, therefore (1) It is > impracticable to make the reuse of these objects, forcing the creation > of a new obje

Re: [qooxdoo-devel] Captionless Window

2006-06-14 Thread Sebastian Werner
Paulo Delgado schrieb: > Hello list, > > > > I’m trying to make a captionless window (not intended to be movable). > But if I set up a QxWindow with setShowCaption(false) .. I still see the > “bar” at the top. > > > > What I want to achieve is a simple non-movable window where I can add