04-24-2012 10:24 PM
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?
05-01-2012 02:15 AM
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).