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