As I'm not really sure how to deal with this,
guess it's ok to post it here?
Building an external for iOS7 , 8.1, 8.2 and LC 7,
write an interface in a lcidl file this way:
Code: Select all
tail command myCommand
in theText as objc-string
Code: Select all
void myCommand( NSString* theText ) {
NSLog( "@"Text: %@", theText );
// pass here and don't see the Log when an emoticon is in the text
Emoticons are set in the string theText via the keyboard ( text field)
Regards,
Thierry