01-15-2013 08:26 AM
Hi All,
What is the relative functionality like PushModel in Java. In my app i need that functionality for example if i click any button if i want to show that button function user must be login the app then i push login screen but here after login, control back to button function.
Please tell me any idea or any sample code.
Thanks in Advance.
Regards,
Lakshman K
Solved! Go to Solution.
01-15-2013 08:29 AM
take a look at the documentation about Application Integration using Invocation Framework
01-15-2013 08:52 AM
Hi Ekke,
Thanks for your reply, here i dont want to go any other app it means u say invocation framework. both screen r in same app only but after login functionality complete then that btnaction should be work.
Regards,
Lakshman k
01-15-2013 10:15 AM
It is called a NavigationPane and it offers push and pop a bit like Java,. Have a look here:
https://developer.blackberry.com/cascades/referenc
01-15-2013 11:00 AM
so I misunderstood - Peter gave you the right hint
01-16-2013 08:55 AM
Thanks Peter,
I got the solution, i am doing with signal and slots and navigation pane as well as. Thank for your reply.
Regards,
Lakshman K