Hi,
thanks, this is a known bug in the showtext.xml (missing quotes) and will be fixed in the next release.
To fix it manually edit the showtext.xml and change this line:
|
Source code
|
1
|
set(showtext, action(showtext_xml,%%1,%%2) );
|
to this:
|
Source code
|
1
|
set(showtext, action(showtext_xml,'%%1','%%2') );
|
and this line:
|
Source code
|
1
|
set(showtext_text, %1);
|
to this:
|
Source code
|
1
|
set(showtext_text, '%1');
|
Best regards,
Klaus