This was asked not long ago. Are you using Firefox? IIRC Labels in 
Firefox are created as XUL controls which cannot be selected. I think 
somebody is working on this.

Siarhei Barysiuk wrote:
> Hello,
> 
> That's from docs: "selectable - Whether the widget contains content
> which may be selected by the user.".
> I've written a little example but it seems that it doesn't work.
> 
> Just trivial example:
> 
> main: function() {
>       this.base(arguments);
>               
>       var  l = new qx.ui.basic.Label("Test");
>       l.setSelectable(true);
>       
>               this.getRoot().add(l)
> }
> 
> As result: I cannot select the label and copy its content. Any ideas?
> 
> Thanks,
> Siarhei
> 
> -------------------------------------------------------------------------
> 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=/


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to