cyotek / imagelistview

Automatically exported from code.google.com/p/imagelistview
4 stars 0 forks source link

Minimized added images are not displayed. #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a certain number of image files (say 2).
2. Minimize window. Clear items and add same(!) number of images.
3. Restore window.

What is the expected output? What do you see instead?
Thumbnail images should be displayed. Instead default image placeholder is 
shown.

Note: This issue is very similar to issue 81.
You fixed it by responding to the OnVisibilityChanged event. I don't think this 
issue can be fixed that way because responding to the OnResize event would 
cause constant redraws/flickering if the window is resized during 
OnResizeBegin/OnResizeEnd. But the condition for this error (clear items and 
add same number of images) is easily detectable.

Original issue reported on code.google.com by modernv...@arcor.de on 9 Sep 2010 at 2:56

GoogleCodeExporter commented 9 years ago
Hi Jens,

Thanks for the feedback. But I can't reproduce this. Could you post some sample 
code or a more detailed explanation?

Thanks in advance,
Ozgur

Original comment by oozcitak on 11 Sep 2010 at 11:35

GoogleCodeExporter commented 9 years ago
Easy. Add a few image files then click the window minimize button.

Original comment by modernv...@arcor.de on 12 Sep 2010 at 10:58

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r376.

Original comment by oozcitak on 12 Sep 2010 at 4:17