Ideme keyboard seems to be working for the most part with the 'contacts' screen. The keyboard will pop-up (sometimes when not needed like with phonenumbers which uses the numeric keyboard, opps). Had to change how the view is added, and had to remove it as well, also fixed a problem with autoresizing (it shouldn't) which was causing odd keyboard behavior.
Just have to put in the '.', go from the english keyboard to the ideme keyboard and prettify the keyboard. Oh and make the contacts stuff work like the contacts app. The '.' will be easy, not sure about hooking into the english keyboard.... but that's for another day.
Have ideas for a nice looking hangman game which should be easy to do. There's loads on the itunes store but only a few seem to be any good.
Showing posts with label ideme. Show all posts
Showing posts with label ideme. Show all posts
Thursday, March 12, 2009
Saturday, March 7, 2009
Address book framework
The iPhone has a framework or group of classes that are designed to work with the contact database and have some utility screens or windows that can be used to view, select, add etc.
These routines are giving me problem. For some reason, the ABPeoplePickerNavigationController, which has a text entry field, won't allow the ideme keyboard to display. I see the routines being called but nothing appears. I cannot tell if it is because the AB windows are modal or not but it will require some debugging.
Also I noticed that some routines are being called twice, which is going to be problematic. This is because IdemeInputViewController is initiated twice, once for the horizontal keyboard, and once for the vertical one. I may have to isolate the keyboard specific routines to minize overlap.
Also the address book routine, ABPersonViewController which displays the detailed information about a particular ABRecordRef (or contact) is defying being called. There must be something wrong since I can't seem to find anyone else with this issue on the forum anywhere.
These routines are giving me problem. For some reason, the ABPeoplePickerNavigationController, which has a text entry field, won't allow the ideme keyboard to display. I see the routines being called but nothing appears. I cannot tell if it is because the AB windows are modal or not but it will require some debugging.
Also I noticed that some routines are being called twice, which is going to be problematic. This is because IdemeInputViewController is initiated twice, once for the horizontal keyboard, and once for the vertical one. I may have to isolate the keyboard specific routines to minize overlap.
Also the address book routine, ABPersonViewController which displays the detailed information about a particular ABRecordRef (or contact) is defying being called. There must be something wrong since I can't seem to find anyone else with this issue on the forum anywhere.
Subscribe to:
Posts (Atom)