codenameone - How can I rebuild Form Component in Codename One -


i'm trying create custom form configuration scrollable titlearea. form (black) has boxlayout.y_axis layout in borderlayout.center (blue). statusbar (green) stays in borderlayout.north (green), when rest of titlearea (cyan) in first position in boxlayout.

removecomponentfromform function unavailable using in extended class. how can remove components form removing titlearea borderlayout.north?

plan

why use title area @ all? why not add component top of box layout y , style title way can scroll out?

you can use new toolbar api includes many abilities fade out title scroll etc. see:

http://www.codenameone.com/blog/toolbar.html

http://www.codenameone.com/blog/cats-in-toolbars.html


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -