Tagged Questions
LWUIT is a framework for cross platform mobile development that was originally inspired by Swing but took a lot of inspiration from SwingX and went much further with themes & styles. LWUIT has a powerful GUI builder/theme creator and provides a porting layer to several platforms specifically ...
6
votes
1answer
2k views
left and right command menus in LWUIT form
Using LWUIT framework to develop mobile application.
In LWUIT by default first command is placed in the left and subsequent commands will be placed in the right menu of the form including the command ...
5
votes
2answers
1k views
JavaMe deploy
Im using Eclipse 3.4, EclipseMe 1.7.9. Im trying to deploy/"create package" a simple project with an external .jar file (LWUIT.jar) included. When I try to create the package with the the .jar file ...
4
votes
2answers
64 views
how to create popup window when pressing numeric keys in sun java wireless toolkit 2.5.2?
I want to create popup window in sun java wireless toolkit when pressing numeric keys on Mobile. I don't know whether it is possible or do need to use some additional technologies for that?
And also ...
4
votes
4answers
2k views
JavaME - LWUIT images eat up all the memory
I'm writing a MIDlet using LWUIT and images seem to eat up incredible amounts of memory. All the images I use are PNGs and are packed inside the JAR file. I load them using the standard ...
3
votes
1answer
76 views
Is this bug on when set the max size on the TextField while use LWUIT with Blackberry?
I set the TextField max size to 20. Its working fine. And i got the warning alert like Field Full when I reach. There is no issues. And there is no any other components in the Form. Only one TextField ...
3
votes
2answers
297 views
How to detect j2me mobile device screen orientation at LWUIT?
I want to know how to detect screen orientation like portrait or landscape mode at J2ME LWUIT. Can LWUIT detect screen orientation automatically or need to write code manually?
3
votes
3answers
313 views
System.out.println does not print on netbeans console
I have used Netbeans 7.0 for developing Blackberry application with LWUIT framework. And I'm using Blackberry SDK 4.7. I print a string by using System.out.println(...); in my application in many ...
3
votes
2answers
126 views
BBM sdk in lwuit
Can anyone tell me wheter can I use the bbm sdk for lwuit bb port project if so can anyone give me an example on how to use the same.
Thanks
3
votes
6answers
440 views
LWUIT scroll jumping issue
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.
...
3
votes
1answer
495 views
3
votes
1answer
609 views
does Mobile phones have IP address
Hi All
Can you tell me if the mobile phones have IP address.. (I know we have it if we connect our phones to Wi-Fi)..but if we connect via GPRS.. if the answer is yes..how can I find it..I am doing ...
2
votes
2answers
27 views
J2ME LWUIT - Error showing outside screen labels on scroll
I'm working on a J2ME application using LWUIT.
I need to show 10 values with a Label each one.
Something like this:
Label1 Value1
Label2 Value2
Label3 Value3
Label4 Value4
...
2
votes
2answers
68 views
Doing a phone call in LWUIT
I have a textfield with phone number. All I want to do is when the textfield is focused and call button is pressed, application must be paused and call should be made to the phone number of the ...
2
votes
1answer
76 views
How to update ProGuard within Netbeans manually? OR how to use Proguard separately to compile for BB ver of my LWUIT app?
obfuscating BB results application not working on device.need to use ProGuard4.5how to use it outside of NetBeans, NetBeans7.1 includes Proguard4.2How to update ProGuard within Netbeans manually? OR ...
2
votes
1answer
73 views
How to detect key pressed event in LWUIT form?
I have written simple j2me program with LWUIT package.I have added one Form in my MIDLET class file. Suppose,user press a key then I want to show another Form.But I couldn't be able to capture key ...
2
votes
1answer
44 views
How to coloriate differently even rows and odd rows of a List in LWUIT?
There is a List in a LWUIT application. I want to make odd rows and even rows to be of different colors. How to achieve that ?
2
votes
1answer
51 views
How to solve 'Storage not Initialized' errors in lwuit?
I have successfully ported my LWUIT app to Blackberry, touch and non touch, and MIDP. I have been able to port to Android as well, but it just loads. After that, any call to Storage gives me this ...
2
votes
2answers
46 views
How place the components the front of another one?
I want to place the components A and B over component with List. I need that would text of list will be to visible. I can not find which layout can do it.
How this behavior is in lwuit? What solutions ...
2
votes
1answer
116 views
Facebook Authorization using LWUIT Browser
I am facing problem with LWUIT browser in conjunction with Facebook OAuth API.
I am trying to authorize our application to use Facebook services on a mobile client using LWUIT browser, which is ...
2
votes
1answer
76 views
LWUIT 1.4 player not working in blackberry OS 6
I am trying to port a J2ME LWUIT app on blackberry. I am able to play videos through my app on Blackberry OS 5.0 and below. But it does not work on blackberry OS 6.0 It is something related to OS ...
2
votes
2answers
77 views
Split screen proportionally LWUIT
I want to split the screen by 30% and 70% vertically, How can i achieve this with lwuit? I used/tried GridLayout but it splits the screen equally. Need a example code for this.
Thanks in advance!
2
votes
2answers
103 views
How to align RIGHT the content of TextArea in LWUIT?
I want to align the text in a TextArea to the right. I tried the following code:
Form form = new Form();
TextArea textArea = new TextArea("Some Arabic text ...");
...
2
votes
1answer
47 views
Different border for Dialog. Set style for one
How I can set different border for Dialog. for bottom, top, left and right border.
I need to set round angle for bottom left and right angles. But top angles have to be direct.
2
votes
1answer
124 views
How to fill a LWUIT Button with an image when it's focused?
I have a button in LWUIT Form, and I have an icon that should be drawn in this button, I want the icon to fill all the button space without leaving any white space between the button border and the ...
2
votes
1answer
207 views
LWUIT - Using Data in Theme get me java.lang.OutOfMemoryError
I'm working with LWUIT 1.5 to make my own theme to apply to my J2ME application. I've found a problem when I've added datas to my theme from Data tab in LWUIT Resource Editor. Those data files are ...
2
votes
5answers
161 views
Datefield in LWUIT?
I would like to know if there is any datefield/datepicker component for LWUIT?
Or, will there be any work around for implement datefield in lwuit
Thanks in advance.
2
votes
0answers
53 views
lwuit logs nothing [closed]
I'm trying to log an exception using lwuit Log class.:
catch(Exception ex){
Log.setLevel(Log.DEBUG);
Log.e(ex);
Log.p("test error");
Log.showLog();
}
But it shows just an empty ...
2
votes
2answers
149 views
How create drop down menu, use LWUIT? What solutions exist?
I need to create drop down menu (see the picture). What methods are there? What should I use?
2
votes
1answer
94 views
How to create the LWUIT 3D carousel
Do anyone know on how to create 3d carousel effect in LWUIT?. Can anyone explain me with a sample program on how to implement?.
2
votes
1answer
46 views
How to know programmatically the actual modified component?
In J2ME there is the interface ItemStateListener which can detect exactly the item which is being changed. Is there a similar way in LWUIT ? I tried using the DataChangedListener interface but it ...
2
votes
1answer
90 views
Lwuit: Use of PeerComponent
I want to use a PeerComponent in my Lwuit application for using a native Blackberry Field like this example:
Player player = Manager.createPlayer("capture://video");
player.realize();
VideoControl vc ...
2
votes
1answer
60 views
Why does this Dialog immediately dispose in this situation?
There is a user defined component , derived from Container, inside my Form. It has a pointerPressed method implemented in its class code. In the code of that method I show a Dialog containing a List , ...
2
votes
2answers
100 views
Getting the selected RadioButton in LWUIT
Hey people? I have a challenge in getting the selected item from two RadionButtons (male and Female) using LWUIT on the J2ME platform.
RadioButton selected = ...
2
votes
2answers
258 views
How to capture images using LWUIt VIdeoComponent
I have tried using MediaComponent, but since it is now deprecated it wont be good moving forward. Also i was not able to get it to re-size to full screen on the form. I am trying to use VideoComponent ...
2
votes
1answer
76 views
ScrollBar in LWUIT
How can I edit the style of the lists´ scrollbar?
I want to modify its width, mainly.
To change his colors I use the UIID ScrollThumb, is this correct?
Thanks
2
votes
2answers
189 views
Can I reduce the size of J2ME jar that is written with LWUIT?
I write J2ME application with LWUIT. After I finished my application, jar size is 0.99Mb. That is terrible size and that cannot debug with NetBean IDE 6.9 emulator. Only one touch emulator in NetBean ...
2
votes
2answers
104 views
LWUIT Scrolling
Here is another question regarding JavaMe and LWUIT.
I need to manually scroll TextArea with help of methods or etc. TextArea contains methods responsible only for obtaining current position of ...
2
votes
2answers
142 views
How to use stoppable http connection using lwuit?
I want to have a http connection in my J2ME application using Lwuit which will have a timeout, can manually stop the request with a button, and a loading dialog while it is processing. I tried thread ...
2
votes
1answer
138 views
LWUIT TextArea question
Is there any way to write in a textArea without going to a LCDUI window?
I want to edit my textArea in my LWUIT app but everytime I try to do this, the app send me to a LCDUI window.
2
votes
2answers
67 views
Hint text in LWUIT
In LWUIT, some components (like the textField) have a hint property. Is there anyway to change this text´s format?
I need to modify font and color. Is it possible?
2
votes
1answer
149 views
How to create own bitmap font wiht image on LWUIT?
I use that code
Font bmpfont=Font.createBitmapFont(icon, new int[0], new int[12], "S");
First param is image, second is offset, third is length and fourth is charset. And I get Font object from ...
2
votes
1answer
140 views
How to take a Snapshot in J2me with the MMAPI while using LWUIT
I want to make an application that takes a snapshot from Camera and send it to the server. I can do this pretty easily in Highlevel UI using MediaPlayer but it seem that I can't use the same code in ...
2
votes
1answer
138 views
How to get a byte[] data from an Image object?
I have Image objects created from images stored in the mobile memory. I want to get the byte[] value of these Image objects. How to achieve that ?
2
votes
2answers
269 views
How to refresh the lwuit form?
I am working in a project in which user fills a questionnaire and the answers are then submitted to the server. For simplicity I have just kept two questions per screen and after clicking on the next ...
2
votes
2answers
368 views
Adding icons to each list item in a List
I want to add an icon to each items in a list an image. This is my code for creating list :
Form f3=new Form("DEMO FORM");
f3.setScrollable(true);
f3.setLayout(new BorderLayout());
...
2
votes
1answer
313 views
J2ME LWUIT Menubar three Softbuttons and Style
I'm using lwuit-current with Java ME on Nokia S40 phones.
I'd like to imitate the style as much as possible to the default look.
I discovered, there's commandBehavior native which gives the default ...
2
votes
1answer
208 views
how to disable lwuit vkb?
The ability for disabling vkb is included in the new svn source code...
But by default vkb comes in midlet...
How to disable it in midlet...
In the old documentation it was given
To use the LWUIT ...
2
votes
1answer
301 views
Switching between LWUIT Form and LCDUI Form
I have built a LWUIT UI class which contains the Midlet. I am basically using a theme from this midlet. But I need to jump to another LCDUI form which contains some LCDUI controls and I need to set ...
2
votes
1answer
147 views
How to use the Asynchronous Command in UI built using LWUIT ResourceEditor
I am using LWUIT ResrouceEditor(latest SVN code revision 1513) to generate a UI State machine.
I want to show a wait screen when a long running command is invoked by a user using a button on the ...
2
votes
2answers
265 views
LWUIT display bold text + normal text
I need to display some Rich-Text in LWUIT.
I was thinking of HTML Component, but I can't get linewrapping there - probably an error on my side.
Another idea would be to use TextAreas or Labels and ...