akifbilal / networkpx

Automatically exported from code.google.com/p/networkpx
0 stars 1 forks source link

How to register a subclass of UIKeyboardInputManagerAlphabet on iKeyEx #420

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement a class myInputManagerAlphabet
(UIKeyboardInputManagerAlphabet) based on super class method.

This is the Info.plist:

CFBundleDisplayName = "My Test Input Manager";
"UIKeyboardLayoutClass" = "=en_US";
"UIKeyboardInputManagerClass" = myInputManagerAlphabet;
CFBundleExecutable = myInputManagerAlphabet;

2. Compile and make deb. 
3. Copy to iPhone, run "dpkg -i /mypackage.deb" to install.

After install it shows some warning message...

And in my new keyboard installed folder:
/Library/iKeyEx/Keyboards/my.Test.keyboard has two files: Info.plist and
myInputManagerAlphabet

What is the expected output? What do you see instead?

But when I make and mix. I can not find myInputManagerAlphabet in the Input
manager list. The name "My Test Input Manager" is listed in Layout.

Is there any wrong? I tried with MultiTap but the same result.

Thank you very much!

What version of the product are you using? On what operating system
(iPhone/iPod Touch? Firmware version?)?

- iPhone EDGE.
- Firmware version: 3.1.2

Please provide any additional information below.

***** Note: If a keyboard does not on 3.0, please install the latest beta
of iKeyEx in http://code.google.com/p/networkpx/downloads/list first.

Original issue reported on code.google.com by huuqu...@gmail.com on 4 Nov 2009 at 8:32

GoogleCodeExporter commented 8 years ago

Please help me Kenny!

Original comment by huuqu...@gmail.com on 7 Nov 2009 at 3:19

GoogleCodeExporter commented 8 years ago
Closing for iKeyEx 3.

Original comment by kennytm@gmail.com on 11 Dec 2009 at 2:12