@rajan701v
Pseudocode is your code written in your own words, f.e. like this:
OPEN RS
FOR i
ADD value1,value2,
CLOSE RS
Have you tried what iw wrote in #10, without setRecord...
Type: Posts; User: carsamba55; Keyword(s):
@rajan701v
Pseudocode is your code written in your own words, f.e. like this:
OPEN RS
FOR i
ADD value1,value2,
CLOSE RS
Have you tried what iw wrote in #10, without setRecord...
Changes in RMS only take effect, if you close the RMS.
It would be easier for us, if you post your sourcecode. You can also change it into pseudocode.
I would not use the setRecord method, because it makes problems like you have. I would completely delete the RecordStore, and would write it again (instead of update). I got the same problems you...
I understand what you mean, but the problem is, when I make an input, the sign is automatically pasted in the textfield on the screen, and in the textfield of the virtual keyboard. I dont know how to...
Hi,
I am creating an app with LWUIT. I have several TextFields with DECIMAL Format. Allowed are only Numbers (0...9) and a separator ".". Can I handle the Input, so that the separator "." can only...
Hi,
I am looking for a virtual numpad for Canvas applications. I found this (http://wiki.forum.nokia.com/index.php/A_Canvas_Qwerty_Keyboard_For_Touch_Devices) Canvas QWERTY Keyboard which is...
http://wiki.forum.nokia.com/index.php/CS001498_-_Detecting_orientation_changes_in_WRT
OK BIG THANKS for the fast and helpfull information, this board rocks ;)
OK that is the same solution which I would have tried.
OK thanks for the helpfull information. Is there another way to solve it?
Hello,
I have 2 Questions:
1.) Is it possible to open local (f.e. on a memory card) html-files from J2ME in the browser (if I open directly from filemanager, it opens the html-file in browser)?...
Hello Graham, dont wonder, carsamba55 and yarak34 are my accounts, I had forgot my password for carsamba55 and created yarak34...
OK i made sure
The problem is not MY midlet with location...
Hello again,
i tried the midlet in a few phones:
-newer and older sony ericsson phones with and without location api --> IT WORKS
-older nokias without location api --> IT WORKS
-newer and...
OK i solved it, it works on W880i, i dont know why it works now and before not, but now it works :=)
OK my neighbour has a SE W880i, I tried it on his phone, but it still does not work. I sent the .jar file over bluetooth, and after sending he got a error message: Ungültige Anwendung, which means...
OK done, I did not know it.
The name of the images match precisely, i checked it, but, for trying it on SE phones, i do not create any image, just for testing it.
Wow very good explained :)...
Manifest File:
MIDlet-1: Carfinder,/Icon.png,SymbianPart.Carfinder
MIDlet-Vendor: Vendor
MIDlet-Name: Carfinder
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.1...
On K550i there is no chance to start it. I sent him the jar without jad over BT.
I will try the Sony SDK, but later I am in school...
Here the size of the 2 created images:
Menu.png = 46kb
Logo = 8kb
Can this be the problem?
This code is for the startup:
//Standardkonstruktor
public Carfinder() {
try {
imageMenue = Image.createImage("/Menu.png");
imageLogo =...
Hmm.. I am sure that i catch every error, for example when i create the image logo on startup... i try to make it more simple to find out, why it doesnt start on SE phones. If I found any solution i...
Hello,
the size of the .jar File is 85kb.
I have a friend here, he has a SE M600i, he can install the MIDlet, but if he starts it, the JAVA Logo appears, but then nothing happens. On a K550i i...
Hello,
i created a MIDlet which works on my N95 an other Nokia phones, but does not work on Sony Ericsson Phones, although they have MIDP-2.0 and CLDC-1.1. On some Sony Ericssons it can be...
Salam Falastin,
look at Wiki, there is an full example; it's better than this codepieces...
~Özgür Filistin~
OK i give it up :(
It's my first time with threads, and I only read the article from sun i posted before...
That means, if I start getting the GPS Coordinates, which takes sometimes 5 minutes, I have no chance to...