Re: not able to set NSTextFiled font

2008-08-25 Thread Kyle Sluder
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

not able to set NSTextFiled font

2008-08-25 Thread MAnish Billore
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 ]