Thumbnails of attachments

Does anyone know a way to replace the default Notes attachment icon with a thumbnail? For example if I attach pictures then it would be great to see the attachments as a thumbnail. Now user have to open the attachment in order to see the actual picture.

/Ilse

Subject: Thumbnails of attachments

The view’s column formula can compute to html to show the image of the attachment. You can use size parameters in the html to make it look like a thumbnail.

For better bandwidth, though, you would have to actually have a thumbnail image attached to the document as well as the original attachment. In Windows platforms, you can use the PolyImage2 library (www.polybytes.com) to programmatically create thumbnail attachments.

Subject: You need THUMBNAILER

We have been using this great product ‘ThumbNailer’ from a company called PeopleWare located in Belgium (info@peopleware.be). It has two features:1) it automatically creates a thumbnail whilst attaching a file (picture)

  1. it can also run in batch to replace the default icon with a thumbnail

  2. no API or script programming is required!

Works great and the cost is minimal.

Regards,

Liselore

Subject: See - http://www.peopleware.be/peopleware/public/tnreg.nsf for more info

Forgot to post the URL in my previous post:

here it is:

http://www.peopleware.be/peopleware/public/tnreg.nsf

Subject: Would this work in a View?