midp
Android's alternatives to MIDP's drawing methods
What are the Android\'s alternatives开发者_开发问答 to MIDP\'s Canvas.repaint() and Canvas.serviceRepaints()?View.invalidate() if called from the UI thread and View.postInvalidate() if called from a n[详细]
2023-03-21 13:41 分类:问答List of Label with image/icon in LWUIT
Please I 开发者_如何学JAVAneed to create a List. An element in the List is supposed to be a Label with text and icon.See this article, How to use label with text and image on list. Follow that sample[详细]
2023-03-21 12:17 分类:问答Choice.IMPLICIT and Choice.EXCLUSIVE in J2ME
Why we can\'t use Choice.IMPLICIT with in a Form while we can use Choice.EXCLUSIVE. When I use Choice.IMPLICIT, it 开发者_StackOverflow社区gives me a java.lang.IllegalArgumentException[详细]
2023-03-19 00:15 分类:问答J2me application showing error in some mobile
i have a j2me application with web service stub. it worked in some mobiles. but in some mobiles \"Application Error\" comes up.[详细]
2023-03-18 05:41 分类:问答Convert an amount of seconds into a formatted string using midp/blackberry
I\'m trying to convert an amount of seconds into a formatted string using midp Below is code I\'m using, the problem is that when I run this on a device (BlackBerry), 2 hours are being appended. So -[详细]
2023-03-18 03:51 分类:问答J2ME - changing views in game
I am currently writing a J2ME app for a card game which begins at a menu screen which gives the option to select a number of different card games to play.[详细]
2023-03-17 16:15 分类:问答Canvas J2mE list form
How can I create create a form/list using canvas and add TextField to it? public void paint(Graphics g){[详细]
2023-03-17 13:36 分类:问答Manually implementing client side session
I have a simple servlet which is adding a session v开发者_开发百科ariable. To request the session variable I can just from within another servlet I can use -[详细]
2023-03-14 16:24 分类:问答Can I use canvas and form together in a application
Can I use Canvas and form tog开发者_运维百科ether in application? If yes then how can I access form from Canvas?Yes you can use both but not at the same time.You can switch between them by using Displ[详细]
2023-03-13 16:46 分类:问答Set ImageItem in midp form UNFOCUSABLE
I have a midp form where I am adding ImageItem\'s and StringItem\'s I want to be able to开发者_如何转开发 select the StringItem\'s only. When I click or scroll in the form I don\'t want the images to[详细]
2023-03-13 02:21 分类:问答