Rank: Member
Groups: Guest
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.
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 1/31/2005(UTC) Posts: 458
Was thanked: 5 time(s) in 5 post(s)
|
Thanks for bug report. It has been fixed. |
|
|
|
|
Rank: Member
Groups: Guest
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?
|
|
|
|
Rank: Advanced Member
Groups: Guest
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. |
|
|
|
|
Rank: Member
Groups: Guest
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.
|
|
|
|
Rank: Advanced Member
Groups: Guest
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 |
|
|
|
|
Rank: Member
Groups: Guest
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
|
|
|
|
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.