{"identifier":74508,"topic":"Properties","name":"longWindowTitles","text":"<code><pre>set the longWindowTitles \u00ac\n    to <i>trueOrFalse<\/i><\/pre><\/code> <br><br>\n\n The<code> longWindowTitles <\/code>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. <br><br>\n\n <b>WARNING: <\/b>Commands or properties that reference stack windows by name won't work once you set the<code> longWindowTitles <\/code>to true because the name becomes the full path name of a stack. <br>\n<br>\nFor example, compare the following two commands: <br><br>\n\n <code><pre>show window \"Home\" \nshow window \"My HD:HyperCard:Home\"\n<\/pre><\/code> The first works only when the<code> longWindowTitles<\/code> is false, the second only when it's true. Check the value of the<code> longWindowTitles<\/code> before you use such commands or properties, or force it to be false in your stack (which takes away the feature). <br>\n","related":{"77648":"name"},"examples":"get the longWindowTitles\n\nset the longWindowTitles to true","demo":"<code><pre>on longWindowTitlesDemo\n  set the cursor to watch\n  set the <b>longWindowTitles<\/b> to not the <b>longWindowTitles<\/b>\n  wait 2 second\n  set the <b>longWindowTitles<\/b> to not the <b>longWindowTitles<\/b>\nend longWindowTitlesDemo<\/pre><\/code>\n ","debug":{"9":["set the longWindowTi"],"10":["For example, compare"]}}