I have written an application that calculates quite a bit of information. Most of it can be displayed in tabular form so I have used flexgrids extensively. However I need to display a few pages of formulas and text showing the procedure for obtaining the results. The text will be different for each case as variables will be inserted into different areas of the text. I have been planning on using a text box but after taking a look it seems very cumbersome to try and make a super long string for the text property. Is there something that is well suited for this type of problem?
I also need to save the text to a text file but I assume that will be similar to saving the flexgrid data to a text file.
I also need to save the text to a text file but I assume that will be similar to saving the flexgrid data to a text file.