07-22-2012 08:11 PM
Hey all, I am wondering how to have a signal trigger a function in a different qml file. I have a navigationPane and need its onTopChanged signal to trigger a function in one of its child pages, how can this be accomplished? I'm sure its relatively easy but I cannot find a good example and will continue exploring different ways.
Solved! Go to Solution.
07-23-2012 03:49 PM
Hello,
The link below may be similar to your question, it has some references and suggestions to overcome what you're trying to do.
Alex
07-24-2012 12:26 PM
Hmm, all right, another scenario is if you change a setting in your settings page qml and need that to change a feature in another page, that would either need a cross qml signal/slot system or have the page update on the creationCompleted. If anyone has info on the former I'd be interested.
08-07-2012
12:13 PM
- last edited on
12-05-2012
01:16 AM
by
jakoby4204
Between this thread and http://supportforums.blackberry.com/t5/Cascades-De
Stuart
08-07-2012 12:41 PM