Author Topic: Thumbnailer  (Read 1846 times)

0 Members and 1 Guest are viewing this topic.

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Thumbnailer
« on: May 02, 2016, 10:07:08 AM »
Does anyone know if there is an updated version of Thumbnailer.arx  (Copyright 2005  www.caddzone.com - Tony Tanzillo) for AutoCAD and Bricscad?

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Re: Thumbnailer
« Reply #1 on: June 16, 2017, 02:35:48 AM »
I repeat the question specifying that when you save a dwg with ODBX the preview disappears...

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Re: Thumbnailer
« Reply #2 on: June 16, 2017, 03:20:00 AM »
I see on: https://forums.autodesk.com/autodesk/attachments/autodesk/130/194589/1/Thumbnailer-ReadMe.txt
Code: [Select]
The implementation of this method is fairly simple:
   STDMETHODIMP CApplication::PreserveThumbnail(IAcadDatabase* Database)
<clip>
Is there someone who can do that?

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Thumbnailer
« Reply #3 on: June 16, 2017, 10:52:11 PM »
Have you looked at this?
https://www.theswamp.org/index.php?topic=30985.0

I'm not sure how you are implementing it, but this class works in .net
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1453
  • Marco
Re: Thumbnailer
« Reply #4 on: June 17, 2017, 06:02:05 AM »
Thanks for answer  :-)
Have you looked at this?
https://www.theswamp.org/index.php?topic=30985.0
Yes but I do not know .NET   :cry:

I'm not sure how you are implementing it...
I need save thumbnail preview as with:
Thumbnailer.arx  Copyright 2005  www.caddzone.com
Call this method and pass it the value of the Database property of an AxDbDocument, before calling the AxDbDocument's SaveAs() method, and the existing thumbnail preview (if there is one) will be preserved