TLF and images

2014-12-18 Thread Miguel Ferreira
Hi all, I have an tlfXML like this:http://ns.adobe.com/textLayout/2008";> Dear Madam, Sir, Then i import to textflow by TextConverter.importToFlow(tlfXML , TextConverter.TEXT_LAYOUT_FORMAT, TextFlow.defaultConfiguration); But then the image is an empty box. I have the

Re: TLF and images

2014-12-18 Thread piotrz
Hi Miguel, Please provide us information which version of Flex SDK are you using? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TLF-and-images-tp9245p9246.html Sent from the Apache Flex Users

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
4.10 and moving for 4.12 (maybe i will wait for the 4.14 then upgrade all the project) > Date: Thu, 18 Dec 2014 03:08:22 -0800 > From: piotrzarzyck...@gmail.com > To: users@flex.apache.org > Subject: Re: TLF and images > > Hi Miguel, > > Please provide us information w

RE: TLF and images

2014-12-18 Thread piotrz
Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TLF-and-images-tp9245p9250.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
inform > Date: Thu, 18 Dec 2014 05:39:20 -0800 > From: piotrzarzyck...@gmail.com > To: users@flex.apache.org > Subject: RE: TLF and images > > Miguel, > > It would be great if you could try with your project our latest release > candidate 4.14. > You can download i

Re: TLF and images

2014-12-18 Thread Harbs
Can you create a JIRA issue with a sample app which shows the problem?[1] On Dec 18, 2014, at 5:38 PM, Miguel Ferreira wrote: > Neverthless the image problem is not fixed i saw that the > InlineGraphicElement did not load the image i will search what i need to do > to load it. > I installed t

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
r finished. > Subject: Re: TLF and images > From: harbs.li...@gmail.com > Date: Thu, 18 Dec 2014 18:13:32 +0200 > CC: users@flex.apache.org > To: d...@flex.apache.org > > Can you create a JIRA issue with a sample app which shows the problem?[1] > > On Dec 18, 2014,

Re: TLF and images

2014-12-18 Thread Alex Harui
On 12/18/14, 8:37 AM, "Miguel Ferreira" wrote: >To overcome the problem after i import the image from XML I read all >elements and i reset an embed image. I’m not quite sure what you meant by this. What does it mean to “import an image from XML” and “reset an embed” and are you saying that al

RE: TLF and images

2014-12-19 Thread piotrz
Hi Miguel, Maybe your problem is related to this one [1] [1] http://bit.ly/1Azcn6K Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/TLF-and-images-tp9245p9264.html Sent from the Apache Flex Users mailing

RE: TLF and images

2014-12-19 Thread Miguel Ferreira
e: Fri, 19 Dec 2014 01:36:47 -0800 > From: piotrzarzyck...@gmail.com > To: users@flex.apache.org > Subject: RE: TLF and images > > Hi Miguel, > > Maybe your problem is related to this one [1] > > [1] http://bit.ly/1Azcn6K > > Piotr > > > > - > Apache Fle

RE: TLF and images

2014-12-19 Thread piotrz
33346.n4.nabble.com/TLF-and-images-tp9245p9268.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: TLF and images

2014-12-19 Thread jude
up your code and it's almost > unreadable. > > Thanks, > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/TLF-and-images-tp9245p9268.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >

Re: TLF and images

2014-12-19 Thread Justin Mclean
Hi, Or https://paste.apache.org (for committers) or http://apaste.info (for everyone). Justin

Re: TLF and images

2017-12-12 Thread hugo
Hello, Sorry for dig up this topic but I started to develop a text editor using TLF. It's a lot of features and everything going straightforward except the images. I can load an image (uploaded by the user), convert the image data to bytearray and then draw on a sprite. If I inser this sprite usi

Re: TLF and images

2017-12-12 Thread Alex Harui
This isn't my area of expertise at all, but a quick look at InlineGraphic implies that you can set the "source" property to a DisplayObject. I would not use Spark Image. Spark and MX controls expect their parent to be another UIComponent which is unlikely in a TLF rendering. Maybe create a flash

Re: TLF and images

2017-12-13 Thread hugo
I already implemented the import and export feature to base64 image (fully compatible with HTML standard), so the final developer can set a Sprite on the initial insert, export and import automatically as base64 image. I'm finalizing this task fixing a bug when I reload on my TLF editor. How can

Re: TLF and images

2017-12-13 Thread Alex Harui
You can create a JIRA with your patch. Or file a Pull Request agains the flex-sdk mirror on GitHub. Did you mean to say you needed an asynchronous PNGEncoder? The one in Flex appears to be synchronous but I don't know for sure. Third-party dependencies have to be licensed in an Apache-compatibl

Re: TLF and images

2017-12-13 Thread hugo
Done: https://issues.apache.org/jira/browse/FLEX-35370 I'm continue to work on TLF until I finish my TLF editor and I have other patchs that I will create other JIRA patchs. -- Sent from: http://apache-flex-users.246.n4.nabble.com/