Hi Everyone!
I have an app with several pages (using TabstripViewpager) and it uses my custom class
that is a special keyboard, accessed in every page.
Starting now with B4xPages I want to include several more pages in that app.
I declared "Public kbd as MySpecialKbdClass" in main activity and loaded it in main layout
but I can not open the keyboard from each B4xpage.
I have searched about it in B4XPages but the only way I can access "kbd" in each B4XPage is declaring
"Private kbd as MySpecialKbdClass" in every B4XPage and loading it in every layout of each B4xPage.
I am repeating myself.
Is this the right way to do it? ... Or am I missing something?
Thanks!
I have an app with several pages (using TabstripViewpager) and it uses my custom class
that is a special keyboard, accessed in every page.
Starting now with B4xPages I want to include several more pages in that app.
I declared "Public kbd as MySpecialKbdClass" in main activity and loaded it in main layout
but I can not open the keyboard from each B4xpage.
I have searched about it in B4XPages but the only way I can access "kbd" in each B4XPage is declaring
"Private kbd as MySpecialKbdClass" in every B4XPage and loading it in every layout of each B4xPage.
I am repeating myself.
Is this the right way to do it? ... Or am I missing something?
Thanks!