Hi,
I just wanted to ask, if anybody has tried to use SystemPath property for Browser Control. It seems that it doesn't work at all.
Following the documentation I specified the string in System->Settings and then added url property e.g. ${SystemPath}/sample.html but when looking at the source code of page,
it looks like <iframe id='mainForm-Browser' name='Browser' src='${SystemPath}/sample.html' ...
So it seems, that it doesn't translate the placeholder.
Any help appreciated.