I created a BusySpinner in BS and repeatedly called a TASK to build up a scroll-able screen.There could be a large number of entries, so I call the TASK for multiple groups.I started with a group of 200 but it looks like the spinner hangs until the TASK completes. Lowered it to a group of 20, just so the spinner would.
The spinner STOPS while running the TASK. I guess because it runs under my BS activity ?
Would creating the spinner inside of a TASK make it functional ?