okadakadasam
New Member
I used a SlideMenu class in my application ,how to implement the form call with B4XDrawer
i used this in slide menu
Sub SlideMenu_Click(Item As Object)
sm.Hide
Dim t As Int=Item
Select Case t
Case 1
StartActivity("neworder")
Case 2
StartActivity("market_offers")
End Select
End Sub
Thanks
i used this in slide menu
Sub SlideMenu_Click(Item As Object)
sm.Hide
Dim t As Int=Item
Select Case t
Case 1
StartActivity("neworder")
Case 2
StartActivity("market_offers")
End Select
End Sub
Thanks