Hi,
I am developing a j2me application. i Want to find the total number of events in an event list.(ie, If it contains 15 events then it should return length as 15).
Not the length of EVENT LISTS i want to find the Length of EVENTS.
Thanks,
kumar
Hi,
I am developing a j2me application. i Want to find the total number of events in an event list.(ie, If it contains 15 events then it should return length as 15).
Not the length of EVENT LISTS i want to find the Length of EVENTS.
Thanks,
kumar
Last edited by sponnukumar; 2009-01-21 at 06:20.
Thanks for ur reply.
When some event occur like timer i need to find the length of the events with the help of that length. In simple terms my question is In j2me pim how we could calculate a event is finished(ie,Retrieved all the fields in that particular event) and how to change the control to the next event after finishing one event.
Gereally in pim application we are able to calculate the event lists length. Right.
Like that just i want to get the length of the total events in an event list.