문제

I need to launch Calendar in my application & give choice to user for selecting event. If user select any event then retrive that event's information & process it.

For address book, it is possible by choose() method for launching Address book, but not found any method for launching Calendar in BlackBerryEventList or EventList class.

Is there any alternative way for that then please suggest that....

도움이 되었습니까?

해결책 2

import net.rim.blackberry.api.invoke.Invoke;

And use the invokeApplication method.

다른 팁

there is a mthod activate which should be overwriiten where the invoke Application metho d should be used to invoke the native calendar at the launch of the application

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top