Skip navigation.
 
mlRe: Hidden NSSlider
FROM : Daniel DeCovnick
DATE : Wed Apr 06 19:39:00 2005

Click and hold the slider (in IB)until it gets a deeper shadow, then
drop where you want it. Same thing works if you accidentally cover a UI
element with a tabview or a box and you want to put it inside that view
instead of under it.

-Daniel DeCovnick
danhd123 at mac dot com
Softyards Software
http://www.softyards.com

On Apr 6, 2005, at 1:24 PM, Lance Drake wrote:

> Hi Rick,
>
>     The views stack on top each other in the order they are added to
> whatever is the parent view.  You could get the view for your
> NSSlider, remove the view it's in and then re-add it.  It'll end up
> being on top of whatever was there.
>
>     See NSView.h for '- (void)removeFromSuperview;' and '-
> (void)addSubview:(NSView *)aView;'.
>     
>     There may be a better way to do it - perhaps somebody else will chime
> in - but that works for me...
>
> HTH,
>
> Lance Drake
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlHidden NSSlider R T Apr 6, 18:19
mlRE: Hidden NSSlider Lance Drake Apr 6, 19:24
mlRe: Hidden NSSlider Daniel DeCovnick Apr 6, 19:39
mlRe[2]: Hidden NSSlider Lance Drake Apr 7, 02:06
mlRe: Re[2]: Hidden NSSlider R T Apr 7, 03:22
mlRe[3]: Hidden NSSlider Lance Drake Apr 7, 05:37