<?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[AnimatedImage Bug Fix]]></title><description><![CDATA[<p dir="auto">I tried to use 3 Qml AnimatedImage elements on Qt 5.2.0 on Windows and my application crashed.<br />
When I tried the same application on Qt 5.3.2 on windows it worked fine.<br />
Is this bug also fixed for Linux ?</p>
]]></description><link>https://forum.qt.io/topic/47310/animatedimage-bug-fix</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 09:22:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47310.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Oct 2014 08:32:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to AnimatedImage Bug Fix on Wed, 22 Oct 2014 20:05:59 GMT]]></title><description><![CDATA[<p dir="auto">Don't know for Linux but on OS X, it's working fine</p>
]]></description><link>https://forum.qt.io/post/248680</link><guid isPermaLink="true">https://forum.qt.io/post/248680</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 22 Oct 2014 20:05:59 GMT</pubDate></item><item><title><![CDATA[Reply to AnimatedImage Bug Fix on Wed, 22 Oct 2014 09:55:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist,</p>
<p dir="auto">My Windows version is Windows 7 64 bit.</p>
<p dir="auto">This is the Qml page:</p>
<p dir="auto">@<br />
import QtQuick 2.2</p>
<p dir="auto">Rectangle<br />
{<br />
width: 950<br />
height: 800<br />
color: "red"</p>
<pre><code>AnimatedImage
{
    x: 0
    y: 0
    width: 180
    height: 180
    source: "gif1.gif"
}

AnimatedImage
{
    x: 300
    y: 0
    width: 180
    height: 180
    source: "gif2.gif"
}

AnimatedImage
{
    x: 610
    y: 50
    width: 140
    height: 210
    source: "gif3.gif"
}
</code></pre>
<p dir="auto">AnimatedImage<br />
{<br />
x: 0<br />
y: 400<br />
width: 180<br />
height: 250<br />
source: "gif4.gif"<br />
}<br />
}<br />
@</p>
]]></description><link>https://forum.qt.io/post/248616</link><guid isPermaLink="true">https://forum.qt.io/post/248616</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 22 Oct 2014 09:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to AnimatedImage Bug Fix on Wed, 22 Oct 2014 08:49:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">That question is a bit too generic. With only that much information it's highly unlikely that someone can reproduce the crash you had. Even more on several platforms.</p>
]]></description><link>https://forum.qt.io/post/248606</link><guid isPermaLink="true">https://forum.qt.io/post/248606</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 22 Oct 2014 08:49:49 GMT</pubDate></item></channel></rss>