Hello Guenter,
try to set your system language of your development system to
english...in the user interface core component script they use for a
comparison of true <"true"> instead of <true> as value...here an
example:
If cmiThis.Properties("cmiShowMyDocuments").Value = "True" then
In german the value of "If
cmiThis.Properties("cmiShowMyDocuments").Value" results in Wahr and not
in True.
You should create your own User Interface Core Component with the
according script and the following syntax:
If cmiThis.Properties("cmiShowMyDocuments").Value = True then (instead
of "True")
regards,
flo