On Monday, December 9, 2002, at 09:18 PM, Patrick Crowley wrote:
> Thanks for responding, Riley.
>
> Ok, I basically get what you're saying, but I'm still a little fuzzy
> on a
> couple of implementation details...
>
> + Do I give my NSSplitView object a name (a la 'Internet.Whatever')?
Yes, using Interface Builder.
> + How does it know which subview I'm assigning a value to?
I believe the order is left to right, or top to bottom, depending on
your split view.
> + Would something like this work?
>
> DataStore.Set("Internet.MySplitView.minPositions.0", "400"); <--top
> view
> DataStore.Set("Internet.MySplitView.minPositions.1", "400"); <--bottom
> view
I believe so. Here's an example from an existing channel:
DataStore.Set("MyChannel.MainSplitView.minPositions", Array(93, 155));
__________________________________________________________________
Riley Howard
_______________________________________________
sherlock-channel-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/sherlock-channel-development
Do not post admin requests to the list. They will be ignored.