05-09-2012 06:06 AM
Hi
I want the user interface to be handled using codes in cpp file ,not be using QML ,how can i achieve it,Any sample code regarding this will be useful.
Regards
Rakesh Shankar.P
05-09-2012 07:35 AM
Have you looked at the tutorials on the Cascades documantation page? I think there are good examples there.
05-09-2012 08:02 AM
Some of the samples here https://bdsc.webapps.blackberry.com/cascades/sampl
05-09-2012 10:42 AM
By the way, why do you want to use c++ instead of QML ?
It's really simpler to design your app with QML, perform basic tasks with javascript and then use C++ if you can't do what you want with QML and Javascript.