Would like a TextInput that extends FlowElement
I am writing a courseware application in Flex and find the Text Layout Framework very helpful, except that I have many cases where input fields must be within the flow, such as the following:
First there might be a question _________________ and ______________,
___________, then there might be another question __________________.
The input field does not need to be a RichTextEditor, it just needs to be able to move in the flow of the text so that format is maintained if a user increases the size of the text.
I have seen statements in this forum that that the TLF was not designed to be extensible, making this a difficult task. The only other solution that I can see is to put the text into RichText objects and the input fields into TextInput objects, and write a Format Controller that positions these on lines taking into account the ending position of each, and performing line breaks as needed. Does anyone have a better idea? The problem seems a little strange given the ease of doing this in HTML.
Gary
