topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 11:28 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: FSubScript plugins acting strange  (Read 3697 times)

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
FSubScript plugins acting strange
« on: September 12, 2010, 04:04 AM »
When I invoke any of the fsubscript plugins from CZB pack that use html view (jscalc, timer, tableDataSearch...) it outputs itself as text, so you can see the source code in the result list area.

Other plugins from CZB pack are working fine. One more thing, the plugins are working fine, for example i type in "tm at 12:00 do something" the alarm gets set, but the plugin is displayed as text instead of html.

I've tried putting a new version of fscript but it just reports an error in the plugin. BTW, it is working ok on my work computer, so it is probably a plugin clash of somekind or something.
It is impossible to make anything foolproof because fools are so ingenious.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: FSubScript plugins acting strange
« Reply #1 on: September 12, 2010, 12:16 PM »
could you see if you can figure out if it is indeed another plugin interfering?
it could also be some problem involving the embedded web browser in farr.

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: FSubScript plugins acting strange
« Reply #2 on: September 12, 2010, 02:40 PM »
I haven't had time to do much testing, but what I saw is this: embedded web browser works fine (either by using htmlviewurl or even by using fssc - FSubScript control panel). I've tried disabling all other plugins with no effect.
I've tried copying the FSubScript plugin and JScalc from my work computer (where it works), still no effect.
It is impossible to make anything foolproof because fools are so ingenious.

ecaradec

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 410
    • View Profile
    • Blog & Projects
    • Read more about this member.
    • Donate to Member
Re: FSubScript plugins acting strange
« Reply #3 on: September 13, 2010, 03:50 AM »
Could you copy everything that is printed ? May be there is a little more than the code... something like asyntax error might be...
Blog & Projects : Blog | Qatapult | SwiffOut | FScript

skajfes

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 267
    • View Profile
    • Donate to Member
Re: FSubScript plugins acting strange
« Reply #4 on: September 13, 2010, 02:32 PM »
It works now.

So, the explanation. Somehow, I've managed to remove html file type extension from the registry, so IE didn't recognize local html files with no doctype defined as text/html so it didn't render them.

Sorry for the trouble guys.
It is impossible to make anything foolproof because fools are so ingenious.