doctordwarf,
In my case, I really need to know all of these RecordStore names. Thanks for your advice, but it dont work for me.
Please help me to confirm the RMS:
My Code is : ...
Type: Posts; User: bennet_chen; Keyword(s):
doctordwarf,
In my case, I really need to know all of these RecordStore names. Thanks for your advice, but it dont work for me.
Please help me to confirm the RMS:
My Code is : ...
doctordwarf,
Thanks for your help.
I have a program, read some data , and save into RMS.
In MIDP 1.0, It's ok.
In MIDP 2.0, I can see the file in my hard disk, but I can...
Hi,
I have a question.
The code is:
String[] RS_AName = RecordStore.listRecordStores() ;
At MIDP 1.0, it is ok. ( Nokia 7210 MIDP SDK 1.0 )
Hi, everyone,
I have test the funciton before. I found the limit of the size is
176 x 176.
I have only test it by 7210 simulator.
Does everyone know how to enlarge it to...
shmoove:
Thanks a lot.
It is useful for me.
Hi,
Can I resize a png file at run time?
For example, I have a png file , 100x100 pixels. After Load,
I want to change it to 50x50 pixels, but not half-part of the
picture.
luanhhoa ,
I run it at 7210 Emulator and 6110 machine.
They are Nokia Series 40.
Anyway, thanks for your help.
Bennet
luanhhoa,
It is my code. I have check anything that you have told me.
Althouth the way of wav still not work, but I am happy that I have learn how to play music by RingTone.
In my...
Thanks a lot, luanhhoa.
This is my code:
tune = this.getClass().getResourceAsStream("/kiki01.wav");
buffer = new byte[16038]; // 16038 is the file size
tune.read(buffer, 0, buffer.length);...
I run both of them (wav & ringtone) at 7210 simulator.
The method of wav is not work.
It will stop at this line.
"
sound = new Sound(buffer, Sound.FORMAT_WAV);
"
The error message...