TLF Table error

2017-12-13 Thread hugo
Hello, This is my first time, trying to use Table on TLF and even the smallest use case throws an exception. The smallest use case: (textFlow.interactionManager as IEditManager).insertTableElement(new TableElement()); Exception: ArgumentError: NewElement not of a type that this can be parent of.

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/

sound levels

2017-12-13 Thread scott matheson
Hi can anyone share some working code, that returns a value for recorded sounded, I have having a lot of problems with students not being able to setup the they Mic and want to add some visual indicators, i have tried before i just can not get the example of voice levels to work

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
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