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.

longWindowTitles

set the longWindowTitles ¬
    to trueOrFalse


The longWindowTitles returns or sets whether HyperCard displays the full path name of a stack in the title bar of all windows that contain stacks. Its default value is false.

WARNING: Commands or properties that reference stack windows by name won't work once you set the longWindowTitles to true because the name becomes the full path name of a stack.

For example, compare the following two commands:

show window "Home" 
show window "My HD:HyperCard:Home"
The first works only when the longWindowTitles is false, the second only when it's true. Check the value of the longWindowTitles before you use such commands or properties, or force it to be false in your stack (which takes away the feature).


Examples

get the longWindowTitles

set the longWindowTitles to true

Demo Script

on longWindowTitlesDemo
  set the cursor to watch
  set the longWindowTitles to not the longWindowTitles
  wait 2 second
  set the longWindowTitles to not the longWindowTitles
end longWindowTitlesDemo

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

« lockText | HyperTalk Reference | markChar »


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.

longWindowTitles

set the longWindowTitles ¬
    to trueOrFalse


The longWindowTitles returns or sets whether HyperCard displays the full path name of a stack in the title bar of all windows that contain stacks. Its default value is false.

WARNING: Commands or properties that reference stack windows by name won't work once you set the longWindowTitles to true because the name becomes the full path name of a stack.

For example, compare the following two commands:

show window "Home" 
show window "My HD:HyperCard:Home"
The first works only when the longWindowTitles is false, the second only when it's true. Check the value of the longWindowTitles before you use such commands or properties, or force it to be false in your stack (which takes away the feature).


Examples

get the longWindowTitles

set the longWindowTitles to true

Demo Script

on longWindowTitlesDemo
  set the cursor to watch
  set the longWindowTitles to not the longWindowTitles
  wait 2 second
  set the longWindowTitles to not the longWindowTitles
end longWindowTitlesDemo

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

« lockText | HyperTalk Reference | markChar »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View