Nathan Hadley schrieb:
> Ah was looking to see if it had already been reported,
>
>
>   
Hi Nathan,

the fix was very simple. You can easily patch your qooxdoo if you don't 
want to wait for 0.8.1:

Modified Paths:
--------------
    trunk/qooxdoo/framework/source/class/qx/ui/form/SplitButton.js

Modified: trunk/qooxdoo/framework/source/class/qx/ui/form/SplitButton.js
===================================================================
--- trunk/qooxdoo/framework/source/class/qx/ui/form/SplitButton.js      
2008-10-02 13:37:07 UTC (rev 16447)
+++ trunk/qooxdoo/framework/source/class/qx/ui/form/SplitButton.js      
2008-10-02 13:56:23 UTC (rev 16448)
@@ -194,7 +194,7 @@
           control = new qx.ui.form.Button;
           control.addListener("execute", this._onButtonExecute, this);
           control.setFocusable(false);
-          this._addAt(control, 0);
+          this._addAt(control, 0, {flex: 1});
           break;
 
         case "arrow":


Best Fabian


> --
> Nathan Hadley
> www.celcat.com
> Tel: 024 7646 9930
> CELCAT is the trading name of Corbett Engineering Ltd, 
> a limited company registered in England and Wales with 
> company number 1448722. VAT number: 418696219. 
> Registered office: 21-23 Mercia Business Village, 
> Torwood Close, Coventry, CV4 8HX, United Kingdom
>  
> -----Original Message-----
> From: Christian Schmidt [mailto:[EMAIL PROTECTED] 
> Sent: 19 November 2008 16:47
> To: qooxdoo Development
> Subject: Re: [qooxdoo-devel] Split button not taking up set Width
>
> Hi Nathan,
>
> yes, this is a bug. This bug is fixed in the SVN trunk. 
> (http://bugzilla.qooxdoo.org/show_bug.cgi?id=1441)
>
> Regards
> Chris
>
> Nathan Hadley schrieb:
>   
>> Hello all,
>>
>> Bit of a basic question, I'm trying to set the width a SplitButton and 
>> I'm finding that although the space is given, the button itself 
>> doesn't fill it up.
>>
>> In this example I wanted the button to take up all of the room under 
>> the group box;
>>
>> Is this a bug or intentional?
>>
>> --
>> **Nathan Hadley**
>> www.celcat.com
>> Tel: 024 7646 9930
>>
>> CELCAT is the trading name of Corbett Engineering Ltd,
>> a limited company registered in England and Wales with
>> company number 1448722. VAT number: 418696219.
>> Registered office: 21-23 Mercia Business Village,
>> Torwood Close, Coventry, CV4 8HX, United Kingdom
>>
>> ------------------------------------------------------------------------
>>
>> *From:* Jean-Baptiste BRIAUD -- Novlog [mailto:[EMAIL PROTECTED]
>> *Sent:* 19 November 2008 15:44
>> *To:* qooxdoo Development
>> *Subject:* Re: [qooxdoo-devel] Passing named parameter without the URL
>>
>> Hi Derrell,
>>
>> Thanks a lot, that's very kind !
>>
>> Once again, I'd like to hightlight another good point of qooxdoo : the 
>> community.
>>
>> Now, about the patch itself, could you confirm it patch the 
>> io.remote.Request class ?
>>
>> I never have to deal with qooxdoo patch, but what should I do then ?
>>
>> I'm afraid I need to be educated on that point. This is not lost since 
>> I'll be able to help on testing other patches after that :-)
>>
>> I think the simplest thing will be to :
>>
>> * checkout the HEAD from SVN,
>>
>> * use the qooxdoo build to produce that qooxdoo in one file with Petr 
>> json config file
>>
>> * test against my code.
>>
>> I have a big company meeting now, but I'll check all that tomorow.
>>
>> JBB.
>>
>> On 19 Nov 2008, at 16:02, Derrell Lipman wrote:
>>
>>     On Tue, Nov 18, 2008 at 8:31 AM, Jean-Baptiste BRIAUD -- Novlog
>>     <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     On 18 Nov 2008, at 14:23, Derrell Lipman wrote:
>>
>>         On Tue, Nov 18, 2008 at 8:14 AM, thron7
>>         <[EMAIL PROTECTED]
>>         <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>
>>         >> Using setParameter() specifically tells it to encode the
>>         parameters in the
>>         >> URL. I believe you're looking for setFormField().
>>         >>
>>
>>         > If you have form fields, then a different transport will be used.
>>
>>         This is true, but I strongly object against the XmlHttp
>>         transport being
>>         restricted to GET and URL parameters. If this is really the case,
>>         somebody has to open up a bug for it. XmlHttp transport has to
>>         support
>>         POST and setParameters() working on the request body!
>>
>>
>>         XmlHttp transport _does_ support POST. That's not the issue.
>>         The issue which has been discussed in depth in the past is
>>         that even with POST, it must be possible to add parameters to
>>         the URL. You (and the reset of those in this discussion) are
>>         right that there *should* be a way to add parameters to the
>>         POST request body. There's just no way to explicitly specify
>>         that currently. This is just one of many issues that have been
>>         addressed in the past, that should be addressed in a rewrite
>>         of qx.io.remote.*
>>
>>     I didn't know it was discussed before, sorry ...
>>
>>     So, I do agree with you : parameter to the POST request body is a
>>     need.
>>
>>
>>     Jean-Baptiste, would you please test the attached patch (or pull
>>     from SVN; I've checked it in). Note the new parameter available to
>>     setParameter() which specifies whether you want the parameter to
>>     be in the URL or as data. This should do exactly what you're
>>     looking for. Let me know whether this works properly for you.
>>
>>     Cheers,
>>
>>     Derrell
>>
>>     
>> <y.patch>-------------------------------------------------------------------------
>>     This SF.Net email is sponsored by the Moblin Your Move Developer's
>>     challenge
>>     Build the coolest Linux based applications with Moblin SDK & win
>>     great prizes
>>     Grand prize is a trip for two to an Open Source event anywhere in
>>     the world
>>     
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
>>     
>> <http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________>
>>     qooxdoo-devel mailing list
>>     qooxdoo-devel@lists.sourceforge.net
>>     https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> qooxdoo-devel mailing list
>> qooxdoo-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>   
>>     
>
>
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim 
Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to