bgx
10-15-2004, 12:50 PM
Hi,
I built an application that loads technical drawings and allows users to add information into TextInput fields or Text Areas.
I noticed that if those drawings are very complex (detailed machine drawings converted from CAD) the text input becomes VERY slow. It takes several seconds (up to 20 I experienced) for the text to display after you hit a key.
What puzzles me is that there is no animation or blending or similar involved, the graphics are already drawn. It is also enough to simply set the MC that holds the graphics to _visible =false to speed up the text input.
Questions:
- Does anybody know how to prevent textinput to be slow without hiding the graphic
- If not, is there a way to detect the complexity of vector graphics? Filesize is no indicator.
I built an application that loads technical drawings and allows users to add information into TextInput fields or Text Areas.
I noticed that if those drawings are very complex (detailed machine drawings converted from CAD) the text input becomes VERY slow. It takes several seconds (up to 20 I experienced) for the text to display after you hit a key.
What puzzles me is that there is no animation or blending or similar involved, the graphics are already drawn. It is also enough to simply set the MC that holds the graphics to _visible =false to speed up the text input.
Questions:
- Does anybody know how to prevent textinput to be slow without hiding the graphic
- If not, is there a way to detect the complexity of vector graphics? Filesize is no indicator.