paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[4]: [paragui-users] PAraGUI loading time


From: taurus
Subject: Re[4]: [paragui-users] PAraGUI loading time
Date: Mon, 17 Jun 2002 13:23:24 +0100

Hello Alexander,

Friday, June 14, 2002, 15:34:23, you wrote:

AP> (on my rather slow Celeron 300)
AP> But i found that the most time consuming part is the creation of the
AP> widgets. Displaying them is rather fast. I guess the slow part is
AP> "LoadThemeStyle". 

    They all load rather fast...

AP> Maybe you should check the drawing code of your widget.

   I found that the most slow code is .RestoreBackground()!
   lines in the beginning of this function slow down the process of
   .Show() and .Hide():
******************
        if(my_internaldata->dirtyUpdate && (my_internaldata->transparency == 0) 
&& !force) {
                return false;
        }
******************
  Without them, it works pretty faster on .Hide() and .Show(), but not
  still good on Initializing the app. :(
  When dirtyUpdate flag is used?
   
AP> Can you create some minimal sample app showing that behaviour ?

   Ok.

Kind regards,
       taurus                          

address@hidden

 ->> "If you will have a megaphone, you will never have to be alone..."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]