[Mono-bugs] [Bug 75067][Nor] New - Animated GIF in a PictureBox
doesn't animate
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 27 11:00:35 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by maze at strahlungsfrei.de.
http://bugzilla.ximian.com/show_bug.cgi?id=75067
--- shadow/75067 2005-05-27 11:00:35.000000000 -0400
+++ shadow/75067.tmp.24294 2005-05-27 11:00:35.000000000 -0400
@@ -0,0 +1,54 @@
+Bug#: 75067
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.2
+OS Details: Mono 1.1.7
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: maze at strahlungsfrei.de
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Animated GIF in a PictureBox doesn't animate
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+I am developing a SWF application in VS.NET for use on Linux with Mono.
+There is a form with a ListView an and ImageList. The SmallImageList
+property is set to the ImageList.
+
+In my code, I am using the imageIndex argument in the ListViewItem
+constructor in order to have different entries with different Icons.
+Surprisingly, every item shows up with the FIRST image from the
+ImageList. It doesn't matter which index is set.
+
+This works in .NET on Windows, but not for Mono/Linux. I suppose it's a
+bug,
+because the class status page says those classes are complete?!
+
+Steps to reproduce the problem:
+1. Make up a form with a ListView and an ImageList.
+2. Add some images to the ImageList.
+3. Set the SmallImageList property of the ListView to the ImageList.
+4. Add some items to the view, with imageIndex = 0,1,2,...
+5. Compile and run it on Mono/Linux.
+
+Actual Results:
+_Every_ item is shown with the first image from the ImageList.
+
+Expected Results:
+Items are shown with different images, according to their imageIndex
+properties.
+
+How often does this happen?
+Always.
+
+Additional Information:
+The ImageList has to be in the form resource file (Form.resx)!
More information about the mono-bugs
mailing list