Re: [Qt-qml] Flickable visibleArea.widthRatio behavior change?

2010-11-29 Thread gabriel.dietrich-de
Take for instance the scrollbar example you were referring to. IIRC, when flicking past the image bounds, the scrollbars used to shrink so that both ends were visible. Now they keep the same size, and they have only their positions updated. I just built the v4.7.0 tag, and it seems that there’s

Re: [Qt-qml] Flickable visibleArea.widthRatio behavior change?

2010-11-28 Thread martin.jones
t; Behalf Of Dietrich-De Gabriel (Nokia-MS/Oslo) > Sent: Saturday, 27 November 2010 1:28 AM > To: qt-qml@trolltech.com > Subject: [Qt-qml] Flickable visibleArea.widthRatio behavior change? > > Hi, > > I have just noticed that for any Flickable 'visibleArea.widthRatio

[Qt-qml] Flickable visibleArea.widthRatio behavior change?

2010-11-26 Thread gabriel.dietrich-de
Hi, I have just noticed that for any Flickable 'visibleArea.widthRatio' only changes when 'width' or 'contentWidth' change. I mean that it remains constant even if the actual contents' visible area is smaller than the viewport area (like when flicking past the boundaries). I seem to remember th