• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Superimpose a NSTextField over NSImageView?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Superimpose a NSTextField over NSImageView?
      • From: Andy Lee <email@hidden>
    • Re: Superimpose a NSTextField over NSImageView?
      • From: Alan Hart <email@hidden>
References: 
 >Superimpose a NSTextField over NSImageView? (From: desktoast music productions <email@hidden>)

  • Prev by Date: Superimpose a NSTextField over NSImageView?
  • Next by Date: Re: Core Data Merged Models
  • Previous by thread: Superimpose a NSTextField over NSImageView?
  • Next by thread: Re: Superimpose a NSTextField over NSImageView?
  • Index(es):
    • Date
    • Thread