
TEXTCRUNCHER XTRA HELP: LIMITATIONS
- IMPORTANT: TextCruncher is available for Director 11, in order to allow
distribution and upgrade of legacy content. However, Director 11 uses a different
string encoding (Unicode, specifically UTF8) in all internal string representations.
As a result of this change, several functions of TextCruncher are no longer relevant,
and have been deprecated or superseded by built-in commands. These limitations
and the recommended workarounds are documented at this page.
- Under JavaScript only, TextCruncher's SetPosition and GetPosition commands
conflict with commands of the same name inside Macromedia's FileIO Xtra. In
order to use the commands, create a Lingo movie type script with the following
code:
on tcSetPos pos
SetPosition (pos)
end
on tcGetPos
return GetPosition
end
In your JavaScript code, substitute "tcSetPos" and "tcGetPos" for the SetPosition
and GetPosition commands, which will call the Lingo wrapper script to execute the
commands.
- The function HardAlignTextRight does not currently work under Mac OSX.
- ReplaceFirst and ReplaceNext ignore the current case-sensitivity setting set by
SetCaseSensitivity for high-ASCII (above numtochar(125) ) characters. For
high-ASCII characters those two methods are always case-sensitive.
Online Help
58
Comentários a estes Manuais