RE: [flexcoders] Handling html formatted tables in Flex

2008-05-20 Thread Battershall, Jeff
Use your parsed data to create a dataprovider for a DataGrid.

Jeff

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Craig
Sent: Tuesday, May 20, 2008 9:51 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Handling html formatted tables in Flex


An RSS Feed providing quotes for my Flex application is outputting an
HTML formatted table.  I am able to parse everything out but can not
display it with TextArea.htmlText as htmlText does not support Tables.
Does anyone know of a way to display Table formatted html code using
Flex?  There is probably an easy way to do it that I am missing. Thanks,
CS





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
Links





[flexcoders] Handling html formatted tables in Flex

2008-05-20 Thread Craig
An RSS Feed providing quotes for my Flex application is outputting an
HTML formatted table.  I am able to parse everything out but can not
display it with TextArea.htmlText as htmlText does not support Tables.
Does anyone know of a way to display Table formatted html code using
Flex?  There is probably an easy way to do it that I am missing.
Thanks,
CS