I have a midlet deployed on my blackberry,
This midlet talks to a servletdeployed 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
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.