Re: [SailfishDevel] Menus in Long ListViews

2013-03-04 Thread Lucien XU
Hi Matthew, It is interesting that Silica*View and SilicaFlickable provides these functions. However, I'm more interested in a specific component, like (maybe), a glow in the bottom right corner that can be used to scroll on top when needed. This component that is always here should be used in

Re: [SailfishDevel] Menus in Long ListViews

2013-03-03 Thread Filip Kłębczyk
W dniu 03.03.2013 02:24, Matthew Vogt pisze: Hi Lucien. The SilicaListView (as well as SilicaGridView and SilicaFlickable) provides the scrollToTop() function to rapidly return to the top of the list. You can see an example of its use in the MenuPage in the example componentsgallery applicatio

Re: [SailfishDevel] Menus in Long ListViews

2013-03-02 Thread Matthew Vogt
From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Lucien XU [sfietkonstan...@free.fr] Sent: Sunday, March 03, 2013 8:08 AM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] Menus in Long ListViews Hello, I

Re: [SailfishDevel] Menus in Long ListViews

2013-03-02 Thread Lucien XU
Hello, I think that when you want to add an entry to the contacts, you might not want to do that in the middle of the contact list ... However, I would like to have a fast scroll capability, or something to "go back on top", just in case that desire of creating a contact happened in the middle

Re: [SailfishDevel] Menus in Long ListViews

2013-03-02 Thread Martin Grimme
Hi, one solution I that comes to my mind would be to overlay an "Add" IconButton over the list view, e.g. in the upper right corner. The SilicaListView would still occupy the whole page, but the button takes input precedence in that corner since it's rendered above. Martin 2013/3/2, Ruediger G

[SailfishDevel] Menus in Long ListViews

2013-03-02 Thread Ruediger Gad
Hi, how would I realize the general menu in a long ListView? As far as I understand, pull down/push up menus only work at the very top/bottom of a list? This could become tedious in some circumstances. E.g., imagine a contacts list with 100+ entries. Having to scroll to the very top/bottom jus