I basically followed the guide to populate an event here on Blackberry's website : http://docs.blackberry.com/en/developers/deliverables/11935/Open_new_populated_calendar_entry_565481_11.jsp
My app runs fine on my emulator until I use this line in the code:
Invoke.invokeApplication( Invoke.APP_TYPE_CALENDAR, new CalendarArguments( CalendarArguments.ARG_NEW, e ) )
When I use this, the emulator does not even finish loading and I get an error :
Application.getApplication line:2556 -> Source not found.
I am also getting a warning beside the problematic line, eclipse is saying the following :
Signing Required: RIM Blackberry Apps API (0x52424200): Protected Class net.rim.blackberry.api.invoke.Invoke VeventDecoder.java /Calendar/src/mypackage line 165 BlackBerry Protected API
I am using the latest Blackberry plugin for eclipse.
Can anyone help me fix this problem? Google has not been very helpful.
Thanks!