RE: [flexcoders] HTML Text in TextArea

2005-11-04 Thread Matt Horn
n_7_2/1851.html" hth, matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Thursday, October 27, 2005 4:21 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] HTML Text in TextArea Sorry G, I don't know h

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
of rendering table tags. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha Sent: Wednesday, October 26, 2005 3:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] HTML Text in TextArea Hi All, How can I show HTML in TextArea

RE: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Mehdi, Agha
Subject: Re: [flexcoders] HTML Text in TextArea Yeah, The TextArea doesn't render table tags. I don't think the flash player HTML capabilities support table tags, but I really could use this sort of functionality. Has anyone got an example of rendering a table in Flash? I've seen a few

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
Use MXML instead. You can use Grid, VBox, HBox, etc. to do what a table tag does, and more. - Original Message - From: Mehdi, Agha To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 1:43 PM Subject: RE: [flexcoders] HTML Text in TextArea Wow, that sucks. I can

RE: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Ben Forta
PROTECTED] On Behalf Of Mehdi, AghaSent: Thursday, October 27, 2005 1:43 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] HTML Text in TextArea Wow, that sucks. I can use any other control that will help do that sort of thing. If Flash player can not render tabletrtd what tags can I use

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
: [flexcoders] HTML Text in TextArea Yeah, only if I could parse it enough to create an array of objects out of any number of HTML table rows with 2 columns each. Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
Message - From: Mehdi, Agha To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 1:43 PM Subject: RE: [flexcoders] HTML Text in TextArea Wow, that sucks. I can use any other control that will help do that sort of thing. If Flash player can not render tabletrtd what tags can I use

RE: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Mehdi, Agha
/td td align=left span class=10/27/2005/span /td /tr Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ben Forta Sent: Thursday, October 27, 2005 10:53 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] H

RE: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Mehdi, Agha
reply to me offlist. Thanks Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Thursday, October 27, 2005 11:17 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HTML Text in TextArea

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
to be put in tables should be removed from the process. Flex should be the presentation tier in this instance, not HTML. - Original Message - From: Mehdi, Agha To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 1:58 PM Subject: RE: [flexcoders] HTML Text in TextArea Yeah

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
System.setClipboard(topLeft_ti.text + middle_ti.text + right_ti.text); - Original Message - From: Spike To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 2:02 PM Subject: Re: [flexcoders] HTML Text in TextArea You can do that, but I still haven't found any way to do

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
in TextArea System.setClipboard(topLeft_ti.text + middle_ti.text + right_ti.text); - Original Message - From: Spike To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 2:02 PM Subject: Re: [flexcoders] HTML Text in TextArea You can do that, but I still haven't found any way

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
. SpikeOn 10/27/05, JesterXL [EMAIL PROTECTED] wrote: System.setClipboard(topLeft_ti.text + middle_ti.text + right_ti.text); - Original Message - From: Spike To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 2:02 PM Subject: Re: [flexcoders] HTML Text in TextArea

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
Selection TextSnapshot features to select multiple text areas. - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 3:44 PM Subject: Re: [flexcoders] HTML Text in TextArea System.setClipboard(topLeft_ti.text + middle_ti.text

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
. - Original Message - From: Spike To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 4:08 PM Subject: Re: [flexcoders] HTML Text in TextArea That sounds promising. FlashPaper has the exact behaviour I'm after.Any references you can point me to other than the livedocs

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
, 2005 4:08 PM Subject: Re: [flexcoders] HTML Text in TextArea That sounds promising. FlashPaper has the exact behaviour I'm after.Any references you can point me to other than the livedocs which I'm off to check now.Spike On 10/27/05, JesterXL [EMAIL PROTECTED] wrote: Another idea is to do

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
, 2005 4:08 PM Subject: Re: [flexcoders] HTML Text in TextArea That sounds promising. FlashPaper has the exact behaviour I'm after.Any references you can point me to other than the livedocs which I'm off to check now.Spike On 10/27/05, JesterXL [EMAIL PROTECTED] wrote: Another idea is to do

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread Spike
your own selection like FlashPaper does. - Original Message - From: Spike To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 4:08 PM Subject: Re: [flexcoders] HTML Text in TextArea That sounds promising. FlashPaper has the exact behaviour I'm after.Any references you

[flexcoders] HTML Text in TextArea

2005-10-26 Thread Mehdi, Agha
Title: HTML Text in TextArea Hi All, How can I show HTML in TextArea so that instead of spitting out html tags, it actually renders html? I am replacing "" and "" with "lt;" and "gt;" respectively before I send it to Flash Client. If I don't replace that it does render HTML but doesn't

RE: [flexcoders] HTML Text in TextArea

2005-10-26 Thread Matt Chotin
: [flexcoders] HTML Text in TextArea Hi All, How can I show HTML in TextArea so that instead of spitting out html tags, it actually renders html? I am replacing and with lt; and gt; respectively before I send it to Flash Client. If I don't replace that it does render HTML but doesn't show data