10-30-2012 09:13 PM
Hello brothers goodnight, how could invoke in QML Appworld to use an icon in my application with that. ![]()
Solved! Go to Solution.
11-04-2012 01:55 PM
Hello,
Take a look at this article https://developer.blackberry.com/cascades/document
Use invocation manager for that. Here is some data you will need
InvokeAction ID: bb.action.OPEN
MIME Type: application/x-bb-appworld
URI: appworld://content/xxxxxx where xxxxxx is content ID
Hope it will help you.
11-04-2012 02:29 PM
Here is a code for you
Page {
id: tab2
Button {
id: awbutton
text: "Click me"
attachedObjects: [
Invocation {
id: invoke
query: InvokeQuery {
mimeType: "application/x-bb-appworld"
uri: "appworld://content/124432"
}
}
]
onClicked: {
invoke.trigger("bb.action.OPEN")
}
}
}
11-17-2012 04:42 PM
in uri as invoke my vendor to release the list of applications? because if I get put marcossit an app but it does not support the Dev Alpha, and if the vendor put the link http I get to run in the browser and opens well and the other option from appworld but wifi error and exits no charge.