still not working and I have this error, after the code :
private Sub loadCustomeChannels
Dim tempList As List
tempList.initialize
For Each key As String In kvs.ListKeys -[B]---> (line 207)[/B]
' Dim value As Object = kvs.Get(key)
'' Log( "key: " & key )
' Log( value )
Next
'totalChannels = 0
'For Each title As String In tempList
'
'listaChannels(totalChannels).title = title
'listaChannels(totalChannels).address = kvs.Get(title)
'totalChannels = totalChannels + 1
'Next
End Sub
** Activity (main) Resume **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
Error occurred on line: 207 (B4XMainPage)
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.keywords.Common.CallSubDebug2(Common.java:1087)
at hightechstream.rufusiptv.b4xpagesmanager._createpageifneeded(b4xpagesmanager.java:1069)
at hightechstream.rufusiptv.b4xpagesmanager._showpage(b4xpagesmanager.java:426)
at hightechstream.rufusiptv.b4xpagesmanager._addpage(b4xpagesmanager.java:246)
at hightechstream.rufusiptv.b4xpagesmanager._addpageandcreate(b4xpagesmanager.java:260)
at hightechstream.rufusiptv.b4xpagesmanager._initialize(b4xpagesmanager.java:166)
at hightechstream.rufusiptv.main._activity_create(main.java:416)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:157)
at hightechstream.rufusiptv.main.afterFirstLayout(main.java:105)
at hightechstream.rufusiptv.main.access$000(main.java:17)
at hightechstream.rufusiptv.main$WaitForLayout.run(main.java:83)
at android.os.Handler.handleCallback(Handler.java:978)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loopOnce(Looper.java:238)
at android.os.Looper.loop(Looper.java:357)
at android.app.ActivityThread.main(ActivityThread.java:8090)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1026)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at anywheresoftware.b4a.debug.Debug.CallSub4(Debug.java:336)
at anywheresoftware.b4a.debug.Debug.CallSubNew2(Debug.java:285)
... 25 more
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.debug.Debug.CallSub4(Debug.java:318)
... 26 more
Caused by: java.lang.RuntimeException: Class instance was not initialized (keyvaluestore)
at anywheresoftware.b4a.debug.Debug.shouldDelegate(Debug.java:242)
at hightechstream.rufusiptv.keyvaluestore._listkeys(keyvaluestore.java:80)
at hightechstream.rufusiptv.b4xmainpage._loadcustomechannels(b4xmainpage.java:139)
at hightechstream.rufusiptv.b4xmainpage._b4xpage_created(b4xmainpage.java:101)
... 28 more
** Activity (main) Resume **