Re: [SailfishDevel] QtLocation/Map does nothing ?

2014-10-15 Thread Kim Foder
Hi Osmo >You need to assign the plugin to the plugin property. Yes of course, man have I spent time on this stupid error ! Many thanks, now it works! /Kim On Wed, 2014-10-15 at 23:42 +0300, Osmo Salomaa wrote: > Hi, > > 15.10.2014, 22:57, Kim Foder kirjoitti: > > Im the QML file I have imple

Re: [SailfishDevel] QtLocation/Map does nothing ?

2014-10-15 Thread Osmo Salomaa
Hi, 15.10.2014, 22:57, Kim Foder kirjoitti: Im the QML file I have implemented the as follows: Map { id: map enabled: true anchors.fill: parent // parent is for test purposes // 400 * 400 pixels

[SailfishDevel] QtLocation/Map does nothing ?

2014-10-15 Thread Kim Foder
Hi I'm trying to implement a slippery map in my QML app using the QtLocation/Map. I have based the Map usage on some tutorials I have found on the net. My app compiles, installs and runs without any errors, but only my pulldown menu appears, the map area is clear, only the background is seen! I

Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-15 Thread ulf . swdev
On 10/15/2014 07:49 PM, Andrey Kozhevnikov wrote: > Sailfish IS supporting QWidgets, but Jolla Store (Harbour) is NOT. > I'm aware that I can easily activate it for Sailfish. But it means that any app that does it will more or less be permanently blocked from Harbour - especially because the Un

Re: [SailfishDevel] Undo in SailfishOS apps

2014-10-15 Thread Andrey Kozhevnikov
Sailfish IS supporting QWidgets, but Jolla Store (Harbour) is NOT. 15.10.2014 20:18, ulf.sw...@e.mail.de пишет: Hi, I wanted to use the QUndo framework (QUndoCommand, QUndoStack) in my app... but the SailfishOS-SDK doesn't allow access to the QWidgets directly by default. I could enable that,

[SailfishDevel] Undo in SailfishOS apps

2014-10-15 Thread ulf . swdev
Hi, I wanted to use the QUndo framework (QUndoCommand, QUndoStack) in my app... but the SailfishOS-SDK doesn't allow access to the QWidgets directly by default. I could enable that, but as I understand use of QWidgets is not supported in SailfishOS. So what is the recommended way to implement Und