Images

Specifies the name of the directory where image files are stored. You can specify more than one directory by using a comma-separated list.

Images=DirectoryPath{,DirectoryPath}

Default value: WorkingDir
File section: [paths]

Description

Uniface always looks in the current directory first. If the image file cannot be found, Uniface searches the directories specified by this setting. If the image is still not found, an error is displayed. If you use an explicit path to specify an image, this setting is ignored.

An image file is referenced when the name starts with a @. For example, when a picture widget gets the value @mypicture.gif, Uniface tries to load this image from the working directory. If the Images setting is present, Uniface then tries to load it from the specified directory.

[paths]
images=d:\myimages, c:\mypictures

Related Topics