FTC 1.3 beta 3
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Tue, 30 Dec 2008 15:24:50 -0600
FTC 1.3 beta 3 has been uploaded to the web site.
Here are some bug fixes and enhancements.
Here's what's new with this beta...
- Finished adding all the undo strings to the FTCStrings module.
- Fixed a problem with adding spaces at the end of a centered line
of text. The insertion caret now properly moves over without
centering the text and then centers the text when a non-space
character is typed.
- Added support for encoding and decoding tags into the XML
stream. Two new events were added to the FormattedText class to
allow you to encode the tags. Here are the two new events.
XmlEncodeTag(obj as FTBase) as string
Return an encoded string representing the obj.tag field.
XmlDecodeTag(data as string, obj as FTBase)
Take the data passed in and decode it and assign it to the obj.tag
field.
In the TextWindow I filled in some sampele code you can use as a
template.
FTC Website:
http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
Other related posts:
- » FTC 1.3 beta 3 - Brendan Murphy