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
stephenalistoun
Posts: 17
Registered: ‎07-16-2012
My Carrier: None

QML Pop

Hi all,

 

Using QML, how do I pop all child items except first item.

 

actions: [
        ActionItem {
            title: "Main Menu"
            onTriggered: {
                Qt.mainMenuNavigation.pop(page);
            }
        }
    ]

 

 

Stephen

Please use plain text.
Developer
peter9477
Posts: 5,631
Registered: ‎12-08-2010
My Carrier: none

Re: QML Pop

This thread effectively asks the same question: http://supportforums.blackberry.com/t5/Cascades-Development/how-to-navigate-back-to-the-initial-page...

Peter Hansen -- (PlayBook and dev-related blog posts at http://peterhansen.ca.)
Author of White Noise and Battery Guru for BB10 and for PlayBook | Get more from your battery!
Please use plain text.