Sub Globals
Dim Menu As SlidingMenu
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.Color = Colors.LightGray
Menu.Initialize("")
Menu.BehindOffset = 30%x
Menu.Mode = Menu.RIGHT
Menu.Menu.Color = Colors.DarkGray
Menu.SecondaryMenu.Color = Colors.Gray
Dim list As ListView
list.Initialize("")
For i=0 To 20
List.AddSingleLine("khazarsoft.ir ==>"&i)
Next
Menu.Menu.AddView(list,0,0,100%x,100%y)
End Sub
Sub list_ItemClick (Position As Int, Value As Object)
Log("true")
End Sub
Sub Activity_KeyPress (KeyCode As Int) As Boolean 'Return True to consume the event
If KeyCode = KeyCodes.KEYCODE_BACK And Menu.Visible = True Then
Menu.HideMenus
Return True
End If
End Sub
این سورس من هست
ایتمها ایجاد میشه ولی در رویداد لیست ویو ایتم کلیک عکس العملی انجام نمیده
سوال
2430023 28
Sub Globals Dim Menu As SlidingMenu End Sub Sub Activity_Create(FirstTime As Boolean) Activity.Color = Colors.LightGray Menu.Initialize("") Menu.BehindOffset = 30%x Menu.Mode = Menu.RIGHT Menu.Menu.Color = Colors.DarkGray Menu.SecondaryMenu.Color = Colors.Gray Dim list As ListView list.Initialize("") For i=0 To 20 List.AddSingleLine("khazarsoft.ir ==>"&i) Next Menu.Menu.AddView(list,0,0,100%x,100%y) End Sub Sub list_ItemClick (Position As Int, Value As Object) Log("true") End Sub Sub Activity_KeyPress (KeyCode As Int) As Boolean 'Return True to consume the event If KeyCode = KeyCodes.KEYCODE_BACK And Menu.Visible = True Then Menu.HideMenus Return True End If End Sub
این سورس من هست
ایتمها ایجاد میشه ولی در رویداد لیست ویو ایتم کلیک عکس العملی انجام نمیده
چطور باید این رویداد رو کد نویسی کرد؟؟؟؟؟؟؟؟
لینک ارسال
به اشتراک گذاری در سایت های دیگر
1 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.