{"identifier":47827,"topic":"Commands","name":"show","text":"<code><pre>show menuBar\nshow titleBar\nshow groups\nshow all cards\nshow marked cards<\/pre><\/code> <code><pre>show <i>posInteger<\/i> cards\nshow card picture\nshow background picture\nshow picture of <i>card<\/i><u>\n<\/u>show picture of <i>bkgnd<\/i>\n<\/pre><\/code>\n<code>show <i>field<\/i> <\/code>[<code>at <i>point<\/i><\/code> ]<code> show <i>button<\/i> <\/code>[<code>at <i>point<\/i><\/code> ] <br>\n<br>\n<code>show <i>window<\/i> <\/code>[<code>at <i>point<\/i><\/code> ]<code> show <i>externalWindow<\/i> <\/code>[<code>at <i>point<\/i><\/code> ]<code> <\/code> The<code> show <\/code>command displays HyperCard objects and elements. <br><br>\n\n <code>Show menuBar<\/code> displays the menu bar at the top of the screen (unless the screen is locked).<code> Show titleBar<\/code> displays the title bar on the card window if it\u2019s been hidden. (Normally, the title bar is visible.) <br>\n","related":{"27092":null,"18600":null,"32483":"close","39797":"hide","74795":"location","41060":"mark","82724":"showPict","88724":"visible","50441":"visual"},"examples":"","demo":"on showPictureDemo\n   -- draw a picture and show it only when done:\n   <b>show<\/b> bkgnd field \"demo field\"\n   hide card picture\n   drawPicture -- see below\n   <b>show card picture\n <\/b>  displayMessage \"Click the mouse\" & return & \"to continue...\"\n   set the cursor to arrow\n   wait until the mouseClick\n   lock screen\n   doMenu \"revert\" -- Don't keep the new picture\n   choose browse tool\n   unlock screen with dissolve slowly\n   hide bkgnd field \"demo field\"\n end showPictureDemo\n <br><br>\n\n on drawPicture\n   setUpPaint\n   put \"50,16,12,10,9,8,7,6,5,4,3\" into theSides\n   repeat with itemNum = 1 to the number of items in theSides\n     set polysides to (item itemNum of theSides)\n     drag from \"240,160\" to \"240,250\"\n   end repeat\n end drawPicture\n <br><br>\n\n on setUpPaint\n   set lineSize to 1\n   choose regular polygon tool\n   set the pattern to 1\n   set centered to true\n   set filled to true\n   set grid to false\n end setUpPaint\n ","debug":{"9":["show menuBar\rshow ti"],"10":["show window [at poin"]}}