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

New FARR plugin : FFTab allow to switch firefox tab

<< < (2/3) > >>

ecaradec:
Is a pcommand just running a command on trigger ? It seem that I don't know everything FARR :). However if you look at the code, it is very easy to do something else with it. There is a ffeval function that open a socket, write and read then return the value.**

fsubscript is enough complete so that it could be distributed with FARR ihmo. Updates will do the rest. Czb is it ok for you ? May be we could put the update  somewhere on dc ?

mouser:
pcommand is just a way for one plugin or alias to send a broadcast to all plugins, and the plugin that understands the request performs it.

ecaradec:
do I catch the pcommand on the onprocesstrigger function ?

mouser:
no it's called with a setstrvalue

czb:
Yes, it is handled by
setStrValue: function (varname,value){
  if(varname == "pcommand"){
  }
}

--- End quote ---
when using fsubscripts.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version