kingyiren / flex-object-handles

Automatically exported from code.google.com/p/flex-object-handles
0 stars 0 forks source link

Display updates too slow in some kind of applications #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a big container (if you like with a background image).
2. Embed the flex-object-handles component.
3. Draw 4 half transparent boxes around the component. Now it looks like
the whole container (with the background image) is half transparent, but
not the inner part with the flex-object-handles component.
4. Move the flex-object handles component within the container.

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

Version 1.0.0008: Everything works fine, the update process of the 4 half
transparent boxes is fast enough to not have a flickering image.

Version 1.0.0016: The display update process is slow, so that the several
objects (the flex-object-handles and the 4 half transparent boxes) overlay
each other for a second on every move (or resize).

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

Please provide any additional information below.
1. To get an idea of the kind of application have a look at
http://www.gimp.org/screenshots/windows_crop.jpg
2. To avoid this problem, use an older version (1.0.0008) of
flex-object-handles.
3. Assumption: Due to the code changes which includes some callLater()
methods, the update process is not fast enough for this kind of application.

Original issue reported on code.google.com by mario.er...@gmail.com on 4 Feb 2010 at 9:23