Home
Categories
Dictionary
Download
Project Details
Changes Log
Who We Are
FAQ
License

Pictures definition


    1  Grammar
    2  Example
    3  See also

The pictures definition is an XML file which is defined in the properties file with the properties "pictures". It defines the list of pictures that can be used by the Server. Supported graphic file formats are: png, jpeg, gif, bmp. It specifies the pictures available on the Server and their index as used by widgets such as A661_PICTURE, A661_PICTURE_PUSH_BUTTON, etc...


It is used by both the server and the client.

Grammar

See the Pictures Schema

Example

   lt;pictures desc="DefPictures" baseURL=".">
      <picture index="2" name="Ball" url="ball.jpg" />
      <picture index="3" name="Hand" url="hand.png" size="stretched" />
      <picture index="4" name="Warning" url="warning.png" size="proportionate" />
      <picture index="5" name="Crocodile" url="crocodile.png"/>
   </pictures>

See also


Categories: client | conf | server | user

Copyright 2016-2017 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v2 licence