User manual
Automation Protocol Filename-Based Commands
Miranda Technologies Ltd Page 96
Example 2:
void EnquireImageLoadMode(int Layer)
{
remote_send("Rm%1x", Layer);
}
The information returned is:
Format Field Description
%c%c Cmd Rm
%1x Layer Layer No.
%x Mode Current mode
Validate Template RA
This command allows the media references made within Intuition templates
to be validated.
Intuition template files typically reference many other media files including
OXT images, and OXI animations. It is therefore important to know that all
of these references are valid before bringing the template to air.
CMD Param_1
RA Filename
The information returned is:
Format Field Description
%c%c Cmd RA
%s| Filename Template filename, ending
with pipe separator
%01x Template exists 1=Template exists
0=Template missing
%04x Number of
missing files
How many files in the
subsequent list
|%s|%s. . . . |%s Missing media Piped list of missing media
filenames
Examples of information returned from the automation enquire of the
contents of MyTemplate.tem using the command "RAMyTemplate.tem"
1) The template does not exist: RAMyTemplate.tem|00000