Please enable JavaScript to view this site.

A-Shell Development History

AUI_IMAGE enhancement: IMGOP_LOAD (1) supports optional parameter to specify page number.

xcall AUI, AUI_IMAGE, IMGOP_LOAD, handle, status, filename {,pageno}

pageno (num) [in]

may specify the page number of a multi-page TIF to display. The first page is considered 1. 0 is also treated as 1.

Note that in order for this feature to be used with ATE, both server and client must be on A-Shell 6.1.1362.0 or later.

Also note that since each page could potentially have a different configuration, in order to retrieve information on the page (with IMGOP_INFO), first load the page using IMGOP_LOAD.