0
votes
0answers
12 views

To provide a alert in the app in background

I m creating an application wherein the patients are alerted about their the dosage they have to take at a particular time and date (this time and date is mentioned by them at the time of ...
1
vote
1answer
339 views

Insert blank item in j2me form

Is there any way to append a blank stringItem in form? I want to show a gauge in a form but it should be center aligned. There is no way to do this I think unless there are a few items before the ...
1
vote
1answer
217 views

blank screen after showing alert in j2me

I have developed a game but this is a serious problem I am facing. I don't have any threads in my code , but whenever I use alert Display.setCurrent(my_alert)// my_alert has a timeout of 3000ms ...
1
vote
1answer
238 views

Make j2me Alert Dismiss button invisible

Is there any way to not show the default dismiss button when I set Alert to FOREVER? I was following the following post but it shows me a button with no characters. ...
1
vote
0answers
191 views

How to produce the loudest sound possible on a J2ME phone?

I have a midlet that upon discovering something displays some information, vibrates, flashes the screen, and makes a sound - all to get the user's attention. The problem is that the sound is not loud ...
1
vote
0answers
121 views

how do you control Alert behavior on J2ME phones?

I'm testing my midlet on 2 different Nokia model phones: 7210 Supernova and 6600 Fold. Both are S40 5th ed SP1, still I get a different behavior with the alerts and I was wondering whether there is a ...
2
votes
1answer
221 views

J2ME: redirect to Alert page

I am creating an application in J2ME. I have one Loginpage and SearchingAccount Page. I insert AlertSuccess and AlertFailure between this two pages. If user login successfully he redirect on ...
0
votes
0answers
308 views

J2ME - Display Alert from a background thread

I have an application that is suspended, and even when it is suspended a thread is working to get some data. What I want to do is, while a user is using the phone for other thing, to display an alert ...
0
votes
2answers
246 views

Can I create a dialog box as seen in Blackberry using pure J2ME package

I know we Alert is used as Pop up box in j2me but can I create a pop up as good looking as dialog box of Blackberry using pure j2me packages? Or I need to customize using Canvas class? Is there a ...
0
votes
1answer
38 views

I need make a cover up when a text file is loading into a form

I am working on a j2me application and I need to wait for a text file into a form. This takes at least 27 seconds and varies. I would like to use an alert to tell the user to wait until the text file ...
1
vote
2answers
153 views

Alert not displaying properly in JavaME

any ideas why the Alert dialog in Java ME application is not displaying properly (white stripe on a top of it) on a real phone (N82), it works well on an emulator. So it is not a matter of coding I ...
2
votes
1answer
2k views

Alert pop up with LWUIT

How to create the pop up window using LWUIT? I want to show an alert and that alert automatically dispose after 5 to 10 sec's. How to do this with LWUIT?
1
vote
1answer
2k views

Alert Message displaying in J2ME

Is it possible to display consecutive Alert message in j2me... If Yes, could u help me? i wanna display sms send alert to info the user and after that display the sms receiving alert to the user... ...
2
votes
1answer
1k views

Displaying Alert with Yes, No Command

At the J2me application I used an alert with yes, no command. If user clicks the yes command Form Screen will be displayed and if clicks the no command TextBox screen will be displayed. But the code ...
0
votes
1answer
135 views

Error Alert won't display

Can somebody tell me why the below code will not display an error when i enter the wrong username of password. Thanks public class LoginMIDlet extends MIDlet implements CommandListener { private ...