hello,
i am not sure whether this question is suited to this particular discussion board but I was hoping you would be of assistance anyway.I want to develop USSD applications and i have been...
Type: Posts; User: ali30; Keyword(s):
hello,
i am not sure whether this question is suited to this particular discussion board but I was hoping you would be of assistance anyway.I want to develop USSD applications and i have been...
hi,
i am new to j2me and i am having trouble on retrieving an image (png type stored as blob) in mysql using php and displaying it on j2me.i have researched on this on the net and all i get are the...
hi,
i am doing a certain project that requires to know the user's current location without necessarily having to ask them.i have reached a dead end here and i am wondering whether there's a way or...
hi,
i am retrieving data from the database,then appending it to a lwuit list using the vector as follows:
String [] v=new String(vector);
list=new List(v);
cform.addComponent(list);...
hi.
i want to send an sms to a gsm modem connected to my computer(let's say at COM2).so i first open a connection to the modem:
MessageConnection sconn = (MessageConnection) ...
thanks a lot..
i resorted to using PlatformRequest() to launch a browser because the eSWT and HTML component have major constraints as to what i'd like to do.
thanks
Hi,
I was developing a J2ME application , i want to show a web page inside a mobile phone application, but not call a browser.
i was done , but currently i facing the address problem
i only can...
hi,
i have a button with long text and i want the second word to go to the next line
i.e Button b=new Button("Possible Solutions");
i've tried both "\n" and "\f" and even changing the button...
bhakki,
i don't want to use a calendar since i only want the form to have a label that displays the current day automatically
i have tried to return the current date to a label and it is not going through.kindly assist.this is the code:
Label date = Label.createDate(System.currentTimeMillis() - 1000 * DAY,
...
thanks a lot..
how do you get the current date and time and display it without having to use the calendar e.g using a getDate() or something of the sort
Rajan ,
DAY is the total milliseconds value from 1/1/1970
hi,
how do i insert a linebreak between these two labels in LWUIT
Label one=new Label("12");
Label two=new Label("34");
Cheers
Thanks a lot sir.
i've tried the code and it is still bringing an error at the 'getString' displaying that it cannot find the symbol: method getString(int)..what could be the problem?
thanks
Im2amit,the guide was very helpful.I've managed to do as you advised but i am having a problem in that i want to to get the string from the list item when i am also getting its index.netbeans is...
thanks a lot im2amit and Gopal
when i click to download the zip file,i get an error that its missing form their servers.any other link?
hi im2amit,
im learning lwuit and would you kindly provide an example code on that.thanks a lot.
hi people,
i just started using lwuit and am wondering if there is a way of adding actions to list items so that when a list item is clicked,it takes you to another form
e.g String[]...