Re: PrivacyBar toggling Proxy on/off
Posted by: levyathan
Date: August 23, 2013 03:00PM

THX, the effect I need is the same that Dead Tabs use. Is there a Tab Bar macros example that I could use for this? Or maybe in the macros for the other buttons from the privacy bar? Where can I find this examples?

I noticed the first macros posted here contained this lines:

$_ProxTog_ButtonName = "PT" ;
$_ProxTog_Command = "macros(_ProxTog_Button)" ;
$_ProxTog_MenuName = "" ;
$_ProxTog_tipText = "Toggle proxy";
$_ProxTog_ImageHot = "ProxyTog.bmp[1]" ;
$_ProxTog_ImageCold = "ProxyTog.bmp[0]" ;
$_ProxTog_ImageDead = "ProxyTog.bmp[2]" ;
$_ProxTog_AddButtonTag = $_ProxTog_ToolbarName.",".$_ProxTog_ButtonName.",".$_ProxTog_Command.",".$_ProxTog_MenuName.",".$_ProxTog_tipText.",".$_ProxTog_BWidth.",".$_ProxTog_BHeight.",".$_ProxTog_ImageHot.",".$_ProxTog_ImageCold.",".$_ProxTog_ImageDead.",".$_ProxTog_LastItem ;
#alert($_ProxTog_AddButtonTag, "button tag DEBUG", INFO);
pluginmsg(toolbars, "AddButton", $_ProxTog_AddButtonTag);
macros(_ProxTog_Status);
}


Could that be the problem?

 
Posted by: adodupan
Date: August 23, 2013 07:24PM

 



Edited 1 time(s). Last edit at 02/29/2016 07:31PM by adodupan.

Re: PrivacyBar toggling Proxy on/off
Posted by: levyathan
Date: August 24, 2013 11:47PM

Thank You, adodupan, I'm trying to figure out where to place this line, if you have further advice, I would appreciate it; in the mean time, I'll just play a little with the macros.

 
Posted by: adodupan
Date: August 25, 2013 08:56AM

 



Edited 1 time(s). Last edit at 02/29/2016 07:32PM by adodupan.

Re: PrivacyBar toggling Proxy on/off
Posted by: levyathan
Date: August 26, 2013 03:47PM

Thanks again, adodupan, I'll try to study the examples and post the results or my resignation grinning smiley

K-Meleon forum is powered by Phorum.