Skip to main content
Known Participant
July 30, 2009
Question

scrollTimer error

  • July 30, 2009
  • 1 reply
  • 997 views

Hi !

I use several ContainerController in my app, and I have some problem with the text selection.
The selection, or the click on the text, throws a #1009 error on ContainerController/scrollTimerHandler(), or on ContainerController/mouseDownHandler().

When I select the text of the first container, I can make a selection on the first characters. Then, the #1009 error is throws on ContainerController/scrollTimerHandler().

If I click after the first characters selectable, the #1009 error on mouseDownHandler() is throws (much more difficult to reproduce).

In my app, ContainerController can't have necessary text.

Any suggestions? My problem is little harder to define here.... And my english is not very good !

regards

Fabien

This topic has been closed for replies.

1 reply

Participating Frequently
July 30, 2009

Hi,

This sounds like a bug that was fixed in early-mid June. Are you using an older build?

Abhishek

(Adobe Systems Inc.)

Known Participant
July 30, 2009

Hi,

I use the latest sources from SVN ... I check if there is no problem in the build, but otherwise I'm up to date ...

For more information about my problem, the ContainerControllers are dynamically recreated according to the manipulation of the user. When there is only one containerController: no problem. It is when there are several that errors occur.

Fabien

Known Participant
July 30, 2009

After verification, I'm up to date. I check out the /textlayout directory on the SVN...