Hi,
I've got a NSTextField that I've added to my window:
But, it shows up at the bottom left of the screen, when in my mind it should be at the top left.
I thought I might need to anchor it (I'm not sure the proper term, but it's in interface builder, Size & Position, just above AutoResizingMask).
I've looked through the documentation for this and I can't find it, any idea's?
Kind Regards
I've got a NSTextField that I've added to my window:
Code:
lConvert = [[NSTextField alloc] initWithFrame:NSMakeRect(0, 0, 100, 20)];
I thought I might need to anchor it (I'm not sure the proper term, but it's in interface builder, Size & Position, just above AutoResizingMask).
I've looked through the documentation for this and I can't find it, any idea's?
Kind Regards