On 12/01/2015 at 10:45, xxxxxxxx wrote:
Hello,
you can use an icon in the popup menu. Using "& i....&" you can define an icon id that is used for that element:
menu.SetString(c4d.FIRST_POPUP_ID+99,"&i5119&Something")
So you could create preview icons and register them using RegisterIcon(). But I'm not sure if this is a good workflow.
If you want to draw something in a GeDialog you may use a GeUserArea. There you can draw whatever you want. You find some code that shows how to use that class in the Py-MemoryViewer.pyp example.
Best wishes,
Sebastian