Android Question How to destory a page from b4xpages?

20353841

Member
Licensed User
Longtime User
ClosePage(Pg) It can only be removed from the stack, but it will not be destroyed. How can I destroy a page that is no longer in use? This page is not displayed at the top?
 

emexes

Expert
Licensed User
Longtime User
Lol that's a bit of a spooky coincidence - I've just spent a half-hour battling LibreOffice Writer trying to delete blank pages that refused to go without a fight.
 
Upvote 0

20353841

Member
Licensed User
Longtime User
Why do you want to? What problem is it causing? Best to just leave such things to the Java garbage collector.
Pages are different layouts generated according to different scenes. There are many views in the pages. When loading another scene, there are a lot of things to deal with, and the layout needs to be regenerated. So you want to directly destroy the original page and create a new one according to the scene
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…