Honestly, no. Resizing is the only thing that is obviously intensive as it causes constant revalidation/measurement. Switching which window is in focus really just changes the style of the window. Maybe that is the problem though. Try setting styleNameFocus and styleNameNoFocus to the same style to prevent the switching and see if that helps.
Ben On Wed, May 14, 2008 at 12:04 PM, julian.leach <[EMAIL PROTECTED]> wrote: > Hi Ben > > Thanks for your reply. > > I can see why non-live resizing would be less resource hungry - but > do you think it is or could be connected with other problem i'm > having in loading/switching context between windows? > > Julian > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Ben > Clinkinbeard" > <[EMAIL PROTECTED]> wrote: > > > > We had non-live resizing implemented prior to the 1.1 release but > yanked it > > due to some very small issues. Unfortunately we haven't gotten > around to > > putting it back and fixing it. You can dig through the SVN and try > to > > implement it if you're feeling ambitious. Shouldn't be too > difficult really. > > > > In the meantime I will hassle Brendan about implementing it for > real. > > > > Ben > > > > On Wed, May 14, 2008 at 11:39 AM, julian.leach <[EMAIL PROTECTED]> > > wrote: > > > > > Hi Cato > > > > > > Thanks for your reply. Yes, you are right we want the docker stuff > > > but don't really want to start writing it. > > > > > > Just checking... are you experiencing the delay in loading/context > > > switching between windows or just the problem with resizing? > > > > > > In simple terms what's the strategy you are using to overcome the > > > resizing problem? Is it to do with only having a single area to > > > listen for resize events in the bottom right corner or is it by > not > > > redisplaying until the whole resize is complete (or are they both > > > important)? Is there something else as well that's not visually > > > apparent? > > > > > > Cheers, > > > > > > Julian > > > > > > --- In [email protected] > > > <flexcoders%40yahoogroups.com><flexcoders% > 40yahoogroups.com>, "Cato > > > Paus" <cato1@> wrote: > > > > > > > > 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] > > > > <flexcoders%40yahoogroups.com><flexcoders% > 40yahoogroups.com>, > > > "julian.leach" <julian.leach@> > > > > 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] > > > > > <flexcoders%40yahoogroups.com><flexcoders% > 40yahoogroups.com>, > > > "Cato Paus" <cato1@> wrote: > > > > > > > > > > > > First off all try to turn off the mdiCanvas.effectsLib = > > > > > > MDIVistaEffects; > > > > > > > > > > > > --- In [email protected] > > > > > > <flexcoders%40yahoogroups.com><flexcoders% > 40yahoogroups.com>, > > > > "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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

