• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to add smileys in j2me

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends i am making chat software by j2me for mobile i am success full in my work but smiley option is not working , some one tell me how to replace :-) by image in j2me , for example enter code :) in text field and get appended image on form please help me thanks
 
Marshal
Posts: 79177
377
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

Please explain exactly what class you are trying to add the smilies to. We need much more detail before we can say anything useful.
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks sir for your reply , for converting image or for smileys i have not use any code , i dont know about smileys i just asking you please guide me how can i use image item as a smiley , i mean in text field enter :-) and on form it will convert into image , please give me example or guide me thanks
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello no one reply me why , i am waiting for your answer please help me
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

no one reply me why


There is very little traffic in this forum; there may be other, livelier, JME forums out there somewhere, if you care to look for them. Given that JME is dying, I'd guess that not all that much new development is happening for it, though.
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am asking about the question and still no answer about how to add smileys in j2me
 
Campbell Ritchie
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Possibly because your question is not clear.
But maybe nobody knows.
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sir my question is clear that how to add smiley in j2me , i am using application that uses smileys in chat i am asking some one tell me how to convert :-) into smiley face that is png pic
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't know anything about J2ME, but if you want to show an image in place of the text representation of the smiley, then while rendering the text your code should first look for matching smileys (regex matches for example) and replace that text with an image URL which represents the smiley image.
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks jaikiran pai brother for your efforts but this is not help full to me , i am knows j2me very well this is a big project to use image replace by text , so thanks for your efforts i am finding and near to make my project then i will shre this with all of you thanks
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have searched many sites but can not find i have made application in which i develop chat application i can sent message and recieve message , that is working good , i want to add smileys option like user sent and on form it will be show pic, for example in in every chat user can sent a code in the message and on form it will be replace into image eg Smile face , i have got on code from my sense that , textbox.getString().equal("")
{
form.append(image);
}

this can show image by entering text or by textbox but i need smileys option like in any place user use ;) code it will show image but i cant do please help me solve this problem
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am waiting for answer sir please my project app is still on that point
 
Greenhorn
Posts: 22
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Yasin! Have you figured out yet? I want to know how too.
 
Yasin Siyal
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi luceta , i am making chat application i have made all some one function is still need , is that i want to add smileys in my chat application . For example user put code :-) in text field and it will be replace by smiley face can you give me any code that will put this function
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic