Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

textArrows

set [the] textArrows to trueOrFalse

The textArrows property returns or sets whether the arrow keys move the insertion point in a field or move you through stacks.

When the textArrows property is false, the Right Arrow and Left Arrow keys always take you to the next and previous cards in the stack, and the Up Arrow and Down Arrow keys take you forward and backward through the cards you’ve already viewed.

When the textArrows property is true, the arrow keys move the text insertion point around in a field that you’re editing or in the Message box; if you’re not editing, they move you through cards.

HyperCard determines the default setting for textArrows at startup (and when HyperCard resumes after being suspended) from the Arrow Keys in Text option on the Preferences card of the Home stack.


Examples

set the textArrows to true

Placeholders

trueOrFalse
Any expression that evaluates to the HyperTalk and AppleScript constants true or false.

For example:

true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"


Related Topics

« textAlign | HyperTalk Reference | textFont »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

textArrows

set [the] textArrows to trueOrFalse

The textArrows property returns or sets whether the arrow keys move the insertion point in a field or move you through stacks.

When the textArrows property is false, the Right Arrow and Left Arrow keys always take you to the next and previous cards in the stack, and the Up Arrow and Down Arrow keys take you forward and backward through the cards you’ve already viewed.

When the textArrows property is true, the arrow keys move the text insertion point around in a field that you’re editing or in the Message box; if you’re not editing, they move you through cards.

HyperCard determines the default setting for textArrows at startup (and when HyperCard resumes after being suspended) from the Arrow Keys in Text option on the Preferences card of the Home stack.


Examples

set the textArrows to true

Placeholders

trueOrFalse
Any expression that evaluates to the HyperTalk and AppleScript constants true or false.

For example:

true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"


Related Topics

« textAlign | HyperTalk Reference | textFont »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View