Hi List!
I have a small app which does download HTML and some basic parsing.
I use a ToolBar to display buttons.
When a new page is loaded I remove all ToolButtons via
> for i as integer = myMainToolbar.Count DownTo 1
> myMainToolbar.Remove(0)
> next
and recreate it from the HTML code.
It does work fine but I have a heavy flicker during this:
The empty ToolBar does collapse and the whole window content jumps up.
When a new ToolButton is inserted the whole window content does jump
down again.
Any clues how to get rid of that flicker?
TIA,
Tom
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|