Lightweight User Interface Toolkit - widget-based UI library for J2ME enabled mobile devices
-3
votes
1answer
34 views
why does this does throw a number format exception
its basically a button event that does multiplication
mul.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evt) {
if(Sans == null){
...
0
votes
0answers
11 views
LWUIT Resource Editor and Netbeans Issue
I used the Resource Editor to create a really nice application, a search application that searches for businesses from a URL.
I cannot seam to find any tutorial that tells me how to access the Form ...
0
votes
1answer
27 views
codenameone - Storage file doesn't delete
I've added storage file to my codenameone application. In some event I wanna delete specific storage file and recreate it with some old filtered data and new data. It doesn't work well on deletion.
...
0
votes
0answers
9 views
Unable to stop multiple sounds after back button is pressed in lwuit
I am using lwuit. When I pressed back button all sounds should be stop.How can i do this?
0
votes
1answer
26 views
Images in J2me Lwuit
I have developed an LWUIT app. I have two types of images dispayed in the app. One coming from server side that need to displayed (like a photo posted and saved to server side) and one packaged in my ...
0
votes
0answers
19 views
Nokia Image picker from gallery
In my app I want the user to be able to open a file picker and choose a picture from the gallery so that i can get the path of the selected picture.
I have tried ...
0
votes
1answer
47 views
Porting lwuit app to Blackberry: Bold 9900
I have been working on porting my lwuit app to Blackberry. It works fine except that when tested in Bold 9900 Blackberry, touch event is not happening. The buttons, list etc gets focus but touch event ...
0
votes
0answers
10 views
implement dependent combo box using lwuit
private void buildUI() throws Exception {
try {
Display.init(this);
countryLabel = new Label(resources.getString("Label10"));
...
0
votes
0answers
20 views
TextArea on Blackberry: cursor does not advance for space
I have a BB app (written with j2me and lwuit). There are a lot of text fields (com.sun.lwuit.TextArea objects) in the app. When running it, if I type characters in the text fields, the cursor advances ...
0
votes
0answers
18 views
while I am selecting the combo box in lwuit it does not call selection listener why
I want to develop dependent combos for country,city,town,district and add the selection listener for country,city,town. In initial stage, I set the values for all combo boxes. while selecting country, ...
0
votes
0answers
39 views
How to change color of title in header bar using lwuit?
I am using following code to set title :
super.setTitle("abc");
I just want to set color
0
votes
1answer
45 views
How to change hint text font size and color in j2me using LWUIT?
I am using the following code in java file and not using resource file.
m_txtSearch = new TextField();
m_txtSearch.setHint("Search");
Then how can i change the font size and color of hint text ?
...
-1
votes
1answer
46 views
How to remove Category Bar from main page? [closed]
I am doing project in lwuit on Nokia s-40 series.
Once I have inserted code for a category bar, it will automatically apply it to all pages of the application. But I want that category bar for only ...
1
vote
0answers
27 views
LWUIT: How to open XHTML file from resource?
I want to open XHTML file which resides in resources. I tried with HTMLComponent of LWUIT. But it is opening only HTML files only. What would be correct way to open XHTML file using any LWUIT ...
1
vote
1answer
26 views
Midletis not abstract and does not override abstract method
I have a LWUIT class which has a List, the list itself contains a Label as an item.
My idea simply to make an action for the list when I focus on the label.
I get the following error, when compiling ...
1
vote
2answers
46 views
LWUIT TextField numeric default input mode not working on a physical QWERTY keyboard
I have a strictly numeric field for the user to fill, and the default entry mode to be numeric.
In the "Java(TM) Platform Micro Edition SDK 3.0" simulator, the following code is working as it should. ...
0
votes
1answer
60 views
Displaying recordstore records in a lwuit list
I have a LWUIT application that
Contains recordStore and recordStore2 RecordStores
getRecordData() Method for retrieve all recordStore elements
getRecordData2() Method for retrieve all ...
0
votes
1answer
26 views
NoClassDefFoundError: com/sun/lwuit/layouts/Layout error?
i am developing an java application using eclipse pulser ide, in that i have got `NoClassDefFoundError: com/sun/lwuit/layouts/Layout.
i have tried many solution's and tried to import LWUIT.jar and ...
0
votes
2answers
42 views
Fit table to screen - codenameone
I use table In one of my codenameone application forms.
I've a problem on column width. In some devices the table shows with horizontal scroll but in some devices not. I wanna fit the table to device ...
0
votes
2answers
26 views
LWUIT Container capture event
I have a Containerwith so many Labels added inside it. When I try to capture the pointerReleased event in this Container, I have found some problems. The event only is captured when I released in the ...
0
votes
1answer
17 views
LWUIT 1.5 VKB issue
The native keyboard for BB, opened via LWUIT 1.5 has the following issues,
The EditField of BB, if it is added to the bottom of the form, doesn't scroll up.
I am getting a rectangular box (like a ...
0
votes
2answers
58 views
how to update a list content in lwuit at runtime
I have designed a lwuit form with a textfield and a list bottom of it. Now, I want following functionality:
every time user changes a textfield content, list should be refreshed (like autocomlplete ...
0
votes
2answers
38 views
LWUIT Button pressed and released
How to detect in LWUIT that button on form is pressed and hold, and how to detect that button is released.
0
votes
1answer
26 views
Calendar component customized in LWUIT Resource Editor not displaying Properly
I have created a theme in LWUIT Resource editor for an app using calendar component. But while testing the app in device the dates are not fully displayed.
For 21 it is displaying 2 fully and half ...
2
votes
1answer
33 views
When adding a record for a specific recordstore , it's added to another recordstore also!?
I have a LWUIT application that involves two RecordStores players1_recordStore and
players2_recordStore . Two methods method SearchCarded_team1 for retriving all records of
...
0
votes
1answer
29 views
how can we fix rotation of screen in codenameone?
I am making a application in code name one, and as my requirement I want my screen fix.
like only portrait view or landscape view. How we can do it?
Please help.
0
votes
1answer
35 views
Refresh Theme() gives Array index out of bounds exception in lwuit
I am using lwuit for making the j2me mobiles app . And in one form i need to remove a component from a container and then have to add another component , And after doing this i am calling the ...
0
votes
1answer
52 views
custome tab header in lwuit resource editor
I am trying to make a codename one application in which i have to use tabbed form.
I made a form having tab container which has three container to show three tabs.
But these three tab header looks ...
0
votes
2answers
117 views
lcdui v/s lwuit
I want to create j2me screens for an application. I am new to j2me and wnat to know if i should opt for lcdui or lwuit. I read that lwuit will be supported only in CLDC 1.1 mobiles. I would like to ...
0
votes
2answers
50 views
Run particular command on paricular button's action listener
I have a form which has 4 commands says Action1, Action2, Action3, Action4. Theses commands runs fine.
Now i have a button says runCommand which have to call Action1 command. how can we do it. that ...
-1
votes
1answer
135 views
Displaying alert with multi line message inside lwuit form
I am getting a strange exception when trying to show Dialog alert on lwuit form.
java.lang.NullPointerException
at com.sun.lwuit.TextArea.shouldShowHint(+21)
at ...
0
votes
2answers
94 views
Closing dialog on action of button in codename one
I make a dialog in which we have some buttons.
on action of one of that button i want to finish dialog.
I don't want to add any command in it.
Please help.
Here is my code.
Form form = ...
0
votes
2answers
60 views
Multi Line Button in codename one
I have to display a text line as a button.
The text of line is more then limit of line so when i display it in button it scroll the text rather then display multi line button.
Please help to make ...
0
votes
1answer
57 views
Gap in UI of Border layout in codenameone
I try to make a frame having border layout.
In it i have 3 container- top, center and bottom . all three container has 3 different type of background. but when i see them there is little gap between ...
0
votes
0answers
37 views
Spinner control doesn't show up in emulator
I have trying to use a spinner control in a Java-me based Nokia S40 app using LWUIT.
Here's what I have been doing.
public class SpinnerTester extends Form {
Spinner S = null;
Form F = null;
public ...
2
votes
1answer
69 views
Display R-T-L Language (Hebrew) Reversed
I have xml file with results.
In this file i have an element that consists of a string phone number like this: xxxxx 053 333333333, but it's displayed in the application like xxxxx 333333333 053.
...
0
votes
2answers
109 views
Time in hour:Minute:second format in j2me
I trying to make a method that return a String that expresses of current time in j2me or lwuit framework at hour:Minute:Second Format.
If I use the following code the output will be:
Wed Mar 06 ...
1
vote
1answer
38 views
multiple colors of label in combobox
I want to display a text in button in codename-one application which having a 1 word in red and 1 word in Blue and rest are in black.
How can we do it.
Please help.
-1
votes
1answer
134 views
Nokia S-40 LWUIT list scrolling issue
I've a List in my app and when I do the scroll over all the screen, the List use to set in the first element, I meant the user is sent to the beginning of the list if I make the gesture painted with ...
-2
votes
1answer
38 views
call gui generated using lwuit gui builder from main class
hello i just create gui called for example LoginForm using lwuit resource editor gui builder (application>advance>generate ui state machine).
how to call this LoginForm from my main class?
thank you
...
1
vote
1answer
132 views
Display lcudi.canvas from lwuit Form
I have two classes in one package one extends lcudi.Canvas and another extends lwuit.Form
I create two buttons on my Form
My purpose is displaying the canvas when one of the buttons is ...
0
votes
1answer
66 views
Why do I get IOException while creating images using lwuit?
I am getting IOException when I try to create image in lwuit.
the following is the code :
InputStream is = img.getResourceAsStream();
Image img = Image.createImage(is);
the actual size of images are ...
0
votes
1answer
37 views
Selected Button
At the Theme-Builder of codenameone i can change the layout of an selected button. Per default, the text of the button is underlined when it is selected.
So my question is, how can i select a button? ...
1
vote
2answers
25 views
Unit test classes with lwuit usage
I'm working under quite old app which uses LWUIT for UI.
I'm trying currently to write unit tests for MIDlet class but because there are a lot of LWUIT static methods calls it's quite hard to make it ...
1
vote
2answers
120 views
Can typical j2me API(LCDUI) and LWUIT combined together
My doubt is I building an J2ME location based application as a my final year project which is totally built using J2ME API like high level UI (Form) and low level UI (Canvas). Now i want to use the ...
0
votes
0answers
52 views
Image Loading using HTMLComponent in LWUIT
i am using HTML Component in LWUIT and reading the HTML text from an external file using FILE reader. My Question is if I use an image tag in the External file how do i need to specify the image path ...
0
votes
0answers
108 views
Loading image using HTMLComponent in Lwuit
I am using the following code for displaying image in LWUIT:
DocumentRequestHandler handler = new DefaultDocumentRequestHandler();
HTMLComponent component = new HTMLComponent(handler);
...
1
vote
1answer
97 views
How to launch a LWUIT form from a LCDUI form?
The question has been indirectly spoken about in some of the earlier questions but i havent seen anything decisive about it..
I am currently using this piece of code to show a LWUIT form inside ...
0
votes
1answer
44 views
Using ImageDownloadService for MultiButton Icons
Is it possible to use the ImageDownloadService (especially the createImageToStorage method) for icons in a MultiButton ComponentGroup?
If yes, could you post a working example?
2
votes
1answer
53 views
Check if application is installed on Nokia devices?
I try to check if application is installed on the device. In BlackBerry I can do it with
CodeModuleManager.getModuleHandle("applicationName");
How can I do it on the Nokia device?





