Android Question Server-Client "The specified child already has a parent" error

mbatgr

Active Member
Licensed User
Longtime User
I finally am in a posiition to test my first Server-Client application B4A application just few weeks after I purchased the Basic 4 Android (!).
When a 2nd client connect to the server I got an error message on the first client device "The specified child already has a parent.You must call removeView() on the chlld's parent first. Continue?"

My app works like this: The first time a client connects to the server, it send some records which fill a twolines listview in order the client to make a choice. With just one client everything works ok. With a connection of a second client the error message happens after I can see the filled listviews on both client devices. Any suggestions?
thanking you in advance
mike
 
Top