Re: Superimpose a NSTextField over NSImageView?
Re: Superimpose a NSTextField over NSImageView?
- Subject: Re: Superimpose a NSTextField over NSImageView?
- From: Andy Lee <email@hidden>
- Date: Sun, 23 Apr 2006 08:46:50 -0400
On Apr 23, 2006, at 8:10 AM, desktoast music productions wrote:
Is there a way to superimpose a textfield on my customView/
imageView inIB,
so that I can update it like any other textfield?
Sibling views are not guaranteed to be drawn in any particular order,
so it might be that your image view is getting drawn after the text
field. You might have better luck if you make the text field a
subview of the image view. You may have to do this in code -- I
don't know if there is a way to do this in IB, though there may be
some trick for doing so.
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden