a7mdfm / flexpaper

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

Pages not displayed when zoomed into flex #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To fix this issue you can do the following:
In the com.devaldi.controls.flexpaper.Viewer
-Change the following function:
private function checkIsVisible(pageIndex:int):Boolean{
return true;
}

Original issue reported on code.google.com by charles....@gmail.com on 26 Feb 2010 at 12:28

GoogleCodeExporter commented 8 years ago
I don't think this is a great idea, it could degrade performance quite a lot.

Original comment by erik.eng...@gmail.com on 26 Feb 2010 at 12:57

GoogleCodeExporter commented 8 years ago
I fixed a number of issues with this component in Flex. Attached is the entire 
source code for the bug fixes.

Original comment by charles....@gmail.com on 26 Feb 2010 at 12:59

Attachments:

GoogleCodeExporter commented 8 years ago
Erik you are right about the performance. For now I took it out of my source to 
get 
it to work. I will see if I can write some code to get the checkIsVisible 
function 
working again.

Original comment by charles....@gmail.com on 26 Feb 2010 at 1:04

GoogleCodeExporter commented 8 years ago
This is related to issue 9.

Original comment by charles....@gmail.com on 26 Feb 2010 at 3:43

GoogleCodeExporter commented 8 years ago

Original comment by erik.eng...@gmail.com on 10 Mar 2010 at 7:31