Hello All!
I reuse one form or list objects many times and remove and append some elements from/to them.
I have the problem when I delete all elements in the form or list with deleteAll() method I got the "(no data)" on the phone screen. This text is shown until I add something with append() method to form or list (form or list has no any elements). It's not crusial for me, but it's annoing due "blinking" effect between removeAll() and append() actions. How to solve this problem?
Thanks in advance.

Reply With Quote



