FROM : R T
DATE : Thu Apr 07 03:22:04 2005
I wrote origionally asking about the NSSlider which
hides under an NSImageView......
Daniel DeCovnick suggested "Click and hold the slider
(in IB)until it gets a deeper shadow, then drop it
where you want it."
....which I was not able to make work.
Then Lance Drake suggected... "See NSView.h for '-
(void)removeFromSuperview;' and '-
(void)addSubview:(NSView *)aView;'",
.....but before I could try it.
He sent a 2nd email decribing how the stack of views
created in IB ends up in reverse order when used in
XCode.
This solved it for me...
I created what I wanted in IB, an NSSlider on top of
an NSImageView, then selected the NSImageView, cut it
out and pasted it back in. It now appears wrong in IB
but correct in XCode.
Thanks for all the help!
Rick T.
PS Is it safe to assume that what appears right in
XCode will appear right in the final application
produced by this code?
__________________________________
Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.
http://www.advision.webevents.yahoo.com/emoticontest
DATE : Thu Apr 07 03:22:04 2005
I wrote origionally asking about the NSSlider which
hides under an NSImageView......
Daniel DeCovnick suggested "Click and hold the slider
(in IB)until it gets a deeper shadow, then drop it
where you want it."
....which I was not able to make work.
Then Lance Drake suggected... "See NSView.h for '-
(void)removeFromSuperview;' and '-
(void)addSubview:(NSView *)aView;'",
.....but before I could try it.
He sent a 2nd email decribing how the stack of views
created in IB ends up in reverse order when used in
XCode.
This solved it for me...
I created what I wanted in IB, an NSSlider on top of
an NSImageView, then selected the NSImageView, cut it
out and pasted it back in. It now appears wrong in IB
but correct in XCode.
Thanks for all the help!
Rick T.
PS Is it safe to assume that what appears right in
XCode will appear right in the final application
produced by this code?
__________________________________
Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.
http://www.advision.webevents.yahoo.com/emoticontest
| Related mails | Author | Date |
|---|---|---|
| R T | Apr 6, 18:19 | |
| Lance Drake | Apr 6, 19:24 | |
| Daniel DeCovnick | Apr 6, 19:39 | |
| Lance Drake | Apr 7, 02:06 | |
| R T | Apr 7, 03:22 | |
| Lance Drake | Apr 7, 05:37 |






Cocoa mail archive

