DrWeb plugin and kmeleon 1.5
Posted by: soccerfan
Date: August 10, 2008 05:06PM

I installed the DrWeb macro from jujuland's site in KM1.5.
But I get several error messages ('not initialized')
when I try to use it. I'd like to know if someone
has been successful in using this. Many thanks.

soccerfan
PS: By the way, the same plugin works fine in KM1.1.3.

Re: DrWeb plugin and kmeleon 1.5
Posted by: desga2
Date: August 10, 2008 05:38PM

DrWeb macro isn't updated to use with tabs in 1.5.
You need change layers references to tabs in kmm macro file.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 08/10/2008 05:38PM by desga2.

Re: DrWeb plugin and kmeleon 1.5
Posted by: soccerfan
Date: August 10, 2008 06:03PM

Quote
desga2
DrWeb macro isn't updated to use with tabs in 1.5.
You need change layers references to tabs in kmm macro file.

I feared as much, even thoughoOn jujuland's extension page the
drweb 'extension' is shown for both kmeleon 1.1.x and 1.5.x.

As to changing layers references to tabs, I have no idea how.
Perhaps some some kind soul can help (drweb.kmm is just a few lines of code).

Many thanks,
soccerfan

Re: DrWeb plugin and kmeleon 1.5
Posted by: desga2
Date: August 10, 2008 06:24PM

JujuLand tried the extensions in 1.5 with layers plugin not with tabs to check compatibility.

If you post drweb.kmm macro code i can update it.

K-Meleon in Spanish

Re: DrWeb plugin and kmeleon 1.5
Posted by: soccerfan
Date: August 10, 2008 06:42PM

Quote
desga2
JujuLand tried the extensions in 1.5 with layers plugin not with tabs to check compatibility.

If you post drweb.kmm macro code i can update it.
Thanks desga2. Here is drweb.kmm.
Sorry, don't know how to get rid of the emoticons
(each emoticons at three places in the code is a colon.)
______________________________________________________________


# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- DrWeb online antivirus Extension --------------------------------------------------------------------------
#
# Dependencies :
# Resources : -
# Preferences : -
#
# ------------------------------------------------------------------------------------------------------------------

DrWeb{

menugrayed=(substr($LINKURL,0,9)=="resource:"?truesad smileysubstr($LINKURL,0,5)=="file:"?truesad smileysubstr($LINKURL,0,7)=="chrome:"?truesad smileysubstr($LINKURL,0,6)=="about:"?true:false))));
$OpenURL="http://online.drweb.com/result?firefoxplugin=1&url=".$LINKURL; $ExecMacros="OpenURL_InNewWindow"; &ExecMacros_Frames;}

# ----- PRIVATE

_DrWeb_BuildMenu{
setmenu(LinkSave,macro,"Scan Link Content for &Virus",DrWeb,-1);
}

$OnInit=$OnInit."_DrWeb_BuildMenu;";

# ------------------------------------------------------------------------------------------------------------------
$macroModules=$macroModules."DrWeb;";

Re: DrWeb plugin and kmeleon 1.5
Posted by: JujuLand
Date: August 10, 2008 06:46PM

As Desga says, I had tried extensions with 1.5a2 probably and using layers instead of tabs.

I haven't yet had time to modify all the extensions, and in fact I'm waiting desga2 to answer to my mails for testing Extension 2.10tongue sticking out smiley

The new extension version will be a great improverment of KMES, because it will offer the possibility to uninstall extension and to report info about extensions installed.

The new setup system also check K-Meleon version for compatibility with the extension.

As I said, I have some minor things to do before putting it online, but I must also make again all the extensions with the new system.

Patience ...

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: DrWeb plugin and kmeleon 1.5
Posted by: soccerfan
Date: August 10, 2008 07:09PM

Quote
desga2
If you post drweb.kmm macro code i can update it.

Thanks desga2. I figured out how to poste it as code.
My mistake: each emoticoni is a combination of a colon ':' and left parenthesis '('
______________________________________________________________

 # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- DrWeb online antivirus Extension --------------------------------------------------------------------------
#
# Dependencies : 
# Resources : -
# Preferences : -
#
# ------------------------------------------------------------------------------------------------------------------

DrWeb{

menugrayed=(substr($LINKURL,0,9)=="resource:"?truesad smileysubstr($LINKURL,0,5)=="file:"?truesad smileysubstr($LINKURL,0,7)=="chrome:"?truesad smileysubstr($LINKURL,0,6)=="about:"?true:false))));
$OpenURL="http://online.drweb.com/result?firefoxplugin=1&url=".$LINKURL; $ExecMacros="OpenURL_InNewWindow"; &ExecMacros_Frames;}

# ----- PRIVATE

_DrWeb_BuildMenu{
setmenu(LinkSave,macro,"Scan Link Content for &Virus",DrWeb,-1);
}

$OnInit=$OnInit."_DrWeb_BuildMenu;";

# ------------------------------------------------------------------------------------------------------------------
$macroModules=$macroModules."DrWeb;";

@jujuland: Thanks for your efforts. Trying out the new toy (KM1.5) is infectious!

soccerfan

Re: DrWeb plugin and kmeleon 1.5
Posted by: desga2
Date: August 10, 2008 07:31PM

Quote
JujuLand
I haven't yet had time to modify all the extensions, and in fact I'm waiting desga2 to answer to my mails for testing Extension 2.10

Sorry, i'm some busy, but i'll tested in next days. tongue sticking out smiley

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- DrWeb online antivirus Extension --------------------------------------------------------------------------
#
# Dependencies :
# Resources : -
# Preferences : -
#
# ------------------------------------------------------------------------------------------------------------------

DrWeb{
menugrayed=(substr($LinkURL,0,9)=="resource:"?true : (substr($LinkURL,0,5)=="file:"?true : (substr($LinkURL,0,7)=="chrome:"?true : (substr($LinkURL,0,6)=="about:"?true:false))));
$OpenURL="http://online.drweb.com/result?firefoxplugin=1&url=".$LinkURL; $ExecMacros="OpenURL_InNew"; &ExecMacros_Frames;
}

# ----- PRIVATE

_DrWeb_BuildMenu{
setmenu(LinkSave,macro,"Scan Link Content for &Virus",DrWeb,-1);
}

$OnInit=$OnInit."_DrWeb_BuildMenu;";

# ------------------------------------------------------------------------------------------------------------------
$macroModules=$macroModules."DrWeb;";

K-Meleon in Spanish

Re: DrWeb plugin and kmeleon 1.5
Posted by: soccerfan
Date: August 10, 2008 08:08PM

Thank you desga2. I see that the case sensitive 'linkurl' entries
and the 'openwithnew' (for a new tab) did the trick. Much obliged!

soccerfan

K-Meleon forum is powered by Phorum.