Re: [flexcoders] Flex 3 - showing HTML content

2011-09-21 Thread Tandon, Rishi
The only current way is to use an iFrame, or if you only need some html tags you could use the Text Layout Framework.   Here this is the iFrame approach: http://code.google.com/p/flex-iframe/ If the swc do not work in Flex4 just use its ource code which works...   ...it is basically based on this:

[flexcoders] Flex 3 - showing HTML content

2011-09-21 Thread Vineet Bhatia
We have a Flex app which needs to show HTML content entered by the users from another non-flex app. The users copy and paste content from Word/Excel, other webpages into the non-flex app. I know that htmlText property has support for certain html tags but we need to render proper HTML like the b

[flexcoders] Trying to pass a value to the mxml/swf file from java(android).How?

2011-09-21 Thread rawat
HI, I have been trying to pass the values to the mxml file(whose output is .swf file) via android (java code) , But i am unable to do this.Here is my problem, I think tht .SWF file is a binary file(like exe , .out or .dll or .iso) which runs on flash platforms(browser, mobile phone supporting f

[flexcoders] Re: toggling checkbox's enabled field in datagrid

2011-09-21 Thread turbo_vb
Have you tried this: -TH --- In flexcoders@yahoogroups.com, "carriecharp" wrote: > > I've inherited some code to update and I could use some help. > > I have an Advanced Data Grid where one column uses a custom checkbox > component. It's very simple with the checkbox's selected field contro

[flexcoders] Problem with Google Map API Bitmap Data.

2011-09-21 Thread vaibhavseth84
Hi, I am using Google Map API in my application and I want to export the contents of the map to PDF. For which I need to play with the bitmap data of the same. Something like: var btMap:BitmapData = new BitmapData(map.width,map.height,false); btMap.draw(map); This is throwing an error: [ Secu

[flexcoders] toggling checkbox's enabled field in datagrid

2011-09-21 Thread carriecharp
I've inherited some code to update and I could use some help. I have an Advanced Data Grid where one column uses a custom checkbox component. It's very simple with the checkbox's selected field controlled by column's datafield, which is a Boolean named 'fired'. I want to have the checkbox ena