GuiXT Tutorial General Topics 1 2 3 4 5 7 8 9 10 Interactive images 11 12 continue

Sometimes a single image is not sufficient, e.g. if you want to show a business process with several diagrams, or a complex product with several detailed images. For such cases GuiXT offers a simple way to integrate a series of images into the R/3 screen, through which the user can scroll. These multiple images are characterized by a somewhat thicker frame around them and by a special mouse cursor which contains the image sequence number.

Here we integrated a series of diagrams into the R/3 screen which shows the relationship between the R/3 business object repository and the R/3 function library.
A left mouse click displays the next image, a right mouse click the previous image.
You name the image files using a sequence number, e.g. mod01.gif, mod02.gif, mod03.gif...
 In the
Image-command you replace the sequence number by &##, e.g.

Image (7,40) (12,80) "mod&##.gif"

For details see the
Image command documentation.

 Continue