Hi!
I have got a document-based cocoa project. it has a NSDocument subclass and NSWindowController subclass for the document window nib file. in makewindowcontrollers, I first display a panel(in a extra nib file with another window controller) with a NSSecureTextField as modal ([NSApp rumModalForWindow) and then I add a new instance of the window controller class to the document class. however every text element (i.e. NSTextView, NSTextField) does not let me to enter 2-bytes characters such as korean or japanese. If I use in the modal panel a NSTextField instead of NSSecureTextField there is no prob...
What's wrong?
Thanx in advance!
[ 01-26-2002: Message edited by: taewon ]
[ 01-26-2002: Message edited by: taewon ]
[ 01-27-2002: Message edited by: taewon ]