nokia-s40

LWUIT: How to show menu commands with another button

点点圈 提交于 2019-12-23 15:56:19
问题 In LWUIT we could add the commands button right into the Form with addCommand function like in this link http://lwuit.java.net/tutorial/events.html . Because I am currently developing the Nokia Asha Full Touch Apps soto show those commands I could simply click it at the top left button. However, I've created the custom title bar, so now I have the Button inside the container as the title bar I've made The 3 stripes above is the button with an image. Do LWUIT have something like show menu like

How to change Nokia full touch lwuit form header color

ぐ巨炮叔叔 提交于 2019-12-12 11:59:33
问题 I want to to change the header color of nokia lwuit based full touch form and i have tried setTitleComponent method but it is not working. Please also check the following link http://projects.developer.nokia.com/LWUIT_for_Series_40/wiki/UsingSeries40FullTouchFeatures in which it is mentioned we cannot style the header but is it means we cannot change the bgcolor as well or put custom images in the header? 回答1: Note that when using LWUIT for Series 40 port, the default way of running LWUIT

Access google Maps API in nokia series 40

微笑、不失礼 提交于 2019-12-02 16:33:06
问题 I want to access the Google map API in series 40 mobiles. I tried with using http connection but the map displayed statically. I want to load the map and moving the location in the map so that I have to use the Google map dynamically. Please give an idea to do this. 回答1: The Google Maps API site does not contain a specific SDK for JavaME (or Series 40). The static Maps API can be used, but only for static images (no dynamic panning or zooming). A good alternative is to use Nokia's HERE Maps.