Rho::Notification.showPopup({
:message => "Sending email, please wait...",
})
sleep(10) #sleep for 10 seconds
Rho::Notification.hidePopup()
You will notice on Windows Mobile that this doesn't hide the popup (even on RhoSimulator). Android/iPhone works fine.
0 Replies