Hi,
Has the "TextArea" element (Qt Components for Meego) a property to limit the maximum text length?
I could not find such a property while going through the components source.
Regards,
Hi,
Has the "TextArea" element (Qt Components for Meego) a property to limit the maximum text length?
I could not find such a property while going through the components source.
Regards,
Multi-line widgets don't have properties for setting the maximum text length.
You can use wrapMode to limit the rows length.
In case you want to keep N chars in a row, then if wrapMode is on you can adjust font size and widget width with JS.
http://harmattan-dev.nokia.com/docs/...#wrapMode-prop