12-03-2012 05:12 AM
Is it possible to use a ListView onTriggered: to connect to another application within the same app?
That is having two application running on the same app?
Kind regards
12-03-2012 08:55 AM
12-03-2012 09:06 AM
Thank you for the quick response to this...
I was able to work around what I needed to build....
However, I am trying to invoke the app using the invoke target from the bar.descriptor....I'm just not sure how to invoke the app using an "<property var="uris" value="ndef:"
<invoke-target id="com.example.Project">
<type>APPLICATION</type>
<filter>
<action>bb.action.OPEN</action>
<mime-type>application/vnd.rim.nfc.ndef</mime-type
<property var="uris" value="ndef:"/>
</filter>
</invoke-target>
I want to add my own url, but just not sure how to do this. Please help if you can
Regards
12-03-2012 09:23 AM
12-03-2012 09:29 AM
The apps actually runs on the device, but when i placed the device on a reader, it doesnt invoke the app, is there a reason for this?
12-05-2012 05:26 AM