<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Flickable.flick() doesn&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hello. I would like to slide the content of a Flickable control programmatically. Based on the documentation, I believe the flick() method is the one I need.</p>
<p dir="auto"><a href="http://doc.qt.io/qt-5/qml-qtquick-flickable.html#flick-method" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qml-qtquick-flickable.html#flick-method</a></p>
<p dir="auto">But it doesn't work. I can move the content perfectly dragging it with the mouse, but not when I call this method. Let's say I want to move it vertically. I try:</p>
<pre><code>myFlickable.flick(0, 10);
</code></pre>
<p dir="auto">And nothing happens. No error, no movement. What's wrong?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.qt.io/topic/55054/solved-flickable-flick-doesn-t-work</link><generator>RSS for Node</generator><lastBuildDate>Tue, 04 Aug 2026 20:22:30 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/55054.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jun 2015 15:06:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Flickable.flick() doesn&#x27;t work on Fri, 21 Dec 2018 09:48:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/leonardo">@<bdi>Leonardo</bdi></a><br />
Can u tell me what value u passed inside method.</p>
<p dir="auto">Actually i have ListView in horizontal direction. on Passing flick(0,-100) it moves in upward direction but is should be moved in Left or right direction. So, what values should be passed for doing this.</p>
]]></description><link>https://forum.qt.io/post/500793</link><guid isPermaLink="true">https://forum.qt.io/post/500793</guid><dc:creator><![CDATA[Shubham Gupta]]></dc:creator><pubDate>Fri, 21 Dec 2018 09:48:19 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Flickable.flick() doesn&#x27;t work on Mon, 08 Jun 2015 17:02:39 GMT]]></title><description><![CDATA[<p dir="auto">Hi. I've tried higher values and saw some movement. Then I realized that deceleration was acting on it. I thought the speed would be constant. Now I'm setting flickDeceleration to zero before calling the method and restoring it to its default value when I'm done. It works nicely.</p>
<p dir="auto">Thank you for your help.</p>
]]></description><link>https://forum.qt.io/post/277184</link><guid isPermaLink="true">https://forum.qt.io/post/277184</guid><dc:creator><![CDATA[Leonardo]]></dc:creator><pubDate>Mon, 08 Jun 2015 17:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Flickable.flick() doesn&#x27;t work on Mon, 08 Jun 2015 16:47:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/leonardo">@<bdi>Leonardo</bdi></a> <code>flick</code> function takes value in pixels/sec. Flicking 10 pixels/sec will be hardly noticeable. Try some higher values. Also note that you may need to provide positive or negative value for it depending upon the direction.</p>
]]></description><link>https://forum.qt.io/post/277182</link><guid isPermaLink="true">https://forum.qt.io/post/277182</guid><dc:creator><![CDATA[p3c0]]></dc:creator><pubDate>Mon, 08 Jun 2015 16:47:26 GMT</pubDate></item></channel></rss>