I have a problem with the function removeAll() of class List,i.e.if i call removeAll() there is a flicker in the list box. Is there a way to avoid it.<br>
What I am trying to do is my list box contains the entries that are in the windows explorer.In short I am trying to make an explorer using the list box.I do not want to create a tree view.So when I click on a list item and if it is a directory i find the contents of that directory call removeAll() and again add the new Items to the list,this is when the flicker occurs which I do not want,<br>
Can u help me out with this.<br>
<br>
Thank you.<br>
<br>
- Sun
What I am trying to do is my list box contains the entries that are in the windows explorer.In short I am trying to make an explorer using the list box.I do not want to create a tree view.So when I click on a list item and if it is a directory i find the contents of that directory call removeAll() and again add the new Items to the list,this is when the flicker occurs which I do not want,<br>
Can u help me out with this.<br>
<br>
Thank you.<br>
<br>
- Sun