[SailfishDevel] Panning a map element without breaking os-wide gestures

2013-07-21 Thread Mario Bob Jelica
Hi all, In my app i'm using a map in the details view. I'm having problems panning the map since panning will actually trigger the back-gesture in the OS. I'm looking for any pointers in how to solve this for users in a good way, UX-wise. Here's a screenshot of the view in question: https://dl

Re: [SailfishDevel] My sailfishapplication-less setup/project (which enables the use of setContext*)

2013-07-21 Thread Jonni Rainisto
Hi, thanks for the feedback. And yes in next beta SDK I've added createView() and setView functions to sailfishapplication SDK template, which allows you to call setContextProperty etc functions in between before loading the QML main page. And also added support in template to have main.qml in

Re: [SailfishDevel] My sailfishapplication-less setup/project (which enables the use of setContext*)

2013-07-21 Thread Tone Kastlunger
+1 on this; a non-qml project type would be very usefull IMO. On Sat, Jul 20, 2013 at 6:33 PM, Superpelican wrote: > Hello, > > Building on my custom main.cpp which I've showed earlier, I've created a > sailfishapplication project less project. Which allows you to use the > setContext* methods