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

Native Development

Reply
New Contributor
superfeeler
Posts: 8
Registered: ‎04-24-2012
My Carrier: t-mobile

Is there possible to write own dialog with qml?

the dialog provided by bps is some simple.

it only support limited controls to put on the dialog.

 

is there possible to create own dialog with qml?


Please use plain text.
Regular Contributor
xsacha
Posts: 50
Registered: ‎10-30-2011
My Carrier: Telstra LTE

Re: Is there possible to write own dialog with qml?

Look for this in Cascades. It will have many playbook-specific functions like this.

 

import Cascades 4.0    (or bb.cascades 1.0)

 

Without cascades, you'd need to use the native API (dialog). You can call this using QML (QML->C++ call).

Please use plain text.