Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Browser back button
#5
Hi Alexandre,

Thank you for finding a solution so quickly.

The main problem is that the browser's back button does not close a displayed form and removes it from memory, but only hides it from the user.
However, the application usually loses access to the form and the next time the application calls it, a new form is created if the new() call does not fail completely.
With extensive user navigation, the application also takes up an unnecessarily large amount of memory.

In addition, it is therefore certainly useful to check before creating a new form whether an initialized form already exists that can be used.

I have adjusted the test example accordingly.

Regards


Attached Files
.zip   BrowserBackButton.zip (Size: 13.14 KB / Downloads: 2)
Reply


Messages In This Thread
Browser back button - by JuergenS - 04-26-2022, 11:02 AM
RE: Browser back button - by JuergenS - 05-01-2022, 05:26 AM
RE: Browser back button - by Alexandre Machado - 05-01-2022, 10:31 PM
RE: Browser back button - by Alexandre Machado - 05-02-2022, 09:32 AM
RE: Browser back button - by JuergenS - 05-03-2022, 05:00 AM
RE: Browser back button - by Alexandre Machado - 05-04-2022, 12:13 AM
RE: Browser back button - by JuergenS - 05-04-2022, 11:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)