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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
