Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
heeterm  
#1 Posted : Monday, March 27, 2006 2:18:33 AM(UTC)
heeterm

Rank: Member

Groups: Member
Joined: 3/27/2006(UTC)
Posts: 7

We are trying to increase the size of the thumbnails displayed in the ThumbnailListView. We have tried changing the ThumbnailListView.ThumbnailSize property, but if we set it to anything other than 100x100, no images are displayed.

What we would like to do is use 250x250 pixel thumbnails instead of the default 100x100 pixel thumbnails.

Alex Kon  
#2 Posted : Monday, March 27, 2006 1:19:50 PM(UTC)
Alex Kon

Rank: Advanced Member

Groups: Member
Joined: 1/31/2005(UTC)
Posts: 458

Was thanked: 5 time(s) in 5 post(s)
Thanks for bug report. It has been fixed.
rajibq  
#3 Posted : Monday, November 6, 2006 8:03:07 AM(UTC)
rajibq

Rank: Member

Groups: Member
Joined: 11/6/2006(UTC)
Posts: 10

Quote:
Alex Kon (3/27/2006)
Thanks for bug report. It has been fixed.


Hmm, I'm seeing this problem in current release?
Alex Kon  
#4 Posted : Monday, November 6, 2006 12:57:53 PM(UTC)
Alex Kon

Rank: Advanced Member

Groups: Member
Joined: 1/31/2005(UTC)
Posts: 458

Was thanked: 5 time(s) in 5 post(s)
Hello,

Does the problem appears with some specific parameters (e.g. thumbnails size other than 100x100)? Could you check Aurigma windows demo applications which use ThumbnailListView - do they work correctly? If not - please try to download the latest version of the GraphicsMill for .NET from our site.
rajibq  
#5 Posted : Monday, November 6, 2006 2:44:28 PM(UTC)
rajibq

Rank: Member

Groups: Member
Joined: 11/6/2006(UTC)
Posts: 10

Quote:
Alex Kon (11/6/2006)
Hello,

Does the problem appears with some specific parameters (e.g. thumbnails size other than 100x100)? Could you check Aurigma windows demo applications which use ThumbnailListView - do they work correctly? If not - please try to download the latest version of the GraphicsMill for .NET from our site.


I've tried many different values for size between 50 and 200... it ONLY displays thumbnails when the Thumbnailsize is 100x100, otherwise each thumbnail is just a blank box. Though, it appears to be actually processing the images even if they are not being displayed (I can tell by the lag in the application).

And I have been using the GraphicsMill for .NET that is currently up on the site... just downloaded it few hours ago.
Alex Kon  
#6 Posted : Monday, November 6, 2006 7:00:37 PM(UTC)
Alex Kon

Rank: Advanced Member

Groups: Member
Joined: 1/31/2005(UTC)
Posts: 458

Was thanked: 5 time(s) in 5 post(s)
Hello,

Thanks for your report.

We confirm the problem. It has been fixed, but unfortunatelly fix had been made by customer request and wasn't included in public version. This will be done in next release. Meanwhile you can switch view mode of the ThumbnailListView control to work around the issue. It should be something like this:
Code:
thumbnailListView1.View = Aurigma.GraphicsMill.WinControls.View.Icons;
thumbnailListView1.ThumbnailSize = new System.Drawing.Size(225, 120);
thumbnailListView1.View = Aurigma.GraphicsMill.WinControls.View.Thumbnails;

Edited by user Tuesday, December 18, 2007 8:21:56 PM(UTC)  | Reason: Not specified

rajibq  
#7 Posted : Tuesday, November 7, 2006 1:41:53 AM(UTC)
rajibq

Rank: Member

Groups: Member
Joined: 11/6/2006(UTC)
Posts: 10

Quote:
Alex Kon (11/7/2006)
Hello,

Thanks for your report.

We confirm the problem. It has been fixed, but unfortunatelly fix had been made by customer request and wasn't included in public version. This will be done in next release. Meanwhile you can switch view mode of the ThumbnailListView control to work around the issue. It should be something like this:
Code:
thumbnailListView1.View = Aurigma.GraphicsMill.WinControls.View.Icons;
thumbnailListView1.ThumbnailSize = new System.Drawing.Size(225, 120);
thumbnailListView1.View = Aurigma.GraphicsMill.WinControls.View.Thumbnails;


Thanks, it works now.

Edited by user Tuesday, December 18, 2007 8:22:07 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.