Re: [Pgui-devel] performance problem

2001-11-26 Thread Yunus Altunbicak
-- Forwarded Message -- Subject: Re: [Pgui-devel] performance problem Date: Mon, 26 Nov 2001 10:55:29 +0200 From: Yunus Altunbicak <[EMAIL PROTECTED]> To: Micah Dowty <[EMAIL PROTECTED]> On Friday 23 November 2001 12:21, you wrote: > Something else i thought

Re: [Pgui-devel] performance problem

2001-11-23 Thread Micah Dowty
Something else i thought i'd mention- if this popup box has many widgets that are not visible due to scrolling, it could be that "drawing" those is taking some time. I know how to make the layout engine efficiently skip widgets that are scrolled out, but I haven't implemented this yet. Does the am

Re: [Pgui-devel] performance problem

2001-11-23 Thread Micah Dowty
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 wi

[Pgui-devel] performance problem

2001-11-20 Thread Yunus Altunbicak
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 anothe