Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Bug on DropList?
Re: Bug on DropList? [message #20675 is a reply to message #20672] |
Tue, 31 March 2009 13:04  |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
I agree it would be nice if that worked, but Value doesn't intrinsically support AttrText so it requires manual conversion:
String s = ValueTo<AttrText>(~list).text; or wrap it in a function.
I think AttrText is intended to be used as a quick way of customizing text that isn't going to be read-back by the application. But I'm suprised it doesn't at least have a Value contructor (AttrText(const Value &v)).
|
|
|
Goto Forum:
Current Time: Sat Jun 07 16:36:08 CEST 2025
Total time taken to generate the page: 0.04632 seconds
|