What i said, i changed to another server (different IP, other location) and installed the app on my phone (wich uses another connection). On the emulator and on my phone i was getting the same error.
I closed b4a en re-opened all the files and the error is gone. It was very strange... i tried everything. It seems solved!
I still have another problem though. I have a tabhost with 3 pages attached. From one of the pages i want to go to another page so i use Panel.LoadLayout("page3"). Now the page is showed and it looks great... the only problem is that i can't fill the listview on that page!
When i use Panel4.AddView(ListView1, 0, 0, 100%x, 100%y) and put some data in it, the listview doesn't show. When i change the panel name to Panel1 it works perfectly but not on a page that is not shown.
I checked all names, checked for double panels/listviews and nothing...
Do you have some advise?