ruhi
Aug 4, 2009, 08:05 AM
Hello,
I have made a subclass of NSTextField and trapped all keyup events on the textfield that my nib file has.
Problem is when i try to set any text into the text field in one of the button click event.
-(IBAction)setData: (id)sender
{
[mytextField setStringValue:str];
}
i cannot see any string in my textfield. Why is this so? :confused::confused:
Thanks,
Ruhi.
I have made a subclass of NSTextField and trapped all keyup events on the textfield that my nib file has.
Problem is when i try to set any text into the text field in one of the button click event.
-(IBAction)setData: (id)sender
{
[mytextField setStringValue:str];
}
i cannot see any string in my textfield. Why is this so? :confused::confused:
Thanks,
Ruhi.
