Ron,
There's nothing to do with JCP here. Please re-read my message. It's a bug in the Arabic Nokia 9300/9500 java implementation (or somewhere else in its firmware.
The Arabic Nokia 9300/9500...
Type: Posts; User: zgabor43; Keyword(s):
Ron,
There's nothing to do with JCP here. Please re-read my message. It's a bug in the Arabic Nokia 9300/9500 java implementation (or somewhere else in its firmware.
The Arabic Nokia 9300/9500...
I guess the following is the most critical Personal Profile bug on Nokia 9300/9500:
Java Personal Profile applications don't work with the recently released Arabic enabled Nokia 9300/9500 at all....
Java Personal Profile applications don't work with the recently released Arabic enabled Nokia 9300/9500. It simply gives the message
"Unable to start the application <Appname>" when one tries to...
Thanks, but why don't you post a short article to javalobby.org? It seems to me that nobody reads this PersonalProfile forum.
It's interesting! How can we contact you? (You know, bug reports, wishes etc. :) )
Still no SIS installer option :)
It's not possible to create SIS installer file for a Personal profile application. The topic you linked discusses the .jar file. Why don't you read before post?
What are you talking about? That chapter discusses the method of packaging your app into a .jar file. There is no SIS installer file.
Yes, I tried to create an .app file and all the required files for a working SIS installer package but doesn't work. I created SIS installer files for our pJava apps for UIQ platform and Nokia 9210...
Yes, so that it woth nothing and behaves quite strangely compared to the native apps. I get that. You call that as a 'desing decision...'
Yeah, I noticed too. But will your users notice...
Which is not possible in case of Personal Profile applications...
You can't create SIS installer file (you could do for pJava apps for 9210). Your users get a single .jar file in which there is a manifest.mf file with the proper information (app icon, main class...
Me and Garzotto are talking about this all the time. The virtual cursor thing woth nothing at all. Or am I mistaken? There is no desing decision here, it's just a stupid, unfinished personal...
Joystick pad doesn't generate anything. It can only navigate the virtual cursor (if it's active). It's not a design decision, it's a bug (or to be more precise: lameness)
The following two issue is related to the Personal Profile implementation of the new 9300/9500:
Communicators with Czech, Hungarian, Polish, Turkish etc. localization keep crashing when you try to...
1. Turkey = Turkish (sorry for that!)
2. And both error report is true for Java Personal Profile applications.
Communicators with Czech, Hungarian, Polish, Turkey etc. localization keep crashing when you try to save something to the file system (with FileOutputStream, FileWriter etc).
The error message is...
As you may have heard, there is no way to access the 8way navigation button (joystick) on the keypad from Java (you don't get any KeyEvents or anything you can catch, in other words they are dead in...
Ridiculous!
However, you can use StringBuffer which works OK both on device and emulator.
Upper left position should be 0, 0 and not 10, 10 in g.drawImage(). And temporarily change the bg color of you canvas to some vivid color and see if it's shown on your frame (in the appropriate...
I just wanted to create an installer for my app that installs the required files, libraries and places an app icon. Nothing special here. That's all I wanted and it worked on 9210. I understand that...
I've the same problem Garzotto. Anyway, I know your editor (JPE, am I right?).
The java implementation on 9500 is far the worst one I've ever seen in my entire life. Slow, buggy like the phone...
Maybe you canvas has no size (0 pixel width, 0 pixel height).
The method I described works.
Try to use gif or jpg images.
Create an image object (make sure the path is correct in pp environment)
Load the image with MediaTracker.
Create an ImageCanvas,...
Hi,
Don't forget to use MediaTracker for the images. That will wait until the image is loaded properly and ready to use.
So, create the Image and do this:
final MediaTracker tracker = new...