Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 

Pages: PreviousFirst...910111213...LastNext
Current Page: 11 of 25
Results 301 - 330 of 723
9 years ago
Dorian
Quoteadodupan Dorian, i can send you code, but if your code works, you just show us your 'basic test'. The following work: (with the 'test' from my exemple) KMeleon.SetMenu("MailNews", KMeleon.MENU_COMMAND, "Coucou", "test"); KMeleon.SetMenu("MailNews", KMeleon.MENU_COMMAND, "", "test"); Quoteadodupan When
Forum: Announcements
9 years ago
Dorian
Mmmh, I may need someone to spoil the story. Quoteadodupan When i use RegisterCmd function with a SetMenu, i can not delete added item. It seems to work with my basic tests. Can you send me your code? QuoteJohnHell - explain or remove the feature that if the size of the bars is, for example 48, the icons get streched out to the bar if are defined smaller or get shrink if bigger. I ad
Forum: Announcements
9 years ago
Dorian
QuoteGeorge_Hall Toolna Button stays depressed with Adblock Plus and No Script Extensiosn. Ah, that's because menuchecked is used for button state. I didn't think of this case. Quoteadodupan I expect support for kplugins in addons soon. Does this mean that we should expect same trouble with kplugins in a bootstrap addons. If yes, move jsbridge inside km will not solve the problem
Forum: Announcements
9 years ago
Dorian
Quoteadodupan It seems it is not possible to get a nsIJSBridge in bootstrap.js. '@kmeleon/jsbridge;1' in Components.classes is false I know. The plugin is not initialised when bootstrap is called. The only solution I can think of for now, is to move jsbridge inside kmeleon. Edit: this is why initAddon in kmHelper.js is currently called from 'content-document-global-created'
Forum: Announcements
9 years ago
Dorian
Quoteadodupan Are there some limitations with a function AddButton (like 'OnSetup' only), i can not get a button when i try this function in error console. Button can be added whenever you want, but for now: - only chrome url work for icon - toolbar is not resized, so the button may be hidden
Forum: Announcements
9 years ago
Dorian
Quoterodocop I have about 30 tabs open (but not all loaded after KM-restart). So after some limit of reloaded (activated) tabs KM freezes. If you reload page with heavy js, it happens probably because of huge memory leaks. Maybe the way the reload is done increases the leaks, but it also happens with firefox. Quoterodocop This isn't about RAM shortage: I have here 16Gb RAM and only 2,6
Forum: Bugs
9 years ago
Dorian
Update 1 The update fixes injectJs and other things mentionned in the thread @adodupan Look at the end of KMeleon.jsm, there is a RegisterCmd function that should work with the regular SetMenu. QuoteJamesD @ JohnHell If I have only one image for each "image & command" group, do I need the braces within the brackets for the image? { "images&qu
Forum: Announcements
9 years ago
Dorian
QuoteJujuLand QuoteDorianI don't see the new strings in your dll A have added the missing resources (see the list in my previous post) But I don't search about possible missing strings, as I had no time to do it. I'll have a look to other resources to find missing strings. A+ Interesting because most of them seems to be strings added by MFC that probably are not even used.
Forum: Announcements
9 years ago
Dorian
@JohnHell: forgot to ask, does transparency work with menu icons? QuoteJujuLand View cookies : does nothing and no error in console2 For some reason, some command id were modified and don't work well. QuoteJujuLand Joined french version I don't see the new strings in your dll
Forum: Announcements
9 years ago
Dorian
Quotesiria Noticed the ID-commands in default skin have been replaced by those "left column" system commands, as in the cpp-file you posted the link to? Is that mandatory for the new skin system, or can both versions be mixed inside the same toolbars.cfg? Both are working Quotesiria The AuraSkin folder is now renamed to "Default"? Does that mean there is no general &
Forum: Announcements
9 years ago
Dorian
You missed the new toolbar size setting in kmpref, where you choose the skin
Forum: Development
9 years ago
Dorian
JamesD, your macro should work without change. SetButtonImg is probably buggy. Where can I find your original version?
Forum: Announcements
9 years ago
Dorian
So if I switch my monitor in portrait mode, my computer become a mobile? I've found a lot of stupid implementation, this one is really good
Forum: Bugs
9 years ago
Dorian
Could be because of the sessions. You can try 75 beta 1 which fix this issue
Forum: Bugs
9 years ago
Dorian
Fixed. Kmeleon is just thinking that all profiles are in use because of a bad check.
Forum: Bugs
9 years ago
Dorian
Save your profile first, you could lose your sessions. General: - Fixed tab bar button width smaller than the icon. - Fixed bad font in urlbar autocomplete list - Fixed background of tabbar when position is not "band" disappearing afer a while - Fixed throbber transparency on W7+ ? - Fixed crash when closing windows session. - Fixed crash when tab bar very small and using sever
Forum: Announcements
9 years ago
Dorian
This is not bad behavior because the new bug tracker have the same problem. I've added bb to the forum only to prevent some spam and it's supposed to improve performance. Sourceforge host may have too much memory limitation for heavy scripts, or they just can't handle the load.
Forum: Off-Topic
9 years ago
Dorian
This was planned but never done. Now this can only happen if kmeleon use FF bookmark system. I admit I'm barely using bookmarks myself ...
Forum: Improvement requests
9 years ago
Dorian
I can't never tell when i'll be able to make a release, I don't want to make promise I can't keep. But I'm happy with the current build, so I may be able to release it soon.
Forum: Development
9 years ago
Dorian
I can see that the spanish locale of bookmarks is bugged because of something I said (and corrected after). So the spanish locale has this bug for sure.
Forum: Announcements
9 years ago
Dorian
QuoteJamesD I would just like to have verification that the image order in each column is Hot|Cold|Dead. Sorry, cold is first Quotesiria And in general: would there only be disadvantages or also any advantage over the current skin system? Having toolbars.cfg reunited with its friend menus and accels, dpi support, more consistency.
Forum: Development
9 years ago
Dorian
QuoteJohnHell But also have a look to icons.cfg again and you'll see that for some icons there are various commands per line (for home and bookmarks) between "[ ]". Now that I look at it I can agree that it lacks readability if you're not used to it. I don't like XML and it's cumbersome to use but maybe this could be better. It would look like this: <comma
Forum: Development
9 years ago
Dorian
You're confused because there is only one toolbar in my example, but both cfg are independent, so you're (nearly) not losing anything. I'll post something more complete later.
Forum: Development
9 years ago
Dorian
Here a sample of what I may do. If you have any suggestions. Toolbar and menu icons will be shared, in a way or another.
Forum: Development
9 years ago
Dorian
For an update i'm planning to do, every toolbar in a skin will need to have the same size for the button images. This won't be a problem for the privacy bar since it will be possible to add text to a button. Do you think this limitation could create problem?
Forum: Development
9 years ago
Dorian
The plugin already use an old version of crashrpt. The last one, supposed to catch more problem, doesn't work at all.
Forum: Announcements
9 years ago
Dorian
In case you didn't notice locales in kmeleon 74_31 are already updated with ff31. But there are still things missing, like about:preferences.
Forum: Localization
9 years ago
Dorian
QuoteZero3K 1. The bugs from the other tracker should be put onto it. Too much obsolete bugs. I think you can just repost what you want to be fixed. Making an import script is not trivial. QuoteZero3K 2. The Crash Reporter plugin should post the crashes onto it. Too much duplicate and unrelated to kmeleon crashes. I sort them from time to time and fix what I can.
Forum: Development
9 years ago
Dorian
It looks like mistake in the code that previous compiler didn't mind. Quoteguenter Because You use VC 11 aka VS 2013 which is the standart compiler for the current Mozilla applications. QuoteWindows_Prerequisites Official releases of Mozilla products are currently compiled with Visual Studio 2013. Weird, FF 33 still use vs 2010
Forum: Development
9 years ago
Dorian
Does it happen with an empty profile? A different locale?
Forum: Bugs
Pages: PreviousFirst...910111213...LastNext
Current Page: 11 of 25

K-Meleon forum is powered by Phorum.