paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] PAraGUI loading time


From: Alexander Pipelka
Subject: Re: [paragui-users] PAraGUI loading time
Date: 14 Jun 2002 15:22:13 +0200

Am Fre, 2002-06-14 um 14.53 schrieb taurus:
> Hello Alexander,
> 
> I have 2 strange situations with ParaGUI :)
> 
> 1) I have about 1050 visible widgets on my screen (it`s a kind of a map
> editor). The performance is
> good during program works. But. The time of program loading = 17000 ms
> 8-O, the same when I close the application. Do you know how to reduce
> the application loading and closing time? Any ideas?

Hmpf,..
1050 widgets. Cool.
How do you create these widgets ?
Are they shown immediately after creation ?

I will try this and look for any performance traps.


> 2) I want to create a parent widget for a group of ones as a container
> to hide and show them at the same time. I create
> child widgets (themewidget) and point them to that parent 
> widget(themewidget). When I do
> "parent->Show()", I can see only gradient background of the parent
> widget, child widget are not shown. I tried to use WidgetList,
> the same :( What can be wrong?

Do you use AddChild ? - Don't use it.
Always specify the parent in the constructor of the child.

Alex






reply via email to

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