Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
pop card
pop card { into | after | before } ¬
[chunk
of] container
pop card
command retrieves the identification (full card ID and stack path name) of a card previously saved with the push card
command. pop
goes directly to the popped card. pop
puts the card’s identification into the container, and you don’t go anywhere. You can then check the card ID or stack to decide whether you want to return to that card. on goHomeAndBack
set lockmessages to true -- to leave this field up
push this card
go to card 3 of stack "Home"
wait 30
pop card
end goHomeAndBack
myVariable
[the] selection
the Message box
btn 3
bg btn "Names"
card field 1
bkgnd field "Total"
menu 2
menu "Edit"
Additionally, you can refer to a button or field by its part number:card part 1
last background part
AppleScript DefinitionAn object that contains one or more other objects, known as elements of the container. In a reference, the container specifies where to find an object. You specify containers with the reserved words of
or in
.'s
) to specify containers. For example, infirst window's name
the container is first window
. The object it contains is a name property.
Commands
Version 0.7b1 (March 24, 2022)