Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
wproblem, please i wll try in english
Posted by: luis
Date: May 16, 2009 07:01PM

i talk spanish well mi problem is that i always use k-meleon, my windows media player and my messenger, nothing more, and i wanted to know if i could have the two lasts in k-meleon. I mean if i could use them with k-meleon in the same interface.

Bueno, desga2 gracias por la respuesta
Quote
desga2
Enviado por: desga2
Fecha: 02-mayo-2009 05:10

¿Te refieres a poder abrir un reproductor o el Messenger desde K-Meleon?
Esto es fácil, tan solo crea una macro que añada una entrada al menú "Herramientas" (por ejemplo) y que ejecute una sentencia del siguiente tipo al selecionar esa nueva opción del menú:

exec("C:\\ruta\\al\\ejecutable\\reproductor.exe");

Lo mismo para el Messenger.

Nota: Debes poner la doble barra invertida en las rutas.

Pero soy un novato y la verdad no tengo ni idea de como se hace un macros ni nada, si es tan amable de mandar una respuesta, muchas gracias adios ^^

Thnks all for your help. bye

Options: ReplyQuote
Re: wproblem, please i wll try in english
Posted by: JujuLand
Date: May 16, 2009 07:07PM

For WMP, you have an extension which allows to use it (even I don't like WMP)

For messenger, nothing in K-Meleon (as I know, but I don't like it too), else, some programs like gaim (the name has changed, but I don't remeber it) or aMSN.

But desga2, who speaks spanish better than english smiling smiley can answer in spanish, for your comfort ...

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 05/16/2009 07:08PM by JujuLand.

Options: ReplyQuote
Re: wproblem, please i wll try in english
Posted by: desga2
Date: May 18, 2009 12:58PM

Rmember note in before post to replace the paths in this macro code:
Save as external.kmm, for example;

#  K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
#
# ---------- Open External Tools ---------------------------------------------------
# Dependencies        : -
# Resources           : -
# Preferences         : -
# Version             : -
# ----------------------------------------------------------------------------------
#

_external_MSN{
exec("C:\\ruta\\programa\\messenger.exe");
}

_external_WMP{
exec("C:\\ruta\\programa\\wmplayer.exe");
}

_external_BuildMenu{
setmenu("Misc",separator,"Messenger");
setmenu("Misc",macro,"Messenger",_external_MSN);
setmenu("Misc",macro,"WMPlayer",_external_WMP);
}

$OnInit=$OnInit."_external_BuildMenu;";
$macroModules=$macroModules."external;";

K-Meleon in Spanish



Edited 1 time(s). Last edit at 05/18/2009 01:00PM by desga2.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.