How to call a screen while clicking a button in Blackberry 10 cascades? I have tried this code but it’s not working,
Button {
text: "Sign-in"
onClicked: main.qml
}
Can any one send me some sample codes, for on-click function?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To show a new
Pageyou’ll need to define aNavigationPaneand push thePageonto that. Example:The nice thing about this is that
NavigationPanetakes care of the back button automatically for you.When you create a new BlackBerry Cascades project in Momentics choose the NavigationPane template for something very similar to this.