Hello.
I would like help changing the time so that it is possible to select the time with <settingConfig type="list">?
GetTime = app.getProperty("TIME");
when i do this:
<setting propertyKey="@Properties.TIME" title="@Strings.TIME">
<settingConfig type="list">
<listEntry value="0">@Strings.00:00</listEntry>
<listEntry value="1">@Strings.00:30</listEntry>
<listEntry value="2">@Strings.01:00</listEntry>
<listEntry value="3">@Strings.01:30</listEntry>
</settingConfig>
</setting>
then I get a message:
ERROR: Rez:34,19: mismatched input '00' expecting {'Method', ID}
How can I easily include a time transformation in the settings.xml file?
Thanks for the advice and type.