Hi, Ben,
the reason of such error is usually some timing mistake: when object's method is called (maybe on timer) and object itself is unexpectedly destroyed (for example, when you proceed to next slide). Perhaps, disabling navigation (NAVIGATION action) until all items of the list are displayed may help.
Hi, Ben,
the reason of such error is usually some timing mistake: when object's method is called (maybe on timer) and object itself is unexpectedly destroyed (for example, when you proceed to next slide). Perhaps, disabling navigation (NAVIGATION action) until all items of the list are displayed may help.