flex chat/telnet application send/receive same window in TextArea

Posted by Renassaince Geek on Stack Overflow See other posts from Stack Overflow or by Renassaince Geek
Published on 2010-04-21T08:37:45Z Indexed on 2010/04/21 8:43 UTC
Read the original article Hit count: 290

Filed under:
|
|
|
|

Hi there, Just wanting to know if anybody has seen an example of a telnet/chat or other console like FLEX application where you can use the same TextArea as input/ouput area.

I've been trying to modify the app at:

http://livedocs.adobe.com/flex/3/html/17_Networking_and_communications_8.html

but so far, computer says no.

All the implementations I've seen use a combination of TextInput and TextArea.

The challenge is that we'll be using this app to telnet into some old routers and we'll need to do a fair amount of copy/pasting. Based on what I've seen, it seems that I would need to point the mouse into the TextInput in order to be able to right click and paste, which is not very sleak.....

Your thoughts, Fran

© Stack Overflow or respective owner

Related posts about flex

Related posts about textarea