The 8th beta release of the formatted text project is now available for download. With this release, you may now purchase licenses to use this code in your projects. Please read the README file before purchasing.
This beta finishes the RTF support which includes parsing RTF data. The RTF code is separate from FTC code in that you can use it completely independently of the FTC. So if you have an application that only requires RTF support, you can just use the RTFReader and RTFWriter classes. If you are familiar with XML SAX style parsing, that is the model chosen for the RTF reader. All you need to do is write the glue code based on a series of events in the RTFReader class. RTF parsing is a big milestone since it is one of the more trickier elements to code up. If you discover an RTF input that it fails on, please send me the RTF file. URL: http://www.truenorthsoftware.com/Realbasic/FormattedText.html What's new in this release... - RTF import has been implemented. This means you can open RTF documents and cut and paste RTF data from the clipboard. - Set constraints for the maximum picture size. - Other miscellaneous bug fixes. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
