[Qt-qml] How to spawn N8 Apps from within QML?

2010-11-08 Thread Andrew.Ratcliff
How would I spawn other Symbian (N8) applications like Messaging, Contacts etc. from within my QML? ___ Qt-qml mailing list Qt-qml@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-qml

[Qt-qml] How to animate a sequence of png images

2010-09-09 Thread Andrew.Ratcliff
Hi all, What is the best way to animate a looping sequence of 30 or so transparent png images in QML? Cheers Andy ___ Qt-qml mailing list Qt-qml@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-qml

Re: [Qt-qml] How to animate a sequence of png images

2010-09-09 Thread Andrew.Ratcliff
Hi Michael Hadn't come across mng format before but that has done the trick thanks. FYI to make mng format from transparent png files: http://social.msdn.microsoft.com/Forums/en-US/hddvd/thread/90c3d6de-2613-4372-84fd-b1921c45a6d5 I found that using ImageMagick was the least painless of several