![]() |
|
end-of |
Longname: | end-of | ![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Released: | 7.67a | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Created: | 7.67a | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also: | event <?frame> |
Summary |
Two 'events' are defined for autoframes - 'end-of' and 'after-page'. The 'end-of' event occurs when an autoframe is no longer created i.e. its pagelife has been decremented to 0, or the frame has been 'killed'. This event can be used to trigger another frame (which already exists, but has not been placed on a page) to became active and included in page/frame creation by the autocopy. |
Example extract |
This sample when placed inline and formatted will create a frame of 80 x 30mm at 50mm down 70mm accross with the frame name "Simple_1". This frame will start when frame "simple" is no longer active.
|
Syntax
|
frame_name:n ?
|
frame_name:n |
The name of the frame at the end of which should initiate the event trigger. When the frame "frame_name" is finished (i.e no longer created by the autocopy), this 'event' will trigger the new frame to become active. |
If an auto frame is dependant on another auto frame finishing i.e. frame B is to start when frame A is finished, the ’event’ verb takes the event end-of and the name of the frame which causes that event. |
The keyword pageoffset follows the frame name and is the number of pages on from where the ’event’ occurs, where the new frame will start. By default, a frame will start on the same page, which is the same as specifying pageoffset 0, or omitting it altogether. |
e.g >?frame event end-of "A" pageoffset 2< |
Frame A would typically finish because of a <?frame kill "fname"> command or its pagelife coming to an end. See tfpagelife and Technote 0063; Auto Copy and Frame Page Life; 7.68a. |
Document created on 07-Apr-2003 (revision 001)