Skip to main content
Participating Frequently
August 12, 2010
Question

adding an event listener wipes out all text !

  • August 12, 2010
  • 1 reply
  • 387 views

the addition of the following seems to be benign enough but it complettely kills ALL MY TEXT so I cant see any of my stuff

articleField.textFlow.addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE,applySmoothing,false,0,true);

This topic has been closed for replies.

1 reply

Adobe Employee
August 16, 2010

Looks like you're on the right track, but my guess is the applySmoothing function is doing something it shouldn't. See my previous posting on this, and if you are still having this problem, please post the code for applySmoothing. Most likely the problem is there.

Thanks,

- robin