Issue with Input method using IMK
Issue with Input method using IMK
- Subject: Issue with Input method using IMK
- From: "bhanu" <email@hidden>
- Date: Tue, 8 Dec 2009 12:04:34 -0800
- Importance: Normal
Hi,
I am trying to develop an input method using IMKit approach by implementing the below.
-(BOOL)inputText:(NSString*) string key:(NSInteger)keyCode modifiers:(NSUInteger)flags client:(id)sender
I took the IMK sample available at ADC, and understood the flow by installing and dumping the traces to a file (I had some problems while setting up remote debugging). After I customized the sample to implement the above and replacing the app, I am no longer seeing the calls to inputText. I only see calls to setValue (which is called when the selection is changed). The OS is snow leopard.
Is this a known issue? Am I doing something wrong?
Thanks for your help!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden