Skip to main content
Participant
May 31, 2010
Question

Selection across multiple separate fields

  • May 31, 2010
  • 1 reply
  • 344 views

I think about implementing iChat-like application:

http://images.apple.com/macosx/what-is-macosx/images/ichat_im20090608.jpg

As you can see it's simple and the only problem is that user will not be able to select multiple messages and copy them. Is it possible to overcome this with manual selection management? If yes, would you please give some directions?

Thanks in advance.

This topic has been closed for replies.

1 reply

Participating Frequently
May 31, 2010

Take a look at ContainerController class in flashx.textLayout.container package.

Basicly you should reimplement RichEditableText to be used with multiple containers and create/recycle these containers manually.