B4XPages.MainPage.kbd.DoSomething (Root)
In DoSomething, remove the top panel from its parent (B4XView.RemoveViewFromParent) and add it to Root.
Other options are also good.
If I understand it right I can call form any page, for example :
B4XPages.MainPage.kbd.ShowKbd (Root)
And the keyboard will appear in the page I called it from.
To achieve this I need to :
" remove the top panel from its parent (B4XView.RemoveViewFromParent) and add it to Root. " <------ But Where should I do this?
In DoSomething ???? or Showkbd????
Sorry, but I don`t understand where and which top panel are we talking about.
Add to Root ..... In Main or B4XMainPage?
thank you