Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=SandSaint] # K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- Custom menu: Bonus ------------------------------------------------------------------------------------ # # Dependencies : - # Resources : - # Preferences : - # # ------------------------------------------------------------------------------------ { Alert_1{ alert("This is a new menu option.","New menu",INFO); } Alert_2{ alert("I must not fear! Fear is the mind killer. ~Dune","I must not fear!",EXCLAIM); } # ----- PRIVATE Bonus_BuildMenu{ setmenu(Main,popup,"B&onus"); setmenu("B&onus",macro,"Alert 1",Alert_1); setmenu("B&onus",macro,"I must not Fear",Alert_2); } $OnInit=$OnInit."Bonus_BuildMenu;"; # ------------------------------------------------------------------------------------ $macroModules=$macroModules."Bonus;"; This is what I have so far based off what you posted, the second alert (I must not fear)(Alert_2) works but the first one (Alert_1) does not. Thanks for your help so far. Its been very useful.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development