Topic: APLX Help : System Classes : Callbacks : onReady
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'onReady' callback


Event number: 42
Generated for: Browser and APL (child task) object

Browser

For a Browser object, the onReady callback is invoked when a new page has been loaded.

APL object

The onReady callback is invoked in an APL object belonging to a parent task when the state of the child task changes from executing to ready for input.

The event-specific parameters in ⎕EV are (in index origin 1):

        ⎕EV[6]         Task ID for the child task

See the section on APLX Multi-tasking for more details.


Topic: APLX Help : System Classes : Callbacks : onReady
[ Previous | Next | Contents | Index | APL Home ]