Hi Christian,

sure. Here's a snippet:

8<-----------------
var tf = new qx.ui.form.TextField();
tf.set( {
   readOnly : true,
   selectable : true
});

tf.setValue("Select me");

this.getRoot().add(tf);
8<-----------------

The text is not selectable with the mouse. If you remove "readOnly", it is.

Cheers,
Cajus

Christian Schmidt schrieb:
> Hi Cajus,
> 
> could you please send a code snipped to reproduce this.
> 
> Thanks,
> Chris
> 
> Cajus Pollmeier schrieb:
>> Hiho,
>>
>> is it possible to get a TextField like widget that is not modifyable but 
>> selectable? If I set "selectable" to true and "readOnly" to true, the widget 
>> is not taking any mouse focus.
>>
>> Greetings,
>> Cajus
>>
>> ------------------------------------------------------------------------------
>> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
>> is a gathering of tech-side developers & brand creativity professionals. Meet
>> the minds behind Google Creative Lab, Visual Complexity, Processing, & 
>> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
>> Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>   
> 
> 


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to