Re: [qooxdoo-devel] Numeric Text Field

2006-06-13 Thread Sebastian Werner
Hi Thi, just one idea: As all properties in qooxdoo does a compare of the old and the new value, it may be possible that through the fixing of the incoming value, that the stored value is already the same than the fixed value. Then the value wouldn't be re-applied to the text-field. Maybe we s

Re: [qooxdoo-devel] Numeric Text Field

2006-06-13 Thread Thi Nguyen
Hi Sebastian,   >>Why do you need this:>>QxWidget.flushGlobalQueues();   This was done out of desperation !!! I was trying to force an update and follow the suggestion as documented in the code snippets section under the heading "forcing an update" http://old.qooxdoo.org/snippets/forcing-an-upd

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-13 Thread Derrell . Lipman
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 fine job of it you're doing! You're not bashing my solution; rather, you'

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-13 Thread Danny Adair
Hi,I would like to comment on the date/time marshalling because a while back I had a similar problem in Python XML-RPC.There seem to be two issues:1. How to "tag" data to indicate it's a date 2. Deciding on the string format which represents the datead 1.:Dates seem to be such a common type of data

[qooxdoo-devel] Namespaces branch

2006-06-13 Thread Jim Hunter
Would someone be so kind as to e-mail me a built version of the current namespaces branch? I am currently not able to do a build on it and I want to start making the proper changes to my code and to test the new ListView and I don't want to use the individual files. Thanks,Jim _

[qooxdoo-devel] Captionless Window

2006-06-13 Thread Paulo Delgado
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 some QxAtoms …   Any ideas? __

Re: [qooxdoo-devel] removing an event listener

2006-06-13 Thread Christian Boulanger
Thanks, Benjamin, this worked. Here is my code for listening for global events that I find very useful. This way, you can nicely decouple objects which do not need to know about each others' existence or name. this was inspired by dojo.event ... Best, Christian /** * dispatches global events

Re: [qooxdoo-devel] R: R: R: QxComboBox fixes

2006-06-13 Thread Sebastian Werner
Marco Emiliozzi schrieb: > Hello Sebastian. > > I've opened 2 bug reports in Bugzilla for those problems I found. I > mentioned the one about popups appearing in the wrong position as an error > in QxDom.getComputedPageBoxTop and QxDom.getComputedPageBoxLeft, as you > suggested. > > I hope it may

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-13 Thread Andreas Junghans
Hi Derrell, Am 13.06.2006 um 13:52 schrieb [EMAIL PROTECTED]: >>> 1. It requires that the JSON server/peer be implemented in a >>> language >>> that >>>provides a Date object. >> >> Not really. It only means that a theoretical server without such >> objects >> (which I find hard

[qooxdoo-devel] R: R: R: QxComboBox fixes

2006-06-13 Thread Marco Emiliozzi
Hello Sebastian. I've opened 2 bug reports in Bugzilla for those problems I found. I mentioned the one about popups appearing in the wrong position as an error in QxDom.getComputedPageBoxTop and QxDom.getComputedPageBoxLeft, as you suggested. I hope it may be helpful. -Messaggio originale---

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-13 Thread Derrell . Lipman
Andreas Junghans <[EMAIL PROTECTED]> writes: > thanks for your patch. I haven't had the chance yet to look at the details > (will do so as soon as I can). However, there's one thing I'd like to > comment on right away (see below). > >> - There is no defined way to pass a javascript Date object in

Re: [qooxdoo-devel] Transport and RPC revisions

2006-06-13 Thread Andreas Junghans
Hi Derrell, Am 13.06.2006 um 03:53 schrieb [EMAIL PROTECTED]: thanks for your patch. I haven't had the chance yet to look at the details (will do so as soon as I can). However, there's one thing I'd like to comment on right away (see below). > - There is no defined way to pass a javascript