Naive question number 999
Richmond Mathewson
richmondmathewson at gmail.com
Sun Jul 26 06:45:29 EDT 2009
Interestingly enough while
on mouseUp
put the RTFtext of fld "FFF" into URL "file: FancyText.rtf"
end mouseUp
is completely useless;
on mouseUp
set the RTFtext of fld "FFF" to URL "file: FancyText.rtf"
end mouseUp
i.e. importing styled text
works perfectly!!!!
This:
on mouseUp
set the htmlText of fld "FFF" to URL "file: FancyText.html"
end mouseUp
is useless.
All with revMedia 4a on the G4.
More information about the use-livecode
mailing list