Category / Domain: | Tools |
SCOL Voy@ger Compatibility: | V 3.5 or above |
Update: | 03/2004 |
The Bitmap module displays
an image following a given action by the user. It can manage several images
simultaneously. After clicking on an object or a texture, the user will see
an image appear in the popup window or the interface.
A title is associated at every bitmap.
Figure 1 : Interface of expoPhoto module
Files : path of each bitmap
Alias : Name of alias
appearing as an action
Title : Title appearing with bitmap
Add a bitmap : To select
images to be displayed. Once images are added, a preview is available in the
right window
Delete a bitmap : To delete an image
from the list.
A double-click will open the bitmap
Implementation
Open the SCS creation tree, select the Tools folder and double-click on the
expoPhoto 1.0.
Create required links for the project. Create a zone in the document client
(or it displays in a popup window)..
Action | Function |
module.event
à expophoto.start |
Starts module
at customer site and downloads the image file(s) to customer site. |
module.event
à
expophoto. destroy |
Stops module
at customer site. |
module.event
à
expophoto.alias |
Displays the image matching the alias. |
Event | Function |
expophoto.clickleft
à module.action |
Triggers
an action after user left clicks on any image. |
expophoto.clickright
à module.action |
Triggers
an action after user right clicks on any image. |
expophoto.alias.right
à module.action |
Triggers
an action after user right clicks on image. |
expophoto.alias.left
à module.action |
Triggers an action after user left clicks on image. |
expophoto.in -> module.action | The bitmaps are loaded on the client |
Area | Function | Interface | Assignment |
expophoto.bitmap | Display images | Client | No |