Hi, the disabled state is somehow different than the read-only state from an appearance point of view. If you switch your widget to disabled, the state and the appearance will switch automatically. But in read only mode, the textfield will keep its original appearance. Only the behavior of the widget changes. If you want the textfield to look like a disabled one but still have the focused indicator, you have to write your own appearance for the textfield. A good start is to copy the appearance from qooxdoo's modern theme and edit that. But you only need to copy the appearance for the textfield. Regards, Martin -- View this message in context: http://n2.nabble.com/textField-readonly-decorator-question-tp4745164p4748795.html Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
