I know how to code, but I would like a very detailed tutorial for LUA and K-Meleon programming (I know that they exist seperately, but I would like to see them together.) Anyone out there who can help?
Done. Dunno how good it is, but at least it's something.
By the way, in my opinion, "very detailed tutorial" isn't really useful. Tutorials should only introduce a particular topic; detailed descriptions and explanations are better left in reference manuals.
> Previous lua thread grows enough. May I use this thread for a continuation?
I suggest you create a new thread for each version, similar to how the K-Meleon 1.0 beta announcements are made. That way the threads don't get too long, and can be read and searched easily.
I want to make a macro that uses standard GUI stuff - a window with check-boxes, scrollboxes, buttons, bmps, etc. I don't think LUA by itself can do that, you need more libraries, no?
Actually I 'm making a standard GUI KM new preference panel and it's in progress which is using lua and I will let it available with next K-MeleonCCF release.
rmn,
Yes. I 'm using kmplus plugin to fulfill this function. And I did use only the lua macro plugin to have a preference panel, you just need to write your own customized dialog function...
Awesome guys! I just need to now know how to use bitmaps, and I should be set. I'm trying to code this idea of mine: [http://kmeleon.sourceforge.net/forum/read.php?f=4&i=6509&t=6509]Graphical Menu/Toolbar Editor[/url]. Hao, how much how of that preferance panel do you have done? I could sure use some help starting this up!
Sorry, now kmplus dialog can't paint bitmaps. I think kmplus dialog isn't suitable for the editor. Because it is too restrected to write complicated UI.
There are some GUI and Win32 API library for lua, please visit lua-users.org. But I haven't used them with k-meleon, so using them might have trouble.
There are other way, plugin, XUL, or standalone application. In particular, Standalone application is free from restart of browser that needs restart to apply menu/toolbar settings.
Ok, I'm going to try my first plugin then. I've done some c++ before, but only command prompt/linux stuff. My school has visual studio 2003 pro, will that work? Do I need to comple the whole source to make a DLL? I've never done this before, so any help is appreciated (the resources on the wiki is very dry.)