23 Feb
2003
23 Feb
'03
8:10 p.m.
jwsacksteder@ramprecision.com wrote at 2003-2-21 19:11 -0500:
I want to create a zclass that has an image, some metadata properties, and two additional images. I can add the text metadata to the property sheets, but there is no type for binary data to add the other image. I am apparently think about this in the wrong way. What should I be doing?
Make your ZClass "folderish" (derive from "ObjectManager" or "Folder" and store the complex objects as content. Dieter