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 amount of time it pauses depend on the scrolling position of the box?
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
