Wish Overlap Instruction Sets Supported

Theera

Well-Known Member
Licensed User
Longtime User
I can't explain in English, so I do the code as belows.

B4X:
Private Sub Button1_Click
Private Sub Button2_Click
Private Sub Button3_Click
    xui.MsgboxAsync("Have a niceday" , "B4X")
End Sub
 

emexes

Expert
Licensed User
Set the event handler for Button2 and Button3 to use (call) the Button1 event handler:

(I'm having a mental blank on how to work out which of the three buttons called the event handler, but I'm looking into it) refer next post

 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…