Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Contributor
maheshkumar1990
Posts: 44
Registered: ‎01-07-2013
My Carrier: blackberry

Invocation from function in QML?

Hi All,

           I need to do invite BBM by clicking  the button in qml, i can able to go INVITE BBM page can't able to invite the contacts

Button {
            text: "Invite"
            onClicked: {
                invokeQuery.uri = "pin:210000A"
                invokeQuery.updateQuery();
            }
            attachedObjects: [
                Invocation {
                    id: invokeShare
                    query: InvokeQuery {
                        id: invokeQuery
                    }
                    onArmed: {
                         trigger("bb.action.INVITEBBM");
                        
                    }
                }
            ]
        }

Can anyone send me some solutions to solve this

Thanks

 

 

 

 

 

 

   

Please use plain text.