On Mon, Aug 25, 2008 at 10:39 AM, MAnish Billore <[EMAIL PROTECTED]> wrote:
> I am creating a text field and trying set font using following code but
> when I run application font size remain unchanged .
Why are you creating the text field in code? Haven't you already
created one in Interface B
Hi ,
I am creating a text field and trying set font using following code but
when I run application font size remain unchanged .
What I am doing wrong here.
NSRect brect = NSMakeRect(140, y, 300, 22);
MCTextField *textField = [[MCTextField alloc] initWithFrame:brect ]