Mark -
You should be able to hide any view by setting its hidden attribute to
true (though, I have not tried this with a ScrollView, specifically):
DataStore.Set("MyChannel.MyView.hidden", true);
There may be issues if the various ScrollViews overlap (in general,
overlapping views is not a good idea in AppKit).
Not sure exactly what you are trying to do, but you could have a set of
radio buttons, and have each one select a tab in a TabView. This is
done by setting the selectedTabIdentifier attribute of a TabView (the
identifier for each tab is set in Interface Builder):
DataStore.Set("MyChannel.MyTabView.selectedTabIdentifier", "tabOne");
Sherlock channels do not have access to the users address book. There
is already a feature request for this.
__________________________________________________________________
Riley Howard
On Saturday, December 14, 2002, at 08:10 PM, Mark Wright wrote:
> Hello
>
> I'm wondering if it is possible to hide a NSScrollView. I know that
> you can hide a TableView, but all of my attempts to hide the
> surrounding ScrollView have failed which is quite unfortunate. What
> I'm trying to do is use radio buttons to show/hide specific
> ScrollViews. If anybody knows if I can do something else that would
> have the same effect let me know.
>
> Also, can you use an action to switch tabs. For example, can you set
> an action for a button in tab 1 that will effect the contents of tab 2
> and switch the current tab from tab 1 to tab 2 without the user having
> to switch the tabs themselves? Does that make sense?
>
> Lastly, can sherlock access the address book? I would like people to
> be able to send postcards and I think it would be nice if they could
> select addresses from their address book rather than having to type
> them in. Is this possible? I am guessing it is not, but it would be
> neat if it is.
>
>
>
> Thanks
> Mark Wright
> --
> Adventures in California.
>
> http://www.AboveCalifornia.com
> _______________________________________________
> 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.
_______________________________________________
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.