General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 

Pages: PreviousFirst...8889909192...LastNext
Current Page: 90 of 179
Results 2671 - 2700 of 5344
9 years ago
siria
this? getpref(INT,$_Proxy_Type)==0 ? $_z="1" : $_z="0"; pluginmsg(toolbars,"CheckButton", "&Privacy Bar,macros(Proxy_Toggle),".$_z);
Forum: General
9 years ago
siria
Nothing wrong in your cfg, Yogi. The command "Stay pressed!" can only be fired by macro. Dorian mentioned this new command wouldn't work yet: checkbutton("&Privacy Bar", "macros(Proxy_Toggle)", getpref(INT,$_Proxy_Type) == 0 ? true : false); and to use the old one instead: pluginmsg(toolbars,"CheckButton", "&Privacy Bar,macros(Proxy_
Forum: General
9 years ago
siria
Am a little bit behind, as usual ;-) Noticed now that those icon-text buttons are already built into beta3! And slowly, slowly starting to figure it out a bit better.... Have now shortened in toolbars.cfg the button names (text before {) for the privbar, and deleted the "clear" words since they already show a trash bin. And voila - now the privbar is only about half as long! PS: in
Forum: General
9 years ago
siria
QuoteDorian !Proxy{ macros(Proxy_Toggle)|Pro&xy Disable proxy. check.png[0,32,32] } After having just read in changelog that "!" will create a text button, and knowing that "check.png" is just the small red-green dot, this looks quite exciting now! Reads like an icon PLUS text button?! I wouldn't even have started to dream of such a possibility... :O And mo
Forum: General
9 years ago
siria
offtopic QuoteJamesDI am trying very hard to do away the privacy bar on my system. It is far too long to fit my displays except for one which has a wide screen monitor. Very sorry to hear The default Aura skin in KM74 still uses huge 64x13 buttons, like old Phoenity. Klassic is smaller, 54x10, but has a microscopic font. But years ago I made myself one with smaller buttons, 46x11, and same
Forum: General
9 years ago
siria
QuoteYogiThe only difference here is that the macro doesn't have to create its own toolbar nor to set its own image. And the solution to this is that you delete the buildbutton stuff in the macros :cool: However the SYNC-button stuff must be kept, because that is what tells the button to stay in pressed state or not. And as toolbar name in that sync-block use the name of the privbar. And
Forum: General
9 years ago
siria
Am not sure if I understand any of this, but in general, if you want another action on a button, and that action is contained in the kmm already in the menus somewhere, another button action wouldn't be a major prob.
Forum: Extensions
9 years ago
siria
QuoteDorianQuotesiriaIn my VISTA I have 3 accounts (1admin, 2user, 3guest) What's weird, only in the "2user" account the button background for KM-Icon and PageLoadError and counter button is BLACK. Interesting. Do you have hardware acceleration disabled (layers.acceleration.disabled)? Your accounts have the same display settings? That pref is false. All "layers" pr
Forum: Announcements
9 years ago
siria
QuotePaste and Go: This is a discontinued extension which did what was built into Opera. Just right-click on the Go-button, it's already there QuoteRefreshBlocker: This extension prevents redirects from auto-refreshes. https://addons.mozilla.org/en-US/firefox/addon/refreshblocker/ Sometimes hitting ESC-button helps, but of course that's not automatic sorry. There may be some
Forum: Extensions
9 years ago
siria
Hmmm... I doubt that all that is possible... And probably not easy with your eyesight probs. Because customizing and adding KM toolbars requires that you edit text files, no drag-n-drop possible. But perhaps lets just try... - NoUN Buttons, which is back/forward with dropdowns for recent pages; Did you know you can RIGHT-CLICK on LOTS of KM-buttons to see a menu? The left-forward buttons w
Forum: General
9 years ago
siria
Krass! Rats... I mean - incredible! (again) Thanks for info. And actually, just found a folder c:/windows/cookies now in my win98, dating from today, containing a dat-file of 32kB (!!!)
Forum: Bugs
9 years ago
siria
Black button backgrounds: In my VISTA I have 3 accounts (1admin, 2user, 3guest) What's weird, only in the "2user" account the button background for KM-Icon and PageLoadError and counter button is BLACK. But not in the other accounts. I first assumed it may have to do with the windows theme, but 1+2 have XP-look-taskbar, 3 has Vista-look That is with the same portable pro
Forum: Announcements
9 years ago
siria
Real glad you guys figure such complicated stuff out! Wouldn't be able to do that myself at all. And now reminded me: wasn't there something with an automatic 'healthreport' pref at startup...? Dimly remember having read it somewhere, confirming to me of course googles insidious forced spying again, and later reading somewhere that it would connect to a browsers homepage... w
Forum: Announcements
9 years ago
siria
Hm, now have a prob, am almost ready to post a new macro with a button, but into which folder do I place the pics now, if the macro shall work for all KM versions? Don't want to make 2 different macro versions
Forum: Announcements
9 years ago
siria
Not here. Perhaps a long-click? Still old bug: Edit > Configuration > Toolbars shows an error, because toolbars.cfg is "not found". Improvement request: Please add some default right-click menus to the privbar buttons, it's the perfect place to quickly find something! If it helps, on my old classiria skin I have: macros(pref_ToggleCookies)|P&ermissions macro
Forum: Announcements
9 years ago
siria
Just a pref: main.kmm still contains that line $KM_Version=getpref(STRING,"general.useragent.vendorSub"); But can't find that pref in about:config anymore.
Forum: Announcements
9 years ago
siria
Not everything needs to be done by manually editing text files. Especially for customizing Bookmarks there are *4* tabs in the Options sheet to choose all sorts of settings, incl. showing a button at all or not ;-) (Just not for menu on left-click button)
Forum: General
9 years ago
siria
Sounds GREAT, tons of fixes - really glad KM is so much alive again And guess the missing spellcheck had been a killer for lots of people, so that's now fixed too. Personally I love most that all those ancient macro bugs seem finally all fixed - whew!! Those were such eternal struggles driving me crazy, and often had to give up on new macros after wasting endless time in vain, and just
Forum: Announcements
9 years ago
siria
Hehe, sounds like this is your browser Same for me!
Forum: Improvement requests
9 years ago
siria
I see you're quite skilled already QuotefoliatorI've added &Privacy to the main menu, so bringing up that list is quicker than going through Tools/Privacy. Also, since it's now a main menu item, I can pop up that list by pressing its accelerator, Neat idea - it doesn't really matter how long the main menu is, since the right part can always be covered by other button
Forum: Improvement requests
9 years ago
siria
To customize the wording for flashblock you can do this: Open main.kmm in the macros folder with notepad or a better editor. Make a backup copy of this line and add some comment for later info. statusbar(sub("%s",getpref(BOOL,$KM_Flashblock)?$on:$off,_("Flashblock %s"))); Then change it to this: statusbar(sub("%s",getpref(BOOL,$KM_Flashblock)?$off:$on,_(&q
Forum: Improvement requests
9 years ago
siria
Statusbar needs heavy programming, probably out of reach. Why not just use a tinier privbar? Images can be as tiny as you wish if painting them yourself :cool: Or if buttons may be a little bigger, try a text-based bar without any images needed. How: if your skin has a traditional toolbars.cfg, disable in the PrivBar section ALL bmp-lines with #, and shorten the button names to 1 charact
Forum: Improvement requests
9 years ago
siria
Hmm... KM75 now has a removebutton function, so an alternative might be to first delete the original button, then built a new one by macro. Then again, the toolbar names and image names might be different for different users. Perhaps not such a good idea... Best would be if Dorian can fix it fully, so that rebarmenu can get icons. Then all menus could be added without needing extra macros. And
Forum: General
9 years ago
siria
Isn't it really insidious?! Just to allow google to spy on users as much as possible at any costs, they program other servers like youtube in a way to force users to "deliberately" allow google to follow them all over the web, not just on their own sites and youtube itself! But good to know this trick makes comments possible again, thanks whoever figured this out. And thanks f
Forum: General
9 years ago
siria
Don't be too hard. While this brandnew alternative skin configuration actually is a pure KM decision, nearly all other broken things after new versions are caused be Mozilla, making their gecko machine more and more less adjustable to other browsers. Rather have the impression they fully intentionally make it as hard as possible now! And I understand it takes an incredible amount of time an
Forum: General
9 years ago
siria
Am currently working much on my old favorites macro again, and just yesterday discovered that this prehistoric function favorites(Config) can actually switch the fav menu folder instantly - kinda cool for macroplayers Of course NOT using the native favorites(Add) then, which can't seem to change folders during a session. But there's one little bug: when calling that Config-command
Forum: Announcements
9 years ago
siria
Hi jopower, You haven't discovered the tons of KM macros out there yet, have you? I know they are very easily overlooked here. Try kmext.sf.net, and here in this forum the "extensions" department, and rather outdated some here http://kmeleon.sourceforge.net/wiki/MacroLibrary I'm sure there are already some macros out there who can "Send To" desktop etc., alth
Forum: Improvement requests
9 years ago
siria
Had tried it with rebarmenu on Vista, pressing the button did then work as expected, like in old skins. Basically "rebarmenu" was invented to turn a menu into a plugin command.
Forum: General
9 years ago
siria
James, calling a menu is easy and works fine, as written already (my first post above, same way works for old and new skins). The prob is another one: the new system shows NO ICON for it. Rain - no idea when I made it sound like moving. Sure didn't mean it either. Your preferred way just happens to be exactly my own one too The trouble is that your current (default) skin is built in
Forum: General
9 years ago
siria
Speaking of hotlist, I just checked an age old bug and it's still there, KM75b3up1 in Vista: When adding a new entry, all nicks are deleted when the browser exits. In KM1.6/1.7 exchanging hotlist.dll with the 2009-Version from KM1.54 still worked fine, but in KM75 it doesn't work at all anymore.
Forum: Announcements
Pages: PreviousFirst...8889909192...LastNext
Current Page: 90 of 179

K-Meleon forum is powered by Phorum.