Hi,
I am a newbie to Symbian C++. I encounter a problem that the Carbide C++ who me error like the title. May I know it's because of I miss out of some lib or I have done something wrong in code ?...
Type: Posts; User: akokchai; Keyword(s):
Hi,
I am a newbie to Symbian C++. I encounter a problem that the Carbide C++ who me error like the title. May I know it's because of I miss out of some lib or I have done something wrong in code ?...
Hi,
We can either use nextElement() from Enumeration or elementAt() from Vector to retrieve the element in the Vector, but I have no ideas which is better performance in speed and save heap ?
...
hi,
- are you applying sort or filter to enumeration?
YES, I put SORT in the enumeration.
see similiar: http://discussion.forum.nokia.com/fo...oundsException
- and are you requesting "keep...
Hi,
Yes, it ever occur in my 6230i .. But it needs some steps to make it happen, I am still blur about it ..
Thanks.
Hi,
The code below is decompiled the midp20.jar :
There are 2 variables dbFirstRecordOffset and dbNumLiveRecords. And the line is the only place where is possible to throw...
Hi,
I've encountered one situation that :
java.lang.ArrayIndexOutOfBoundsException
at javax.microedition.rms.RecordStore.getRecordIDs(+61)
at...
http://www.cnblogs.com/zhengyun_ustc/archive/2006/02/17/j2me_menubarlet_opensource.html
This is a chinese site..
you can download from :...
There is one example to store/sort/filter/display data like a items by a LinkedList.
I assume the data are all from RMS, so we can do the operation in a LinkedList instead of retrieve from RMS per...
"I save Long value from Date object as a string to RMS."
You mean you valueOf the long value to a string and save to the RMS ?
I think you can just save DataOutputStream to save in long type (...
Hi,
I've found a great sample of it (it's a chinese page).
http://blog.matrix.org.cn/page/zhengyun_ustc
Actually, I've created my own one too (it's just a draft)....
Beta 下载:
http://www.getjar.com/products/3893/XiangQi
您可以试试如果不能用WAP下载的话:
http://download.getjar.com/download...iangQi_Beta.jad
http://download.getjar.com/download...iangQi_Beta.jar
和给点意见。。谢谢。。
Hi,
There is one J2ME MIDP 2.0 program. Chinese Chess/XiangQi working on
Bluetooth/SMS/Jabber supports English / Simplified Chinese. It displays
available/threat moves,player press 0~9 to move...
Hi,
I've the sample here.. Maybe you can have a look at it. It's same thing with what canard_42 said..
http://www.geocities.com/akokchai/ticks.html
[ "Checking the phone model whether support...
Hi,
I tried to create one .dm but the emulator show me "907 invalid jar". Can you tell me what's wrong ?
Thanks
kok chai,
http://www.geocities.com/akokchai/
Hi,
I want to connect to Jabber server. But I don't know how to talk to server by TLS. Is there any way to use BouncyCastle to do it ? Any help is appreciated !!
Thanks,
kok chai,...
Hi,
I'm trying to display char ™ (TM) in the StringItem but to no avail. Does StringItem support this char ? If no, how to make it ?
Thanks.
kokchai
http://www.geocities.com/akokchai/
Hi,
I want to create a calender canvas. But I don't know how to get the maximum day by given year and month. Eg: Feb's maximum day is 28 or 29. Using Date and Calender can get the information I...
Hi,
I'm thinking MIDP can let me append some message in the Alert whenever the midlet need to do something regarding permission? For example, I create a SMS MIDlet, it has to create a connection...
Hi,
I've tested to transfer my application from computer to my Nokia 6230. My application jad contain MIDlet-Push-1, if I open it, the application can't work in the phone. So MIDlet-Push-1 only...
http://www.benhui.net/modules.php?name=Forums&file=viewtopic&p=912
Hi,
I've few JSR-82 questions below:
1.) Serial Port Profile (SPP) MUST be implemented in all JSR-82 compatiable phones?
2.) DataOutputStream.write(byte[]) can't work properly in SPP ? (I've...
I've created a Thread to invoke acceptAndOpen() to wait for any incomming connections.
LocalDevice localDevice = LocalDevice.getLocalDevice();
...
Hi,
According to "Overview Java MIDP.pdf", page 41, http://ncsp.forum.nokia.com/download/?asset_id=11992
"
Link Loss–No packets received for > 20 sec
Disconnection
–Send a “Quit” message...
hi,
For this case, program need to pool the connection itself ?
:)
Hi,
I'm using one while-loop to catch the data from the Bluetooth, like:
BEGIN: (conn is L2CAPConnection)
try {
int len = conn.getReceiveMTU();
byte[] data = new byte[len];
while...