i have a function that executes on a tap event, this function needs to display an object, then polls a server until it gets the desired response from the server.
This has undesirable results, it will not display the object until the entire function completes, so if it is polling for a few seconds, the object effectively will not show up when tapped.
I am unsure how to fix this. Help please? [import]uid: 29997 topic_id: 8672 reply_id: 308672[/import]