PUBLIC_IMAGEPATH

The PUBLIC_IMAGEPATH element defines a path relative to the root path appdata/public, where fglrun looks for resources for common images used by applications. The "appdata" resource, as it is commonly known, is set by the resource $(res.appdata.path) in the GAS configuration file, see GAS directories.

Note: UI applications that use GWC for HTML5, see the PATH (under PICTURE) element instead.

Syntax

<PUBLIC_IMAGEPATH>path</PUBLIC_IMAGEPATH>

Where path is a path relative to the root path appdata/public.

Usage example 1

     ...
     <UA_OUTPUT>
        <PROXY></PROXY>
        <PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH>
        <GWC-JS>gwc-js</GWC-JS>
        <TIMEOUT Using="cpn.wa.timeout"/>
     </UA_OUTPUT>
     ...
If the value of the resource $(res.public.resources) is set by default as in the as.xcf file to "common", images are therefore sought in the appdata/public/common directory.
<RESOURCE Id="res.public.resources" Source="INTERNAL">common</RESOURCE>

Usage example 2

     ...
     <UA_OUTPUT>
        <PROXY></PROXY>
        <PUBLIC_IMAGEPATH>myapp/newpictures</PUBLIC_IMAGEPATH>
        <GWC-JS>gwc-js</GWC-JS>
        <TIMEOUT Using="cpn.wa.timeout"/>
     </UA_OUTPUT>
     ...

In this example, the value of the PUBLIC_IMAGEPATH is set to "myapp/newpictures", so images are therefore sought in the appdata/public/myapp/newpictures directory.

Child elements

There are no child elements.

Parent elements

This element is a child of one of the following elements: UA_OUTPUT