Hi
I want to trap the click events of components added with
As I want to execute some code first when that happens?
Can someone please advise?
Thanks...
I want to trap the click events of components added with
B4X:
page.NavigationBar.AddSideBarComponent("TestComp3", BuildSideBarComponent(page, "tcS3", "../images/brother.jpg", "Brother", "My best friend"), "")
page.NavigationBar.AddSideBarItem("GettingStarted", "Getting started", "mdi-editor-insert-comment", "../GettingStartedPage/abmaterial-getting-started.html")
As I want to execute some code first when that happens?
Can someone please advise?
Thanks...