On Tuesday 28 May 2013 18:39:24 minoshi wrote: > Hello, Martin! > > There is some problem with repaint scrolled widgets if some image loaded > in mainfo.face > > How to reproduce : > mainfo.face.image.loadfromefile(<some file>) > Put tscrollbox1 on form. Put some widget so to expose the scroll bar > Run application > Scroll tscrollbox1 > > How fix?
Activate tscrollbox1.optionswidget ow_noscroll. This needs more CPU power because the whole widget will be repainted while scrolling instead the newly exposed parts only. Martin ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

