Thanks for the info! That's good to know!

One quick question, how can I modify my TextView's z-order? I'm looking at NSView's methods but can't seem to find one that does that? (I'm probably just missing it since NSView's got a good bunch of'em!... :)
I always did it in IB before....

Jean-Nicolas Jolivet


On 13-Nov-08, at 1:34 AM, Graham Cox wrote:


On 13 Nov 2008, at 5:17 pm, Jean-Nicolas Jolivet wrote:

Any particular reasons why my label will always show up behind my tableview no matter what I do??


Yes, a bug in IB.

I've noticed that the Z-order of views in IB is not always (or even very often) honoured correctly, making the bring forward/send backward commands of limited use. If you can't make the label an actual subview of the table (sounds like you probably couldn't in this case) you could resort to moving it to the front in your - awakeFromNib method, which is what I've had to do in one similar case.

You could file a bug, but it'll probably get marked as a dupe. IB 3.x in general is actually quite buggy, so you may as well get used to it ;-)


hth,

Graham



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to