[Development] ListView.positionViewAtIndex() seems to be unreliable during object initialization

2014-05-31 Thread Baldo Davide
Hello, I'm having in issue with ListView.positionViewAtIndex(), i'm changing the index with the last selection of the user in Component.onCompleted(), but positionViewAtIndex() seems to behave randomly: sometime the listview is moved correctly, sometime is off by 1 or 2 items. I've been having thi

Re: [Development] Status of WP8 port

2012-11-21 Thread Baldo Davide
On Fri, Nov 2, 2012 at 12:58 AM, Turunen Tuukka wrote: > Blog having too little articles for you. We are continuously blogging on > interesting topics, for example the last 4 blogs have been about: Styles in > Qt 5, Using Angle for HW accelerated graphics on Windows, Release of Qt > Creator 2.6 be

Re: [Development] Status of WP8 port

2012-11-01 Thread Baldo Davide
It would be nice to have 2 weeks update for each major internal project, qt blog is almost dead since it's passed to digia. Without any update digia is loosing credibility, but we all know that digia is worthy of trust and credibility, don't we? Regards, Davide Baldo On Thu, Nov 1, 2012 at 2:39 A

[Development] Qt5 Regression: WorkerScript cannot import any library

2012-08-31 Thread Baldo Davide
Hi, moving from QtQuick 1.1 to 2.0 i noticed that openDatabaseSync() is no longer available in WorkerScript context and ".import QtQuick.LocalStorage 2.0 as LS" doesn't work either, is there another way to use database within a WorkerScript context? Thanks in advance Davide ps: Documentation of L