F FelixCusi Member Licensed User Longtime User Aug 11, 2017 #1 Hi, I'm using icircle menu but I do not know how to do it so when I choose a button, I'll open that option on another page. This event never runs B4X: Sub CircleMenu1_ButtonDidSelect (aButton As Button, Index As Int) Log("did") ' Msgbox(aButton.Text & " " & Index ," eligio ") End Sub Thank you Felix
Hi, I'm using icircle menu but I do not know how to do it so when I choose a button, I'll open that option on another page. This event never runs B4X: Sub CircleMenu1_ButtonDidSelect (aButton As Button, Index As Int) Log("did") ' Msgbox(aButton.Text & " " & Index ," eligio ") End Sub Thank you Felix
JanPRO Well-Known Member Licensed User Longtime User Aug 13, 2017 #2 Hi, the event should work. Can you upload a test project? Jan Upvote 0