ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > FARR Plugins and Aliases

FScript Javascript SDK - Write FARR plugins in javascript and more.

<< < (6/17) > >>

ecaradec:
FScript 1.7 is uploaded.
onProcessTrigger can now return a set of flags to tell if the result was processed and if farr window should close.

Perry Mowbray:
FScript 1.7 is uploaded.
onProcessTrigger can now return a set of flags to tell if the result was processed and if farr window should close.
-ecaradec (June 23, 2008, 02:45 PM)
--- End quote ---

Wondefrul Ecaradec: Thanks! I'm eager to play with this...  :Thmbsup:

Perry Mowbray:
OR if you are doing a takeover of the OnProcessTrigger, ecaradec just added the ability to tell farr not to close -- you return a value of 1 from that event function. BUT BUT BUT -- i don't think ecaradec has made that new version of fscript public yet (1.6) so you need that first.
-mouser (June 22, 2008, 05:08 PM)
--- End quote ---

What I'm wondering about doing is showing the HTML window with a page generated by the plugin: is that process documented somewhere?

Would it be something as easy as:

--- Code: Javascript ---var htmlString = "<html><body>Hello World</body></html>:;FARR.setStrValue("window.htmlmode",htmlString);

mouser:
you would call it like this
FARR.setStrValue("launch","showhtml "+htmlString);

Perry Mowbray:
you would call it like this
FARR.setStrValue("launch","showhtml "+htmlString);
-mouser (June 23, 2008, 06:48 PM)
--- End quote ---

 :Thmbsup:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version