DESCRIPTION
Formatted Text Control for REALbasic is a canvas based control for REALbasic that implements word processor capabilities similar to Apple Pages and Microsoft Word. The FTC is useful for implementing reports and general word processing capabilities within your REALbasic applications. The FTC features the following capabilities: Three display modes including page, normal and edit, RTF support including picture support, a full range of paragraph and character styles, picture support, custom object support for adding application specific items, built in undo management, many customization options to adapt the FTC to your application, and highly optimized code written in REALbasic for maximum flexibility. For a more complete list of features and capabilities, see the FTC User Guide in the demo download.
WHAT'S NEW
Version 1.5.2:
- Fixed a boundary problem with the findWordBoundaryAtInsertion method.
- Added a generic findWordBoundaryAtOffset method to help find a word at an arbitrary offset.
- Fixed a problem with the demo spell checking code. If you used this as your template for your own code, please look over the spellCheckParagraph event to see the changes I made.
- When printing a picture, the original picture is used to maximize the resolution.
- Put in more checking in the compositions methods for lines that end up being taller than the page. This would typically happen when you print from edit mode and you have a large picture that is bigger than the printed page size.
- Enhanced to the code to handle really big pictures.
- The contextual menu click code inadvertently would change the insertion point. It now preserves the insertion point.
- Added the methods changeFontSizeAll and changeFontAll to the FTRBScriptField class to allow you to change the look and feel of the editor with one method call.
- In the FTRBScriptField class, set the AcceptTabs property to false filtered out all tabs when setting the text into the control.
- Fixed a problem with the insertion caret disappearing in an empty FTRBScriptField.
- Fixed a problem with unbalanced show/hide cursor which would cause the cursor to stay hidden at certain points.
- Fixed a problem where contextual menu code wasn't reseting internal flags correctly.
REQUIREMENTS
REALbasic 2008R2 or later.

|
SCREENSHOT
OTHER PEOPLE SUGGEST No similar products suggested yetSuggest something else: |