news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

Crate

An XCMD which implements a large version of the message box, (a crate) allowing multi-line scripts without resorting to temporary buttons.

Message Crate XCMD. Version 2.1d7, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:50:34, 28/04/94. Debugging code included.


[last exit to hypercard] [externals index] [download Crate]

Description

The Crate XCMD (its really called The Message Crate - like the Message Box only bigger) gives you an easy way to test out scripts.

You can enter multi-line scripts in to it. To execute a script, simply place the cursor anywhere within the script, and press the Enter key.

The crate will try to execute the whole block of lines surrounding the cursor, so you can try out scripts with if then else clauses, repeat loops, or whatever, which you can't do in the normal message box.

Example script

on mouseUp
  crate
end mouseUp

Commands


Properties

rect

globalRect

textFont

textSize

dontWrap

maxLines


Messages

close

show

hide

showHide

put


[last exit to hypercard] [externals index] [download Crate]

This page was created automatically, on 25/03/1999 from version 3.0d4 of Last Exit To Hypercard.