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=soccerfan] Thanks JamesD. I tried it and it seems to work. I face two problems though: First: when proxy is on, I can see the green checkmark, but when I toggle it, I only see the word 'Proxy' without the red x. Could it be because of the different size (&Privacy Bar(64,13){) for the Phoenity skin? Second: In order to pick up on changes from TOOLS - PROXY, I'm not sure where to place this line &PBProxTog_ToolsAlert; in two places in my proxy.kmm because it is so different from what you listed for km1.5.x. The relevant portions for my proxy.kmm seem to be somewhere here: [code] Proxy_None{ menuchecked=(getpref(INT,$_Proxy_Active."type")==0); setpref(INT,$_Proxy_Active."type",0); &_Proxy_Status; } Proxy_Auto{ menuchecked=(getpref(INT,$_Proxy_Active."type")==4); setpref(INT,$_Proxy_Active."type",4); &_Proxy_Status; } Proxy_File{ menuchecked=(getpref(INT,$_Proxy_Active."type")==2); getpref(STRING,$_Proxy_PACURL)==""?0: setpref(INT,$_Proxy_Active."type",2); &_Proxy_Status; } Proxy_Custom{ menuchecked=((getpref(INT,$_Proxy_Active."type")==1)*(getpref(STRING,$_Proxy_Custom.$ARG.".http")==getpref(STRING,$_Proxy_Active."http"))); $__srvr=getpref(STRING,$_Proxy_Custom.$ARG.".http"); $__port=getpref(INT,$_Proxy_Custom.$ARG.".http_port"); # When no server url is set, do not change anything! $__srvr==""?0: setpref(STRING,$_Proxy_Active."http",$__srvr); $__srvr==""?0: setpref(INT,$_Proxy_Active."http_port",$__port); $__srvr==""?0: setpref(INT,$_Proxy_Active."type",1); &_Proxy_Status; } [/code] Any help appreciated. If needed, I could post the entire contents of proxy.kmm NOTE: In the code above, there is no space between ':' and 'setpref' in four places. EDIT: My first problem (not seeing checkmark) is solved, thanks to Yogi's new bmp (see post below). EDIT 2: Second Problem also solved. I added the line at the end of the Proxy_None and Proxy_Custom sections and everything works as expected.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development