OK, second try: I want users to add their own properties to a ZClass. How exactly do I do that? In a property sheet? How do I get the "Add" button visible in ZClass instance property sheet? Thanks. -- Lars Heber, mailto:Lars.Heber@t-systems.de T-Systems, debis Systemhaus GEI GmbH, Geschaeftsstelle Sachsen
On Wednesday 17 October 2001 03:18 am, Lars Heber allegedly wrote:
OK, second try:
I want users to add their own properties to a ZClass. How exactly do I do that? In a property sheet? How do I get the "Add" button visible in ZClass instance property sheet?
Thanks.
That depends. Do you want users to be able to add properties to the instances or to the entire class? /---------------------------------------------------\ Casey Duncan, Sr. Web Developer National Legal Aid and Defender Association c.duncan@nlada.org \---------------------------------------------------/
Casey Duncan wrote:
On Wednesday 17 October 2001 03:18 am, Lars Heber allegedly wrote:
OK, second try:
I want users to add their own properties to a ZClass. How exactly do I do that? In a property sheet? How do I get the "Add" button visible in ZClass instance property sheet?
Thanks.
That depends. Do you want users to be able to add properties to the instances or to the entire class?
I'm interested in this, even if Lars isn't... to the instances. -- Matt Behrens <matt.behrens@kohler.com> System Analyst, Baker Furniture
On Thursday 18 October 2001 02:25 pm, Behrens Matt - Grand Rapids allegedly wrote:
Casey Duncan wrote:
That depends. Do you want users to be able to add properties to the instances or to the entire class?
I'm interested in this, even if Lars isn't... to the instances.
Actually that's the eaiser of the two. Just make your ZClass subclass something with a property sheet (such as File, Folder or DTML Document), and then you can use the standard calls such as: manage_addProperty, manage_changeProperties, etc. on the instances. They will only affect the one instance they are called on and not the entire class itself. hth, /---------------------------------------------------\ Casey Duncan, Sr. Web Developer National Legal Aid and Defender Association c.duncan@nlada.org \---------------------------------------------------/
participants (3)
-
Behrens Matt - Grand Rapids -
Casey Duncan -
Lars Heber