Maybe just use the lcdui context menu style is better
Type: Posts; User: phxzuo; Keyword(s):
Maybe just use the lcdui context menu style is better
Thanks for your replay. I use the ContextMenu the same way as the ContextMenu demo. The actual reason is the lwuit lib 0.91 doesn't contain the arrow resource,And the Exception is thrown by lwuit...
I have a crash, when I direct use ContexMenu.
java.lang.NullPointerException
at com.nokia.lwuit.components.ContextMenu.paintArrow(ContextMenu.java:93)
at...
it seems first method doesn't work. second not suitable for the scene。
http://stackoverflow.com/questions/14339671/how-to-make-textarea-lost-focus-using-code-in-lwuit-for-s40
thanks ,another question,How to make TextArea lost focus using code in LWUIT for S40
I also post it on http://stackoverflow.com/questions/14235151/auto-scrolling-in-lwuit-for-s40-container。 And Shai Almog reply,says this mothod is ok. But I don't know why it doesn't work on Lwuit for...
Here is my code. I want the 20th Label be visable, anyone knows how to accomplish it.
another post Auto Scrolling in LWUIT Container says componentOfLastContainer.requestFocus();...
it's useful on static case, but when it's dynamic , I have no good solution