And here is the Super Card 4.5 'Killer'

Ken Ray kray at sonsothunder.com
Fri Jul 1 11:38:58 CDT 2005


On 7/1/05 11:26 AM, "Mathewson" <richmond at mail.maclaunch.com> wrote:

> Notwithstanding this - it would be really super to
> have scrolling text fields with embedded images: at least
> from an educational point of view.

We already have this, and have had it for a couple of years - it's called
"imageSource" and you can use it to embed images in fields - you can also do
it through setting the htmlText of a field, as in:

on mouseUp
  put "<img id=" & quote & "10000" & quote & ">This is an image" into tHTML
  set the htmlText of field 1 to tHTML
end mouseUp

and if you have an image ID 10000, it will be inserted in the field before
the string "This is an image".


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com



More information about the metacard mailing list