Re: UI help: visibly disabling NSImageView

2008-11-07 Thread Brad Peterson
> > Does anyone have any ideas on how to _visually_ > indicate that an NSImageView is not editable? Since it > doesn't really do anything different when it's > editable or not editable, it's tough for the user to > tell which state is which. > > It's trivial to create a subclass of NSImageView that

Re: UI help: visibly disabling NSImageView

2008-11-07 Thread Gregory Weston
Brad Peterson wrote: Does anyone have any ideas on how to _visually_ indicate that an NSImageView is not editable? Since it doesn't really do anything different when it's editable or not editable, it's tough for the user to tell which state is which. I'm thinking that maybe there's a way

Re: UI help: visibly disabling NSImageView

2008-11-07 Thread chaitanya pandit
Well generally you can play with cursors to show a point cursor when not editable, cross hair when you allow resizing and hand when allow dragging On 07-Nov-08, at 3:47 PM, Brad Peterson wrote: Hi all, Does anyone have any ideas on how to _visually_ indicate that an NSImageView is not ed

UI help: visibly disabling NSImageView

2008-11-07 Thread Brad Peterson
Hi all, Does anyone have any ideas on how to _visually_ indicate that an NSImageView is not editable? Since it doesn't really do anything different when it's editable or not editable, it's tough for the user to tell which state is which. I'm thinking that maybe there's a way to make the image s