Re: FTC 1.3 beta 3-4

Peter Karlsson wrote:
- 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.

Is this implemented for all types of objects? I always get the tag as nil in FTParagraph, for example when selecting an entire paragraph (with a valid tag) and choosing copy.

It should be working for FTParagraphs. I will check it out.

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: