Hi Julian, The SuperPanel are okay if you only need to resize a window and you will need to create all the logic your self if you wanth a docker for the minimized windows etc. And you will have the same performance problems, I have tested allready, This is because the ItemRenderes are allways listen for the resize event from the datagrid, you can not turn this off.
--- In [email protected], "julian.leach" <[EMAIL PROTECTED]> wrote: > > Hi Cato > > Thanks very much for the quick response!! > > Turning off Vista effects didn't make a noticeable difference I'm > afraid. > > We are going to take a look at the stuff you wrote. We'll let you > know how we got on with that. > > We are also going to take a look at superpanel - a link to which was > published in one of the comments below your example. > > Thanks again > > Julian > > > > > > > > --- In [email protected], "Cato Paus" <cato1@> wrote: > > > > First off all try to turn off the mdiCanvas.effectsLib = > > MDIVistaEffects; > > > > --- In [email protected], "julian.leach" <julian.leach@> > > wrote: > > > > > > Hi > > > > > > We've recently started using FlexMDI and we really like the > > > functionality. > > > > > > However, we are experiencing performance problems with any > windows > > > containing datagrids. > > > > > > To display a datagrid 10 columns and 15 rows can take 10 seconds. > > > > > > To switch between windows can take the same length of time (this > is > > > the time from clicking on the window and anything happening at > all. > > > The window paints instantly when it's ready). > > > > > > Resizing is also extremely slow. Nothing happens for several > > seconds > > > then the window repaints far beyond where the cursor was > previously > > > seen. > > > > > > Dragging and dropping a window that's got context works fine. > > > > > > Has anyone else experienced these issues with FlexMDI? > > > > > > Thanks in advance > > > > > > Julian > > > > > >

