Derrell Lipman wrote:
> 
> On Sun, Oct 25, 2009 at 09:49, panyasan <[email protected]> wrote:
> 
> I'm trying out your demo. If I select qooxdoo.test.echo it works
> correctly,
> but if I then change the parameter data and push Send, it does not appear
> to
> issue another echo request. Isn't that what the Send button is for? Or am
> I
> confused?
> 
> 

No, you're completely right, it should work like you expect. I cannot
reproduce the wrong behavior here, though. It might be a timeout issue,
maybe? The spinner for the timeout has a value of 3 although it should have
a value of 10 according to my code:

      var timeoutSpinner = new qx.ui.form.Spinner().set({
        minimum  : 3,
        maximum  : 60,
        value    : 10,
        editable : true
      });

I don't know if this is a bug or if I am setting it the wrong way.

C.


-- 
View this message in context: 
http://n2.nabble.com/YAC-Yet-another-contribution-RpcConsole-tp3869256p3889288.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to