02-24-2013 01:20 AM - edited 02-24-2013 01:52 AM
Hi, Friends.
I have an application which waits 10 seconds to vibrate and display an image of terror and scare the victim.
The problem is that I want to make click on the button "hide", the application will send to the background.
So far I have not found information about it
Regards!
02-24-2013 09:23 AM
02-24-2013 12:28 PM
I haven't tested it, but would the Application.minimize() method handle what you want?
http://developer.blackberry.com/cascades/reference
Button {
text: "Shrink Me!" onClicked: { Application.minimize(); }}02-24-2013 12:40 PM