c# PropertyGrid for Cocoa
c# PropertyGrid for Cocoa
- Subject: c# PropertyGrid for Cocoa
- From: Oliver Donald <email@hidden>
- Date: Mon, 22 Mar 2004 13:52:17 -0000
Hi
At work my latest project has involved writing an app from scratch in C# and
.NET on Windows. A really nasty part required the GUI layout to be totally
dynamic, and in the end I plumped for System.Windows.Forms.Property grid, an
object that lists the instance variables of an object in a table, and allows
them to be edited.
It requires lots of tags in code to work, but I found this object really
useful, and started writing a Cocoa version last night. I've now got a
object going that, when pointed to an object, lists the object name and all
of its instance variables (and later methods) in an NSTableView. I dont
think editing would be possible, but it's still quite neat.
But, I was wondering if such an object existed for Cocoa already? For
playing with properties and experimentation, it really is a fantastic object
to have.
Cheers
Oli
DISCLAIMER: The information contained in this e-mail is confidential and may
be privileged. It is intended for the addressee only. If you are not the
intended recipient, please delete this e-mail immediately. The contents of
this email must not be disclosed or copied without the sender's consent. We
cannot accept any responsibility for viruses, so please scan all
attachments. The statements and opinions expressed in this message are those
of the author and do not necessarily reflect those of the company. The
company does not take any responsibility for the views of the author.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.