realbasic-nug
[Top] [All Lists]

Toolbar flicker

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Toolbar flicker
From: Tom <tom at helios dot de>
Date: Thu, 31 May 2007 15:59:17 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
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>


<Prev in Thread] Current Thread [Next in Thread>
  • Toolbar flicker, Tom <=