
Display_Data &Dat(,),Dat_W,Dat_S,&Col(),Ix,Iy,Iw,Ih,X,Y,W,H |
| Dat(,) |
The field which should be displayed. |
| Dat_W |
Number of field elements per row. |
| Dat_S |
Number of bytes one field element occupies. |
| Col() |
This field must contain a color table. |
| Ix,Iy,Iw,Ih |
These four parameters define a sub field of Dat(,). |
| X,Y,W,H |
These parameters determine the destination rectangle on the active
graphics port. |
| Display colored data. |
Easy_Fnav R Fsspec$,R Type$,Prompt$[,Title$[,X,Y]],R
Sel |
| Fsspec$ |
Default path when calling or selected object after reentry. |
| Type$ |
File type list and/or default name. |
| Prompt$ |
This is a string output in the Fileselectbox. |
| Title$ |
Window title of the Fileselect box. |
| X |
X-position of the upper left corner of the Fileselectbox. |
| Y |
Y-position of the upper left corner of the Fileselectbox. |
| Sel |
Type of Fileselectbox when called or number of selected objects after
reentry. |
| This procedure uses the File Navigation Services introduced by Mac
OS 8.5 to depict a Fileselectbox. |
Pick_Color
X,Y,Prompt$,Color_In,Color_Out,R Button |
| X |
X-position of the upper left corner of the box. |
| Y |
Y-position of the upper left corner of the box. |
| Prompt$ |
Titel of the dialog box. |
| Color_In |
Index of the input color. |
| Color_Out |
Index of the output color. |
| Button |
Information about the way of canceling. |
| Display the color picker dialog box. |