I'm also facing the pulley menu problem with long lists in my app.
> Could we go the browser way and have some sort of a standard situation
and
> show menu activation button when e.g. user scrolls up a little?
The browser works this way. However, it has a small delay before it
displays it. Slow s
Yes, that would be an option.
Hide the header when the list is scrolled... but if the user inverts
the scroll direction, the header would reappear. I am not overly
concerned about space at the moment, and my header actually is a
search field, so it should probably stay visible at all times.
The pr
That solves the problem, but.. it's sort of sad that in order to show
PulleyMenu that exists by large part for saving space for the useful
primary stuff, you have to.. eat space back for the always present header.
Could we go the browser way and have some sort of a standard situation and
show menu
It will work on top part every time, and if you scroll to top it will
work as usual too.
and afaik official QuickScroller for SilicaListView is under development.
On 26.12.2013 23:12, Luciano Montanaro wrote:
Thank you Andrey,
the Flickable trick should do, and I was thinking about those line
Thank you Andrey,
the Flickable trick should do, and I was thinking about those lines as
well, although the details are important, and you just saved me a few
hours of trial and errors.
I am not completely happy about it, since this will work only on the
top part of the screen, but at least the ap
I solved this in two ways:
1. Put SilicaListView inside SIlicaFlickable.
SilicaFlickable {
interactive: !listView.flicking
pressDelay: 0
PullDownMenu {}
PageHeader {}
SilicaListView {
pressDelay: 0
}
}
Now i have fixed header and can always pull down menu, and its not
intercepting w
Hi everybody,
This is the second problem I realized I have, now that I can test my
application on the actual hardware:
With a long list of items in the view, it is possible to go so much
down the list of items, that accessing the pulley menu becomes
difficult.
On Harmattan, this problem is avoid