After updating to latest FARR version I see new popup windows:
[Window Title]
Web Browser: Find and Run Robot
[Content]
Sheetfiltepath: C:\Users\Ivan\Documents\DonationCoder\FindAndRunRobot\MyLocalData\userstylesheet.css
[OK]
[Window Title]
Web Browser: Find and Run Robot
[Content]
Htmlstr to show is: <head><link rel="stylesheet" type="text/css" href="file://C:\Users\Ivan\Documents\DonationCoder\FindAndRunRobot\MyLocalData\userstylesheet.css">
</head><body><i>hello here</i></body>
[OK]
How to reproduce:
1) Create plugin directory with fscript.dll of any version.
2) Create fscript.js based on FScriptSample with a call (
full source):
FARR.setStrValue("launch", "showhtmlraw <i>hello here</i>");
3) Type "fscript".
There is no issue with "htmlviewurl" or "showfilehtml", also creating userstylesheet.css changes nothing. This popups are very annoying with plugins line CZB_pack.
How can I fix this?
Where can I download previous version of FARR as a temporary workaround?