11-28-2012 10:14 AM
Please how can I make my ListView (created in an xml), onClick to go to a webpage or another xml file?
Kind regards
11-28-2012 10:31 AM
Hi Senimii,
Let me look into this and I'll get back to you shortly.
Thanks
Ash.
11-28-2012 11:41 AM
Hi
For passing data from one page to another in onclick is made in fx the stampcollector sample.
Here is the sample code:
https://github.com/blackberry/Cascades-Samples/tre
The parameters are passed from the mail.qml page to the ContentPage.qml in the OnTriggered:{} function.
Ash.