Hi.
I haven't tested anything complex with PicoGUI on the uCsimm yet... I will be
making some general layout engine optimizations soon, and that should help
performance on the uCsimm. The first thing to identify is what part of PicoGUI
is sucking up the CPU. If it pauses a while, then draws the widgets to the
screen relatively quickly, picogui is busy passing the divtree through its
layout engine. If it spends most of this time actually drawing the widgets, it's
a video driver problem.

Quoting Yunus Altunbicak <[EMAIL PROTECTED]>:

> Hi all,
> a popup window has 16 widget_boxes and all of them have 4
> label_widgets(per 
> box) in our client project. but there is a problem while showing this 
> popup.for example when i select this popup it appears after approx. 6~7
> 
> seconds.
> the cause of problem may popup has a lot of widget or another?
> 
> any idea?
> 
> system and pgui config info.
> ----------------------
> embedded uClinux system : ucdimm
> kernel version : 2.4.x or 2.0.38 (i have tried both)
> pgui version : latest cvs version
> pgserver : running with 320x240x2 mode
> input: serialmouse
> theme : pseudo3d.th
> ----------------------
> yunus
> 
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/pgui-devel
> 



--
Only you can prevent creeping featurism!

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to