Re: [Qt-qml] MapPolyline

2010-11-11 Thread Sampo Savola
Hi, Thanx for the reply I got it to work, the reason was that Qt mobility 1.1 wasn't properly installed on my system. I can now draw a MapPolyline from list of coordinates, however i want to draw the route on the map on the fly always when i get onPositionChanged from PositionSource (gps).

[Qt-qml] ListView header and footer behavior

2010-11-11 Thread Johannes P
Hi, I'm trying to build a listView with header and footer. When I enable SnapToItem, the header is not shown anymore. It is there, but because the list snaps to the first Item below the header, one can only flick downwards to see the header. This is probably not the correct behavior, since a

Re: [Qt-qml] Managing declarative/imperative order of operations

2010-11-11 Thread Charley Bay
Michael spaketh: This reminds me a bit of http://bugreports.qt.nokia.com/browse/QTBUG-11712-- do you think this may be related to what you are seeing? Do you have any small examples of strange out-of-order behaviors you could share (I'd like to understand the problem better)? I spent some

Re: [Qt-qml] Supporting landscape and portrait modes in C++/QML App

2010-11-11 Thread Ville M. Vainio
On Thu, Nov 11, 2010 at 1:56 PM, Paul Drummond paul.drumm...@iode.co.uk wrote: I am trying to determine the idiomatic way to support landscape and portrait modes a C++/QML app. Qt Quick Components will handle orientation automatically, like other platforms. While we wait for that to save the

Re: [Qt-qml] ListView header and footer behavior

2010-11-11 Thread martin.jones
Definitely a bug. Please report at http://bugreports.qt.nokia.com Martin. -Original Message- From: qt-qml-boun...@trolltech.com [mailto:qt-qml-boun...@trolltech.com] On Behalf Of ext Johannes P Sent: Thursday, 11 November 2010 11:18 PM To: qt-qml@trolltech.com Subject: [Qt-qml]

Re: [Qt-qml] MapPolyline

2010-11-11 Thread david.laing
Hi Sampo, Dynamic adding / removing of map objects or coordinates in polygons / polylines is currently quite a painful exercise. The present QML bindings for the Maps and Navigation API aren't final though, and that's something we're hoping to address pretty shortly. There is already some

Re: [Qt-qml] Supporting landscape and portrait modes in C++/QML App

2010-11-11 Thread michael.brasser
Hi Paul. On 11/11/2010, at 9:56 PM, ext Paul Drummond wrote: 2. As far as I can tell the sensor QML Bindings aren't release yet - is that correct? Any planned release date? The sensor QML bindings are included in the recent Qt Mobility 1.1 release (but not showing up at

Re: [Qt-qml] Supporting landscape and portrait modes in C++/QML App

2010-11-11 Thread michael.brasser
On 11/11/2010, at 9:56 PM, ext Paul Drummond wrote: 3. All the orientation-specific code in the screenorientation example looks like hard work to me considering that other mobile frameworks such as Android handle orientation automatically as long as you conform to the layout guidelines. Is the

Re: [Qt-qml] Find by id.

2010-11-11 Thread michael.brasser
On 11/11/2010, at 9:59 PM, René Hansen wrote: Then I would like to test application logic by sending keypresses and mouseclicks on certain child elements of my application, buttons, inputs etc. Another thing you might be interesting in looking at is the visual test infrastructure (note

[Qt-qml] QML plugins using relative paths

2010-11-11 Thread Tico Ballagas
I have a custom QML plugin module that needs to access a local file using a relative path. After packaging everything into an installable app, my QML modules seem to find relative paths correctly, but my plugin modules do not. How do I get my QML plugin to load a relative file from the

Re: [Qt-qml] Managing declarative/imperative order of operations

2010-11-11 Thread michael.brasser
Hi Charley, On 11/11/2010, at 11:59 PM, ext Charley Bay wrote: So, summary question: Is there guidance on the internal thread model within the Declarative engine (e.g., how is work distributed on threads, their priorities, and when other threads are created?) (Is this too big a question,