Announcements
@igalriga
There are a few ways to handle this, ie
- Use @mdevaney 's method here
- Use the above method but also add in Timer controls - you may need to do this if you find that Matt's method doesn't run for long enough
- When a user clicks 'Save', navigate to another screen that just says something like "Your data is saving..." then either have a timer to navigate back or a 'Back' button to go back
I've used all the above method but I prefer the last one
test
Yep, sure.
On the screen that you navigate to after clicking Save, add a Timer control with this code
// Duration 7000 // 7000 = 7 secs, each 1000 = 1 sec // AutoStart true // OnTimerEnd Navigate( homeScreen, Fade ) // change homeScreen to the name of your Home screen and change the transition to your liking // Visible false
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 493 Most Valuable Professional
11manish 479
Haque 328