09-07-2012 05:02 PM - edited 09-07-2012 05:05 PM
how to decode the smiley on ActiveRichTextField?
On API it say :
Retrieves text string from this field.
If smileys exist in this field, this method first "decodes" them, and then returns the result.
is there any function that can be override to decode the smiley? because i have ActiveRichTextField with Emoticon/smileys on it and when im copy the smileys i want it return the smileys/emoticon code in clipboard.
Solved! Go to Solution.
09-08-2012 11:41 AM
okay i found the solution by override the selectionCopy and selectionCut and process the object captured
09-12-2012 07:15 AM
How you implemented adding smiley feature?
I also want to use this ,where user can input smileys.
09-12-2012 11:01 AM
well its not very hard work if u realize it, but its seem the ActiveRichTextField is not working well on OS7 if the text is too long (on my experience its 32 characters)
09-12-2012 11:10 AM
can u provide me the snippet of code for the text box field which can take text as well as smileys as input.
Thanks in advance.
09-12-2012 04:25 PM
Were you able to navigate through characters after customizing the ActiveRichTexhField ?
09-13-2012 04:21 AM
09-13-2012 04:32 AM
Thats ok syamphu, can u just tell me the way you have done.
09-13-2012 05:46 AM
10-10-2012 07:31 AM
I' m also trying to do a custom emoticon textfield. I looked all over the forums but still didn't get how to create a custom font for them.
As per my understanding it is necessary to use some not displayable characters so selection will be available on them. And draw a smile icon over this character place. But in this case the character should be the same width with the smile icon and I am not sure i can find such character. Did you use the same approach or is there a better way?