[SailfishDevel] How to flick horizontally and vertically in one view?

2014-01-29 Thread Tobi D .
Hi there, I've got another question on how to develop apps for SailfishOS. Please have a look at Jolla Calendar app. There you can flick horizontally between months and you can flick down pulley menu, also from the month part on top of the view. If there are many events in a day, the whole v

Re: [SailfishDevel] How to attach a page to initial page?

2014-01-20 Thread Tobi D .
Changed: { > if (status === PageStatus.Active && pageStack.depth === 1) { > pageStack.pushAttached("SourcesPage.qml", {}); > } > } > > On 20.01.2014 13:37, Kalle Vahlman wrote: > > 2014/1/17 Tobi D. : > >> Hi there, > >> > >> How can I push

[SailfishDevel] How to attach a page to initial page?

2014-01-19 Thread Tobi D .
Hi there, How can I push an attached page to my initial page on the pageStack? I'd like to have a behavior similar to the Jolla Store app. There you can push to the next page to get categories when you are on initial page. I tried several thing to achieve this, but didn't get it work. Doing an