Thanks guys,
What I did was to set the views setHidden property to YES. This is doing exactly what I wanted. Thanks for the assistance.

Regards
Damien

On 02/06/2008, at 8:25 AM, Mark Munz wrote:

Careful - tabless NSTabViews are a much bigger pain to traverse under
IB3 (a step backwards from IB2).

There are several simple approaches to help resolve this issue.

Call [btn setHidden:YES]; to hide the view  (10.3 or later). If you're
looking to just change the btn size, you can call setFrameSize:  or if
you're just changing the image,  you can call setImage: on the
NSImageView to change the images being displayed.

Mark Munz

On 6/1/08, Hamish Allan <[EMAIL PROTECTED]> wrote:
On Sun, Jun 1, 2008 at 11:07 PM, Damien Cooke
<[EMAIL PROTECTED]> wrote:

finding any other way of hiding them is eluding me.


NSImageView derives from NSView, which has a "hidden" property. But
you might find a tabless NSTabView easier: programmatically switching
between two tabs, one for each mode.


Hamish

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/unmarked%40gmail.com

This email sent to [EMAIL PROTECTED]



--
Mark Munz
unmarked software
http://www.unmarked.com/
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/damien.cooke%40internode.on.net

This email sent to [EMAIL PROTECTED]

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to