Author
(J2ME) : To display HTML code in Midlet
Vikram Shirur
Ranch Hand
Joined: Jul 27, 2006
Posts: 33
Hi,
I have a midlet deployed on my blackberry,
This midlet talks to a servlet deployed on a server.
The servlet returns an html file.
Is there a way to display this html code in midlet (J2ME) ?
Currently the servlet returns a single line message and this is being displayed successfully as stringItem in the midlet.
Thanks,
VIkram Shirur
Sathya Srinivasan
Ranch Hand
Joined: Jan 29, 2002
Posts: 379
posted Jun 18, 2009 21:46:27
0
To my knowledge, there is no full HTML support in any of the TextField classes either in RIM API or in the J2ME API. The closest is the ActiveRichTextField in RIM API that provides some functionality.
Cheers, Sathya Srinivasan - SCJP 1.2, SCWCD 1.2, SCMAD 1.0
Co-Author of Whizlabs SCMAD Certification Exam Simulator and SCMAD Exam Guide Book
Vikram Shirur
Ranch Hand
Joined: Jul 27, 2006
Posts: 33
Thanks for the response....
subject: (J2ME) : To display HTML code in Midlet