-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ,
I'm working on a j2me application and i'm using j2me polish. when i deploy the application on any touch screen devices like Nokia N97 / Samsung Omnia the on-screen keyboard comes by default. I need to go to the installed applications and disable it everytime i install the applicaton. Is there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I'm developing an GPS based application with J2ME and J2ME polish(2.1.2), i'm facing problems for accessing the location class. I'm getting the following exception
Exception in thread "event-thread" java.lang.UnsatisfiedLinkError: aa.a(I)V
Nokia/N95: at aa.a(Native Method)
Nokia/N95:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a J2ME application where the user has the option to dial a phone number from within the application. This should be the last thing the user does with the app, so it should stop displaying anything.
My current code:
public void callAndExit() {
// use a platform-specific request to dial
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've recently upgraded Polish from 2.0.7 to 2.4.2, which causes a problem with the extended toolbar.
Before everything works fine. But now, if the menubar doesn't contain an item/command, the menubar is partially rendered:
http://img263.imageshack.us/img263/457/bugi.jpg
Is that a known issue…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have J2ME code, which I want to be able to compile using the J2ME Polish preprocessor or the wtkpreprocessor (antenna). They mostly use the same directives so it usually works, but ...
When I want to insert an URL value in the Java code this gives a problem.
In Antenna the code would look like…
>>> More