[SailfishDevel] How to combine multiple Flickables?
Marcin M.
marmistrzmar at gmail.com
Mon Aug 4 16:24:11 UTC 2014
Thanks, I'll try it out.
--
Marcin
2014-08-04 13:58 GMT+02:00 Andrey Kozhevnikov <coderusinbox at gmail.com>:
> set pressDelay: 0 to flickable and listview
>
> 04.08.2014 16:42, Marcin M. пишет:
>
> Hi,
>
> My app uses PullDown and PushUp menus. Besides, it has a SilicaListView
> inside to support multiple views inside the app (different text displayed
> on each view).
>
> Page
> {
> SilicaFlickable // vertical one
> {
> PullDownMenu{ ... }
> PushUpMenu{ ... }
> SilicaListView { orientation: ListView.Horizontal; snapMode:
> ListView.snapOneItem; ... }
> }
> }
>
> 1. If the menu has been used, most gestures are stealed by the top
> Flickable and it's difficult to switch views. if a view has been switched,
> it's easy to go back to the view. How to cope with this (make all swipes -
> both horizontal and vertical of equal importance)
>
> 2. How to properly indicate to the user, that there are still views left?
> Should I do it the same way as the PullDownMenu indicates? Simply allowing
> to go out of bounds for a little?
>
> Thanks
> --
> Marcin
>
>
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscribe at lists.sailfishos.org
>
>
>
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscribe at lists.sailfishos.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20140804/0c357cad/attachment.html>
More information about the Devel
mailing list