Is NSTableView/NSOutlineView the way to go?
Is NSTableView/NSOutlineView the way to go?
- Subject: Is NSTableView/NSOutlineView the way to go?
- From: Mark Dawson <email@hidden>
- Date: Wed, 15 Jun 2005 15:31:07 -0700
I want to add the concept of "layers" into my program. I wasn't sure
if NSTableView was the right piece that I should use.
What I'd like to have is a scrollable list of layers, with a radio
button at the far left indicating which layer is "active". I'd like
the user to be able to double-click on a layer name to be able to
rename it. I'd like the user to be able to select a row and be able to
delete it, or drag that row around to change its order. I'd also like
the user to be able to edit a few "non-active properties", such as
whether that layer is visible or if it is, how to display it (such as
level of dimness) when it isn't the active layer.
From reading up on NSTableView, I see that it handles the drag moving,
editing of text; what I wasn't sure was if I could use a radio group or
a custom view (having the radio button, text view, and visibility
attributes)…
Thanks!
Mark
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden