io.thumbnail APIs don't work for non-jpeg files?

Hi,

I am testing the io.thumbnail[large|medium|small] APIs. It looks like they don't work at least for my gif and mpg files but work for my jpeg files. Is it true that right now only JPEG files will have thumbnails? If so, the corresponding API docs are quite misleading.... (io.download works for all of them, though, which is assuring ;) )

Also, it looks like io.thumbnailsmall generates sizes of 100x75 (or 75x100) instead of the 150x150 as described in the API doc.

Thanks!
Philip

Re: sending data to my AOL plugin

Think what you want is AccPluginInfoProp_Plugin. Then you can QueryInterface() for whatever interfaces your plugin implements.

Hi, I would say you need to

Hi,
I would say you need to start by seeing, if you can find your window using Spy++ which is a tool that ships with VS.net.
If you can find the window manually using this tool (you will know its your window because it will be of class type “MyPlugin”), then there may be a problem with the MFC APP.
If you can’t find the window, then I would suggest that you are creating a window and not a dialog…there is a difference.
I would also make sure the window is an Application Window.
If it is a child of AIM 6.5+, then there is a chance windows will not find it.

Hope this helps.

Thanks.