Re: [Interest] TextArea read-only non parity with Android

2014-12-07 Thread Nevala Samuel
Can you write bud report to https://bugreports.qt-project.org about the TextArea issue on Android, please. Senior Consultant | The Qt Company The Qt Company Oy, Hatanpään valtatie 30, 33100 Tampere, Finland ​Email: samuel.nev...@theqtcompany.com | Mobile: +358 40 86 85 458 Qt Blog: http://blog.qt

Re: [Interest] QML TextEdit and onTextChanged on Android

2014-11-30 Thread Nevala Samuel
Hi, Seems that you have predictive text on. Pre-edit text won't be included to text until committed (space / enter key). So you will get change signal every commit instead of key stoke. DisplayText property includes pre-edit text part and you will get change signal for every key stroke. For in

Re: [Interest] QML ListView anchoring fails

2014-11-10 Thread Nevala Samuel
Hi, It seems that delegates are already created when ListView is still re-sizing and that messes up the populate transition leaving some delegates to opacity zero. It is a bug can you report it @ https://bugreports.qt-project.org/? please. Assigning model after ListView has re-sized works w