Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-12 Thread Marcin M.
/edit: Yes, the visual parent seems to be the Column (it doesn't have maximumFlickVelocity, it does have spacing) What to do with this? I have two items in the Column. -- Marcin 2014-08-12 16:36 GMT+02:00 Marcin M. marmistrz...@gmail.com: OK, I might've found where the problem is. a - b will

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-12 Thread Marcin M.
OK, I might've found where the problem is. a - b will mean b is a's child (a is b's parent (doesn't have to be a visual parent). Then SilicaFlickable - Column - SilicaListView - Column (a delegate) - TextField. So maybe SilicaListView isn't simply the TextField's visual parent?

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-11 Thread Marcin M.
It worked like charm but one more difficulty occured: inside the delegate there's a TextField (it's much easier to handle this than a global TextField). If in gains focus, it doesn't autoScroll at all (it'd like to scroll inside the inner flickable). If I put second TextField outside the

[SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread 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 {

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Andrey Kozhevnikov
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

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Marcin M.
Thanks, I'll try it out. -- Marcin 2014-08-04 13:58 GMT+02:00 Andrey Kozhevnikov coderusin...@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