Hi every one please any one help me how to build blackberry lwuit svn generated hello world example in blackberry simulator.
I have made an application using lwuit svn in j2me cldc.I am now working on lwuit + BlackBerry device.When I build the project through the lwuit resource tools it creates three projects: desktop, MID
I am trying to have a horizontally scrolling table within a HTMLComponent as the tables can be wider than the width of the mobile phone and I don\'t want the user to have a wrapped table. I set setScr
I use LWUIT 1.4 1) In my Form there is a Container based on a BoxLayout ( Y axis ) , there are two Label\'s added to this container , and I want to create a titled Border to be placed into the contai
how can we put vertical scroll bar in lwuit form. I have tried setScrollableY(true) method but it doesn\'t work.
Can anyone tell me how to implement SVG in LWUIT application 开发者_StackOverflowwith some example code.? This will only work for MIDP devices, before Display.init() invoke:
I need to show the only component on the form - HTMLComponent. Reaching the bottom of the form/component while vertical scrolling scroll bar jumps back to the top of the form. I need to prevent this.
I want to add a combo Box intable cell to provide drag n drop option LWUIT. I have used this option for it ..
1) I made a J2ME app using LWUIT in which I am accessing internet to get info from my server.... 2) The app is perfectly connecting to my sever on Nokia, Android handsets
hello I recently started using Resource editor and I have a question:I \'m trying to create a simple project just for test purposes in Resource Editor:nothing special just a Label with a hello world,