Add TextField and other ITEMS in Canvas

Hello everybody.

I was wondering if I can add textFiled or any other items such as ChoiceGroup in Canvas.

Do I have to create these components on my own using the Graphics object and draw lines and rectangles?

Is already any external library can be used in order to display TextField in canvas?

Reagrds,

kalgik

[347 byte] By [kalgika] at [2007-11-27 3:49:10]
# 1
you display Item object on Form...you can put a Canvas on the background of the Form...take a look to J2MEPolish for external library
suparenoa at 2007-7-12 8:53:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
> you can put a Canvas on the background of the> Form...How can you put a canvas on the background of the Form ?I do not see how that's possible...But I agree J2MEPolish may be a good alternative.
fetchya at 2007-7-12 8:53:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Hi superano.Is it possible to put a Canavas on the backgrounf of the Form using the standard j2me?Thanks fot the J2mePolosh suggestion.Regards,Kalgik
kalgika at 2007-7-12 8:53:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4

> Is it possible to put a Canavas on the backgrounf of

> the Form using the standard j2me?

yes: search on this forum, it has been ask a lot !!!

http://onesearch.sun.com/search/onesearch/index.jsp?charset=utf-8&col=developer-forums&qt=canvas&rt=true&cs=false&y=8&x=7&dftab=siteforumid%3Ajava76&chooseCat=javaall&subCat=siteforumid%3Ajava76

> Thanks fot the J2mePolosh suggestion.

>

> Regards,

> Kalgik

regards

Message was edited by:

supareno

suparenoa at 2007-7-12 8:53:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5

I prefer to use synclast for Canvas based j2me UI stuff. It doesn't require you to use Form components like J2MEPolish.

check it out:

http://www.synclast.com/ui_api.jsp

here's a screenshot of an application i wrote using synclast UI:

http://www.zannel.com/viewer.jsp?title=AQIQKYGC7K

pandora_fooa at 2007-7-12 8:53:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...