hello,
I’ve been trying to display the ofxiPhoneKeyboard, but don’t know how to do it…
I added the addons to my project, put the #include, and tried instatiating the keyboard:
keyboard=ofxiPhoneKeyboard(10, 10, 1000, 500);
keyboard.openKeyboard();
I get the error:
/Users/mc/myDocuments/oFProjects/of_preRelease_v0061_iPhone_FAT-pre3/apps/projects/eventsExample/src/testApp.h:9:0 /Users/mc/myDocuments/oFProjects/of_preRelease_v0061_iPhone_FAT-pre3/apps/projects/eventsExample/src/testApp.h:9: error: no matching function for call to ‘ofxiPhoneKeyboard::ofxiPhoneKeyboard()’
can you help?
thanks Miguel