Messages - Vanav [ switch to compact view ]

Pages: prev1 [2] 3 4 5next
6
FARR Plugins and Aliases / Re: Alias: WolframAlpha Search
« on: May 03, 2018, 05:43 PM »
The problem should be fixed and both launching the url in external browser and internal browser with htmlviewurl should now work.
Bug is fixed, thank you!

7
FARR Plugins and Aliases / Re: Alias: WolframAlpha Search
« on: May 01, 2018, 12:22 PM »
If I create an alias:
htmlviewurl http://www.wolframalpha.com/input/?i=$$u1
it will not work correctly: for input "2+3" it will open inline browser with URL http://www.wolframalpha.com/input/?i=2+3, that is not correct: "+" sign is lost because it is not escaped (click URL to check).

8
FARR Plugins and Aliases / Re: Alias: WolframAlpha Search
« on: May 01, 2018, 11:51 AM »
Maybe the + sign is being lost of encoded wrongly.  Can you see what it puts in the url where your + sign should be?
Alias:
htmlviewurl http://www.wolframalpha.com/input/?i=$$u1 /ICON=icons\wolframalpha.ico
Input: "wa 2+3"
Target path:
htmlviewurl http://www.wolframalpha.com/input/?i=2%2b3
I press Enter, got embed browser, right click, Properties, Address: http://www.wolframalpha.com/input/?i=2+3

So, URL encoding is somehow lost if using embed browser.

9
Let me know if it's fixed.
Thank you, it is fixed now.

10
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?

Pages: prev1 [2] 3 4 5next
Go to full version