This forum contains outdated content and is available for reading only. Please contact technical support if you have any questions.

Notification

Icon
Error

Options
Go to last post Go to first unread
jdmurray  
#1 Posted : 18 years ago
jdmurray

Rank: Member

Groups: Guest
Joined: 4/10/2007(UTC)
Posts: 1

All of your code examples that add images to the ThumbnailListView control have the image data being read from files. But my app is loading thumbnail images from a database and not from disk files. How do you use the ThumbnailListView.Items.Add() method to load image data that already is stored in a System.Drawing.Image object, an Aurigma.GraphicsMill.Bitmap object, or a byte array?

Thanks in advance.
Dmitry  
#2 Posted : 18 years ago
Dmitry

Rank: Advanced Member

Groups: Guest
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Please, read "Creating Custom List Items" article. If you have some questions - feel free to post here.

Edited by user 17 years ago  | Reason: Not specified

Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
sudhir  
#3 Posted : 18 years ago
sudhir

Rank: Member

Groups: Guest
Joined: 4/17/2007(UTC)
Posts: 1

Hello,

We have added the thumbnail items as specified in the "Creating Custom List Items” article. The thumbnail control works fine when you run the application in debug mode, but when you run the application in release mode it is not working properly.

Please find the attached sample application.

Any help will be appreciated.

Thanks,

Sudhir
File Attachment(s):
MultiFrameTiffCS.zip (1,627kb) downloaded 123 time(s).
Alex Kon  
#4 Posted : 18 years ago
Alex Kon

Rank: Advanced Member

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

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

I've looked through your sample. It works fine, except for drag'n'drop because of there is no Clone() method which should be implemented for correct work of the drag'n'drop functionality. Could you describe your problem in more detail or send screenshots?

By the way, after brief code review I've found some vulnerable points with synchronization. You should synchronize access to the shared resources - such as image lists. This may explain why your application works in debug, but fails in release. Also in your implementation every BitmapListItem stores full-sized bitmap - this may cause out of memory error.

Which version of Graphics Mill for .NET do you use?

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.