Re: TLF Tables

2013-12-01 Thread Gavriel Harbater
Some more rambling: The more I'm working through this, the more I'm convinced that the current implementation is fundamentally broken. The cell Parcels really can't be in the same ParcelList as the Containers. I'm pretty sure that not only multi-container text threads are broken, but multi-colu

Re: Copy/Paste in TLF

2013-11-03 Thread Gavriel Harbater
Okay. After researching this, it looks like the problem is as follows: The TextFlow is saved to the clipboard as a string which is the markup representation of the TextFlow. The markup is produced using BaseTextLayoutExporter.export(). The markup produced from that is missing custom user styles

Re: [ASDoc] TextFlow

2013-03-19 Thread Gavriel Harbater
> Also, I'd think that flow.getElementsByTypeName("ParagraphElement") should > return an array of the ParagraphElements in the flow. This does not seem to > work. It retruns an empty array in my tests. Am I going about it wrong, or is > this a bug? Okay. This was my error. This: flow.getElemen

Re: Bogdan Components [Was: Getting source working in Flash Builder]

2013-02-22 Thread Gavriel Harbater
2) ColorPicker: It does not seem to allow setting the dataProvider or handle anything beyond an Array of color values. Arrays of Objects for named colors is pretty important. If this in fact missing, I guess I'll work at expanding the component… 3) Alert: Does not show the error message. It loo