Hi,
I am working on a j2me application. The application works fine on s60 devices and most of the s40 devices but on the E series devices the application crashes randomly. The error that i got...
Type: Posts; User: AbhijeethHiliyana; Keyword(s):
Hi,
I am working on a j2me application. The application works fine on s60 devices and most of the s40 devices but on the E series devices the application crashes randomly. The error that i got...
Ok thanks let me verify it on that emulator ;-)
It just return as 2 for highlighted background and 1 for background color.
Hi,
i am trying to get the RGB values of Display.COLOR_BACKGROUND or Display.COLOR_FOREGROUND. Is there a way i can obtain the values. When i use System.out i get the values as color0 and...
Hey thanks a lot for your help. I was able to resolve the issue. I was not painting the full screen like you corectly pointed. Thanks once again ;-) .
Sorry ;-) Anyways i solved the issue. I was not using the entire display area of the custome item to display on the screen. Thanks a lot. Oh an i think there is something wrong with that site i am...
Ok so if i pack the items tightly then the problem might be resolved right? Let me try that out thanks ;-)
Is it possible for us to implement scrolling when the user does a flick action on a Touch sensitive s60 device. I am using high level form implementation.
Thanks and Regards,
Abhijeeth
Please find the image that i rehosted.
http://www.my-image-host.com/out.php/i779_Scr000036.jpg
Thanks and Regards,
Abhijeeth
Hi,
I am developing an application which has a form filled with custom items. The problem i am facing is if the number of items exceeds the number displayed on the screen and if i scroll up or down...
Hi,
I am developing an application which has a form filled with custom items. The problem i am facing is if the number of items exceeds the number displayed on the screen and if i scroll up or...
Hi I tried to restructure the custom item code so that the paint method just displays a simple image. But i can still see the flicker when the image loads.
The source code is
public class...
Ya sure
This where i load from the main form
if(cmd == this.okCommand) {
int a = Integer.parseInt(this.a.getString());
int b = Integer.parseInt(this.b.getString());
int resultado =...
I display a form. The form contains many customitems. I add the custom items to the form and then set the form as current. When i navigate back i delete all elements in the form and then reload the...
Hi Guys,
I am developing a j2me application for s40 and s60 devices. The application works fine but on s60 devices the screen flickers while on s40 devices the application display...
Thanks Raj. I solved the problem. It was a problem with my application. Once again thanks for your prompt reply.
Hi,
I am new to J2me. I have a developed an application on j2me which i am trying to load on to the s60 5th edition emulator. I am using eclipse SDK. When i run the application the emulator...