Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=Yogi] Just in case someone will use the Klassic skin (W2K) with JamesD's macros: PBProxyTog.bmp [img]http://www.inselpix.com/img/8663317069.bmp[/img] The below bitmap would be the proper one but for some reason it doesn't work as it should: [img]http://www.inselpix.com/img/392028464477.bmp[/img] It might be a more proper way to do it but I found out that by adding the below 2 lines the proxy status will be also displayed in the status bar. [code] _PBProxTog_B_N_0{ setpref(INT,"network.proxy.type",0); $_PBProxTog_IconTag = $_PBProxTog_ToolbarName.",".$_PBProxTog_Command.", COLD, PBProxyTog.bmp[2]" ; pluginmsg(toolbars, "SetButtonImage", $_PBProxTog_IconTag); [b]setpref(INT,$_Proxy_Type,0); statusbar(_("Connecting directly"));[/b] } _PBProxTog_B_E_1{ setpref(INT,"network.proxy.type",1); $_PBProxTog_IconTag = $_PBProxTog_ToolbarName.",".$_PBProxTog_Command.", COLD, PBProxyTog.bmp[0]" ; pluginmsg(toolbars, "SetButtonImage", $_PBProxTog_IconTag); [b]setpref(INT,$_Proxy_Type,1); statusbar(_("Connecting over proxy"));[/b] } [/code][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development