Hi, I found a strange thing:
IDLgrClipboard not works in callable mode (I use VC++ to execute IDL
procedure to draw some plots, and
copy the result to clipboard)
oClipbrd = OBJ_NEW('IDLgrClipboard', DIMENSIONS=windowSize)
oClipbrd->Draw, oView
It works well under IDL-workbench, but when call from VC++, everything
goes OK except clipboard is empty.
Any help is appreciated.