[noob again]static text
Klaus Major
klaus at major-k.de
Sun Mar 6 09:19:38 EST 2005
Hi Mikey,
> OK, I looked through the tutorials and the pdf's, and I can't see how
> you just slap some static text on a card. Said text should be visible
> in development and runtime.
if you already have a field on the card:
...
put "fish slapping dance" into fld "target"
...
Or create one on the fly:
...
create field
## set some properties of "the templatefield" first, if you like...
put "fish slapping dance" into last field
...
Hope that helps...
Regards
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list