wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

MDIManager::tile() performance issue #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. it's too slow and the ui was blocked for a while.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by oxroman...@gmail.com on 27 Nov 2008 at 2:08

GoogleCodeExporter commented 8 years ago
ha, what a fantastic issue report, glad we get such detailed information. 
Marking as
an enhancement request I guess

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 6:10

GoogleCodeExporter commented 8 years ago
The reproter is lazy, but the issue is real ;)

The tile function take several seconds to be effective, that is very 
disturbing...
Any enhancements planned ?

Original comment by primo...@gmail.com on 4 Jul 2009 at 2:14

GoogleCodeExporter commented 8 years ago
Agreed to both followups.  Not much to go on in the original post.  At the same 
time 
this does seem to be a real issue.  It can take 12+ seconds to tile two MDI 
child 
windows in my app.  Surely this problem would be observable under many other 
circumstances.  Do you have any recommendations for making the tile action 
perform 
well?  If you just say "keep your mdi child views dirt simple", that's simply 
not an 
option for us, and we'd have to look at other options for aggravating views 
under a 
common container.  Love the library generally, but this particular problem is 
quite 
aggravating.  What information would you require to make it defect and not an 
enhancement?  

Original comment by lorenjer...@gmail.com on 10 Jul 2009 at 6:56

GoogleCodeExporter commented 8 years ago
I confirm, this is more a defect than an enhancement, because the UI is blocked 
for a
very long time.

Original comment by Julien.N...@gmail.com on 29 Sep 2009 at 9:06

GoogleCodeExporter commented 8 years ago
I am experiencing the same, almost unusable slowness.  Any progress on this 
front ?

Thanks

P

Original comment by piet.van...@gmail.com on 5 Oct 2009 at 7:30

GoogleCodeExporter commented 8 years ago
Try commenting the call to updateStyles() in MDIWindow.as.

Original comment by lee%fron...@gtempaccount.com on 11 Jun 2010 at 8:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Commenting out updateStyles() fixes the problem, but then the styles are not 
applied to the window.  

Original comment by LyndenJo...@gmail.com on 7 Jan 2011 at 10:08