Re: [SailfishDevel] Dragging a scene with the mouse

2013-10-04 Thread dcaliste
Hello, Sorry for the noise, I've found my error. I put my scene item inside a Flickable item (the silica flickable to handle the pull down menu). So, when dragging down, it activate the menu. I handle the issue finally by allowing some space at the top of the page for the silicaflickable pl

Re: [SailfishDevel] How do I include ressources (.png) in my project ?

2013-10-04 Thread Franck Routier (perso)
Thanks a lot ! Worked like a charm, once I realized that I had to use a url (qrc://...) with IconButton, but that was easy. When I ceated a .qrc file, it was automatically added to the .pro file. I could not edit it using the resource editor first, as the file was empty... but once populated f

[SailfishDevel] How do I include ressources (.png) in my project ?

2013-10-04 Thread Franck Routier (perso)
Hi, I am trying to create a simple application that displays a png file using QtQuick / Silica. I am using IconButton, but I can't get the png file to be deployed on the Sailfish virtual machine. I have added the file in the "other files" directory of the project, but I must be missing a step.

[SailfishDevel] Documentation bug in SailfishSDK

2013-10-04 Thread Franck Routier (perso)
Hi, I think I have spotted a documentation bug in the SDK. The example given in in Sailfish Silica Reference Documentation for the SilicaGridView uses the wrong data type in ListModel. import QtQuick 2.0 import Sailfish.Silica 1.0 SilicaGridView { width: 480; height: 800 model: ListMo