The label has no icon and the text was set later via a call to the server. I
create something that might resemble a template then fill in the details
with a call to the server later.

Jim


On 3/16/07, dperez <[EMAIL PROTECTED]> wrote:


Hi Jim,

Has the label only an icon?
Or did you use to set the text afterwards?


Jim Hunter-2 wrote:
>
> What is odd is that I was doing some testing of this bug by creating the
> label in different ways and now setting everything back to the original
> way
> is working. But this is what I think the issue is:
>
> if you create the label like:
>
> var x = new qx.ui.basic.Label; // I think this does not honor the flex
> width
>
> but it you do either of these then it works:
>
> var x = new qx.ui.basic.Label(''); // this might work
> var x = new qx.ui.basic.Label(' '); // this does work
>
> I think the issue is with supplying a string during creation. If you
don't
> supply a string then it seems to fail. But if you create with a string
it
> seems to work.
>
> Oh well, it's working right now so I am on to another issue.
>

--
View this message in context:
http://www.nabble.com/Flex-sizing-tf3410770.html#a9510026
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to