Hi, i try to use ICSMenuExample but i don't understand how can fire event on click item of AHActionItem
I use
but i receive error "signature does not match expected signature"
where i see some documentation on this event?
Thank's
Regards
I use
B4X:
Sub bh_Click(item As Int)
but i receive error "signature does not match expected signature"
B4X:
q.Initialize("bh")
Dim a As AHActionItem
a.Initialize(1,"Hello",shareIcon)
q.addActionItem(a)
where i see some documentation on this event?
Thank's
Regards