Hi,
I want to show an alert when a text input is changed in a coach view using the code
bpmext.ui.alert("", tw.resource.MyResource.MyMessage );
for the text input onchange event:
But the message is not displayed (when I use a constant string like "ABC", it is displayed) and no runtime error comes. MyResource contains a MyMessage localizable string of course and is added to the coach view and there is an alert view consuming all alerts.
If I define a configuration variable for the coach view containing the text input and the alert view, and set the onchange event to bpmext.ui.alert("", tw.local.ConfigMsg); it do not work too.
What's wrong? How should I retrieve a localized string or a local variable in a coach view, in an event code?
Thx,
Laszlo