B4J Question [BANanoVuetifyAD3] Are you using any methods in your app ending with OnApp?

Mashiane

Expert
Licensed User
Longtime User
Hi there

I have a question.

For components and pages, usually just normal method calls are used. However for pgIndex / BrowserIndex calls, at times one needs to call OnApp methods.

Example - called on BrowserIndex/pgIndex for components from layouts loaded there.

B4X:
appdrawer.ToggleOnApp(vuetify)

and Called internal and private to the page/component.

B4X:
appdrawer.Toggle(page)

If indeed you are using any OnApp calls on pgIndex and BrowserIndex etc, can you please just indicate which ones are being used? This will help in a parallel tests were are doing towards the stability and hopefully less / no "out of memory" issues on BVAD3.

Thanks in advance for your co-operation.

Kind Regards

Mashy

#TowardsTheBestBVAD3Library.
 
Top