How does scrollview or listview accomplish pull to refresh

255 views
Skip to first unread message

pet...@gmail.com

unread,
Jun 6, 2014, 2:51:02 AM6/6/14
to kivy-...@googlegroups.com
How does scrollview or listview   accomplish pull to refresh

Alexander Taylor

unread,
Jun 6, 2014, 8:26:10 AM6/6/14
to kivy-...@googlegroups.com
I don't understand the question, can you elaborate?

B. Jack

unread,
Jun 6, 2014, 9:22:01 AM6/6/14
to Kivy Users
Think he's trying to obtain the Android behavior in some apps (ie: twitter) where attempting to touch-drag the scrolling window down (back) when it's already at the top (start) causes the app to update (in twitter app checks for new tweets) and fill in new data at the top (before the current front-of-list).


Date: Fri, 6 Jun 2014 05:26:09 -0700
From: alexander...@gmail.com
To: kivy-...@googlegroups.com
Subject: [kivy-users] Re: How does scrollview or listview accomplish pull to refresh


I don't understand the question, can you elaborate?

On Friday, 6 June 2014 07:51:02 UTC+1, pet...@gmail.com wrote:
How does scrollview or listview   accomplish pull to refresh

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Wenxiang He

unread,
Jun 6, 2014, 11:19:56 PM6/6/14
to kivy-...@googlegroups.com
Yes

How do that?

在 2014年6月6日星期五UTC+8下午9时22分01秒,gau_veldt写道:

Alexander Taylor

unread,
Jun 8, 2014, 7:21:47 AM6/8/14
to kivy-...@googlegroups.com
You would have to code this behaviour yourself. I would look at the properties (I think scroll_x and scroll_y) that store how far the field is scrolled...if these go outside the 0-1 range during overscroll, you can use that information to perform your own behaviour when it happens.

Margulan Tukhfatov

unread,
Apr 13, 2015, 1:12:10 PM4/13/15
to kivy-...@googlegroups.com
Can anyone solve this issue?? How to do it? I have same problem

пятница, 6 июня 2014 г., 21:22:01 UTC+8 пользователь gau_veldt написал:
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

jetpack

unread,
Apr 13, 2015, 5:01:00 PM4/13/15
to kivy-...@googlegroups.com
Here's an ugly minimal example that binds the overscroll behavior. 


name your kv file test.kv in order to run it.Hope this helps. 
Reply all
Reply to author
Forward
0 new messages