Re: Experimental K-Meleon Extension Setup 1.9
Posted by: sliderule
Date: July 28, 2007 05:38PM

I too, am having the same problem ( opportunity ) with IETab. That is, it does NOT display any 'data'.

For example . . . if I "send" this page to IETab . . . the URL line say:

chrome://ietab/content/reloaded.html?url=http://kmeleonbrowser.org/forum/read.php?1,72013,page=3

the error console says:

Quote
Error Console
Error: ietab.navigate is not a function
Source file: chrome://ietab/content/reloaded.html?url=http://kmeleonbrowser.org/forum/read.php?1,72013,page=3
Line: 15

I am using K-Meleon 1.1

Sliderule

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: guenter
Date: July 28, 2007 07:05PM

Maybe use an older ietab XUL- Hao's issues contained IEtabs that worked
( e. g. K-MeleonCCF0.05.3 ).

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: 1832
Date: July 28, 2007 07:25PM

I figured it out. All you new to do is to copy a npietab.dll in the plugins folder and delete xpti.dat and compreg.dat in the components folder. It worked in my case.



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: July 28, 2007 07:28PM

I have tested with a local file under XP SP2 (I can't use it online), and IEtab works without problem.

When I use it under w98se, IEtab crashes K-Meleon, It seems there is no Javascript or XUL error in console, or IEtab crashes K-Meleon too quickly.

Does it works with w9x ? I think I have a little problem with my install which is a little old and you know Windows ... old doesn't go with well ...

IEtab gives this version info: IE Tab 1.2.0.20061103
I don't remember where I have token the version, perhaps in a Fred or Hao build ...

Quote
The version which works under XP is 1.1, the version which crashes under w98se is 1.11

Try under XP with a previous version, perhaps ???

Sorry, that's not right, the two versions are 1.1. Ought not to drink :-)

Here is the source of reloaded.html, where the error occurs. If somebody knows about JavaScript, it ought not to be difficult to find the reason...

<title></title>
<link rel="icon" href="chrome://ietab/skin/ietab-engine-ie.png"/>
<script type="text/javascript">
function loadIETab(){
	var href = document.location.href;
	var i = href.indexOf("?url=");
	if (i == -1) return;
	var url = decodeURI(href.substring(i+5));
	if (url && url!="") {
	   try { if (/^file:\/\/.*/.test(url)) url = decodeURI(url); } catch(e) {}
		document.title = url;
		var ietab = document.getElementById("IETab");
		if (ietab) ietab.navigate(url);
	}
}
</script>
</head>
<body style="margin:0; padding:0;"
		onload="window.setTimeout(loadIETab,0);"
		onpageshow="if(event.persisted)window.setTimeout(loadIETab,0);"/>
<object id="IETab" type="application/ietab" width="100%" height="100%"/>
</body>
</html>

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc





Edited 4 time(s). Last edit at 07/28/2007 08:28PM by JujuLand.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: 1832
Date: July 28, 2007 10:44PM

I searched the page for IETab and found out that this version of K-Meleon had IE Tab incorporated. So I downloaded it and I spotted that the plugin/npietab.dll file was there and not in my PC, so I pasted it in my computer, deleted the xpti.dat and compreg.dat files, and IE Tab started to work. And I can prove it: http://img408.imageshack.us/my.php?image=ietabia6.jpg



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: sliderule
Date: July 29, 2007 02:28AM

I would like to say, that I did follow the suggestion of 1832 above, and, added npietab.dll ( 107,520 bytes ) to my K-Meleon plugins directory . . . and . . . now IEtab works with my version of K-Meleon 1.1

Therefore, a suggestion . . . would it be possible to add npietab.dll to IEtab ?

Also, I want to thank everyone here for the great work. The Script Folders, and, K-Meleon Extensions are a big help. Thank-you very much. One addition thought, might it be possible to add the date of last update for the scripts/extensions. That way, we would know when they have been updated.

Sliderule

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: July 29, 2007 08:46AM

Thanks sliderude, the file is missing in the package, but not in my plugins folder.

I'll correct it as soon as I can.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: July 29, 2007 08:56AM

IEtab setup corrected.

Thanks for reporting.

The w9x problem was due to the presence of an outdated npietab.dll

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc





Edited 1 time(s). Last edit at 07/29/2007 08:59AM by JujuLand.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: sliderule
Date: July 29, 2007 04:28PM

Alain:

Regarding IEtab . . . just wanted to say, thank-you for adding npietab.dll to the extension. The install now works perfectly with K-Meleon 1.1.

Again, gracias for the efforts.

Sliderule

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: July 30, 2007 03:14PM

Nautipolis skin corrected

8 skins more are about to be put online.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: guenter
Date: July 30, 2007 08:03PM

can You wait with "blue", thx.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: July 30, 2007 08:54PM

ok, for Kblues, I'll wait.

For the others, added:

NetscapeModern
Phoenity New
Safari1a
Safari1c (the old I named Safari)
Smoke

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: guenter
Date: July 31, 2007 12:33AM

thx.

Kblues is an toolbars.cfg update (like most skin updates)
- blau/bleu will be new for 1.1.


p. s. The safaries were named because we potentially have 3 (without much extra work // Nobody likes extra work smiling smiley. There is a black/white safari in 16 and 24 pix and one that was re- colored to yellow and blue.

p. p. s.

I feel that: All credits should say "Updates by contributors ... ".


Else: IMHO almost all credits for updates should shortly say who - like "toolbars.cfg updated to 1.1 level by..... ; Quality checking and installer by alain.

// Except possibly where new items were created / or just again by "contributors ... ". d' accord?



Edited 1 time(s). Last edit at 07/31/2007 12:46AM by guenter.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: July 31, 2007 06:51AM

@all,

KBlues added

@ guenter,

Quote
I feel that: All credits should say "Updates by contributors ... ".

Sorry, but the guy who updated these skins to K-Meleon 1.1 is effectively named guenter.
Am-I wrong?

Quote
Quality checking and installer by alain.

Already said (Script by ...)

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc





Edited 1 time(s). Last edit at 07/31/2007 06:53AM by JujuLand.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 02, 2007 09:18AM

Added 2 skins

888-Gold-060820F Skin adapted for K-Meleon 1.1 by Guenter.
888-Gold-060820F-Large Skin adapted for K-Meleon 1.1 by Guenter.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc





Edited 1 time(s). Last edit at 08/02/2007 09:21AM by JujuLand.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 04, 2007 07:07PM

Added a tool for helping the Mozilla extension XUL files tests.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: ndebord
Date: August 04, 2007 11:09PM

Alain,

Does this possibly mean an update to Early Blue?

<drooling>

N



Edited 1 time(s). Last edit at 08/04/2007 11:09PM by ndebord.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 05, 2007 07:40AM

What is Early Blue, a skin ?

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: guenter
Date: August 05, 2007 05:39PM

@alain - thx for the new tool!
XUL tester will make the first steps easier.
Maybe that will help that more ppl can try to make extensions usable.

@ndbord the skin is not in skin wiki with that name. Maybe You can update it and post it in the Wiki?

IMHO nobody will complain if You do.
I also updated toolbars.cfg of some skins that I like(d) to use (but did not create).
Credits for creating the skins is with their original creators.
And nobody has complained so far about the updated toolbars.cfgs.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: ndebord
Date: August 06, 2007 01:29AM

Guenter,

I do not know how to update it. I have an old copy of it from KM 0.9. Is that all that is needed?

I have it zipped up and can upload it. Not sure how to do that on the Wiki? Can you help.

Tks,

N



Edited 1 time(s). Last edit at 08/06/2007 01:33AM by ndebord.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: guenter
Date: August 06, 2007 02:03PM

kko described update - You take a new 1.1 toolbars.cfg e.g. from Phoenity
It starts like:

&Main Bar{

Back{
ID_NAV_BACK
Go back one page
mainbarhot.bmp[0]
mainbarcold.bmp[0]
mainbardead.bmp[0]

}

and exchange the icons names (that what is made bold) with the names from the old skin and save the result. You only edit the icons names and not the rest of the code. Best use an editor that allows two windows next to each other e.g. PSpad.
When You are done You best check the result with a German or French K-Meleon (that way items that are not updated properly will not change their bubble help text on mouse-over smiling smiley.

For icons with a different then 16px size You resize the bars.

&Main Bar(24,24){

Back{
ID_NAV_BACK
Go back one page
mainbarhot.bmp[0]
mainbarcold.bmp[0]
mainbardead.bmp[0]
}

The bold resizes the bar to 24px icon set. It is repeated in each bar that has that icon size e.g. Mail/&News Buttons(24,24){

Some old skins do not have all items - these items are not updated but deleted or commented out or You use/add some icons from a similar skin.

icons in the bmp are counted left to right starting with 0,1,2...

I will not have time untill after 12 August. If You fail for some reason send me the 0.9 skin by mail after that day. Then I will try to update it and later You can post it in Wiki ( I never managed to find out how to post there either smiling smiley or we ask someone that has posted there before.



Edited 1 time(s). Last edit at 08/06/2007 02:06PM by guenter.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: ndebord
Date: August 06, 2007 10:23PM

Guenter,

Thanks for the info. I will try to find the time to update Early Blue. Am currently working 6 days a week, 20 hours a day, so finding time will be the problem (aside from my lack of skills).

Want to do it though and very much appreciate the info.

<g>

N

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: guenter
Date: August 06, 2007 10:45PM

Then we best wait till I have time. You can send it now or later.
I will start it after 12th.

The process is not hard when You are not tired at the time. But You will be tired.

p.s. Working Your schedule is not healthy, hope You know. If not? Missing sleep destroys nerves. ppl that do that for prolonged periods can loose brain, health possibly live. You should only do it for short times when young or when no other way. thx for reading my post.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: ndebord
Date: August 09, 2007 10:05PM

Alain, When it comes to KM 1.1.2, I am still a rank newbie, so have one question for you about your new menu system.

<<# Note: The purpose of this file is to host your personal menu definitions.
# Using the syntax described above, you can completely redefine the
# default menus which are defined in defaults\settings\menus.cfg in
# your K-Meleon installation directory. Using an extended syntax, you
# can even add menus and commands to the default menus and remove
# items from them without missing future updates of the defaults.
# For this extended syntax, please refer to our wiki.
>>

When you list your various extensions, you posted this text. Wonder if you would consider adding some comments to this, such as actual examples from which you could extrapolate menu items without having to go to the Wiki and look in another place for the appropriate info.

Much thanks

N

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 10, 2007 05:16AM

I must agree, the new system menu is harder, sometimes, to understand than the old, but really more powerful. And these lines, which aren't from myself, but from kko, just resume the new features of this system.

I understand than these explanations aren't enough to really understand, and I presume that you want some commented examples instead of a simple syntax explanation.

Do I understand what you want?
Where do you want it ? Online or in zipped extension source ?

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc





Edited 1 time(s). Last edit at 08/10/2007 05:17AM by JujuLand.

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: ndebord
Date: August 10, 2007 06:55PM

Alain,

online would be fine or if you think it works, you might consider adding it into the commented lines you currently include.

tks

N

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 10, 2007 08:07PM

Well, When I have a few time I will try to comment examples of what can be done with the new system.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: ndebord
Date: August 11, 2007 11:39PM

Alain,

Thanks. I think that will do the trick and much appreciated here.

Am offline temporarily as my new/old thinkpad fan died and must be replaced before I can use it.

N

Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 14, 2007 03:39PM

Two extensions corrected:

NoScript : a bug (I forget to uncomment an ifdef line) makes the previous setup, not to install components files.

ProfileBackup : a correction of the manifest file for de-DE users

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Re: Experimental K-Meleon Extension Setup 1.9
Posted by: JujuLand
Date: August 15, 2007 08:44PM

One extension corrected:

Opera : Opera 9.22 string in registry was different from the one I tested (9.02), and an Opera bug appeared when calling it.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



K-Meleon forum is powered by Phorum.