Re: flicker problem
- Posted by jstory at freenet.edmonton.ab.ca Jun 30, 2001
- 702 views
On 2001 xxx -1, Tony Steward wrote:
> Hi Jerry,
> Faking it:
> Set the listview so it is not visible whilst loading and when finished make
> it visible again.
> setVisible(1stCity, False)
> eraseItems(lstCity)
> <begin loop>
> addItem(lstCity,data)
> <end loop>
> setVisible(1stCity, True)
>
Tried that. Doesn't work. Still flickers.
Jerry Story

