01-09-2013 10:42 AM
01-09-2013 02:55 PM
01-09-2013 03:01 PM
AIR docs also live with samples
https://developer.blackberry.com/air/documentation
Cheers,
Dustin
01-09-2013 03:20 PM
Dustin, do you have any info on whether this list will still grow gradually, or if this is all that will be made available?
(I can see that Voice Notes is probably not very high priority, but I'm just wondering if it will come eventually)
My app : Get set - Get up! Get ready for the snooze revolution.
01-09-2013 03:30 PM
The list will grow after all of the details of BB10 are revealed. So after launch. Tune in January 30th ![]()
01-09-2013 03:56 PM
Question 1:
Are the existing PB mechanisms still supported: e.g.
- pdfFile.openWithDefaultApplication,
- navigateToURL( "mailTo:" )
On the simulator at least, the photo previewer works as before, but wondering about the others.
Question 2:
When I include the following in my bar-descriptor.xml:
<invoke-target id="sys.bbm.sharehandler"> <type>VIEWER</type> <filter> <action>bb.action.OPEN</action> <mime-type>application/x-map</mime-type> </filter> </invoke-target>
and try to export a release build in FB 4.7, it says that "sys.bbm.sharehandler" is restricted...
01-09-2013 04:08 PM
You need to use your own reverse DNS app id as id. And I think the same with the action, e.g. com.me.action.OPEN
My app : Get set - Get up! Get ready for the snooze revolution.
01-10-2013 08:11 PM - edited 01-10-2013 08:12 PM
Please note that in this blog posting, they discuss invocation schemas that are not documented any where else:
http://devblog.blackberry.com/2013/01/blackberry-1
It covers email, file picker to name a few. RIM can we get full docs on this as well???
Also, the calender creation, "Location" in the GUI, invocation field is "location::<value>\n". It too is not documented, but seems to work. As an aside, who picked the date/time format used to invocate the calendar? Very odd format. You would think using the vCalendar format would have been more universal and less prone to error in the format.