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

Current Page: 1 of 1
Results 1 - 27 of 27
16 years ago
simpleinventor
Why not use GNU Aspell for Windows?
Forum: Development
16 years ago
simpleinventor
I want to make my first theme (well three) and want it to contain all officially supported toolbars. I also want it to use Alains installer technique. Which theme should I download and modify? Thanks.
Forum: Development
16 years ago
simpleinventor
This is a cool idea, with implementation adapted from here. K-Meleon 1.1 has both the original Error Console and Console2. To access the original, type chrome://global/content/console.xul into the address bar. To access Console2, type chrome://console2/content/console2.xul into the address bar. Save either one or both in your bookmarks, or for faster access add them to your personal
Forum: General
16 years ago
simpleinventor
I lowered the warning level, but I still get a fatal error: .\src\myplugin.cpp(24) : fatal error C1083: Cannot open include file: 'resource.h': No such file or directory
Forum: Development
16 years ago
simpleinventor
It converted it, but it does not compile. After running "Build Solution," this is the error log: ------ Build started: Project: KmPlugin, Configuration: Release Win32 ------ Compiling... myplugin.cpp c:\documents and settings\\desktop\kmpdk\pdk\include\utf.h(192) : warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data c
Forum: Development
16 years ago
simpleinventor
I want to be able to make my own DLLs for K-Meleon. I've done a good bit of C and C++ in school, so I'm comfortable with the language. However, I've done very little Win32/MFC stuff, though I'm learning whenever I can. I also have little experience with Visual Studio, I usually use GCC. I don't want to learn the ins and outs of DLLs or handles or MFC, just enough to start
Forum: Development
16 years ago
simpleinventor
@KKO Can you explain how *.kmm allow the use of Firefox plugins? Maybe some exampples with source code?
Forum: Improvement requests
16 years ago
simpleinventor
@JuJuland Here's a zip of it: ActiveX4WMP
Forum: General
16 years ago
simpleinventor
I tried to make it, this is my first go. Tell me what you think: ActiveX4WMP
Forum: General
16 years ago
simpleinventor
I've started to make an extension for ActiveX & WMP (see POST.) I've modified the setup, created the folders and copied the files. I was wondering how, from the script, I could "delete ./K-Meleon/components/compreg.dat and ./K-Meleon/components/xpti.dat" Thanks!
Forum: General
16 years ago
simpleinventor
Who will write all these LUA applications for k-meleon? Ever thought about this? Yup, the automatic parser I was thinking of making
Forum: Improvement requests
16 years ago
simpleinventor
How do u get the ability to change search engines? It is not part of the initial search bar. I would like to help make it an extenstion using Alains method.
Forum: General
16 years ago
simpleinventor
@kko: Can you find some links from Mozilla that go into Chrome Overlays? I really am unfamiliar with the concept. Also, where can I find out more on *.kmm? Can you explain the process of adding *.kmm a little further? I thought that since we don't want to use XUL, we needed to parse the XUL files using windows system calls. As you may have seen in a previous post of mine, there exists GUI
Forum: Improvement requests
16 years ago
simpleinventor
I've been doing research on XPI for some time now, and I think I get how it works and how to make XPI's work with K-Meleon. Don't jump when you read this, it's A LOT OF WORK! Note I'll be referring to the new "Toolkit" method that Firefox and TBird currently use, because according to Mozilla, everything will be converted to Toolkit, and most people look at Firef
Forum: Improvement requests
16 years ago
simpleinventor
I'm assuming you mean having WMP play embedded videos? Do to that, you need to use ActiveX. We all know the ActiveX leads to spyware and viruses, which is why K-Meleon does not include support for ActiveX components. There is an unofficial made by Fred that has restrictive support for ActiveX, specifically WMP. See HERE for more info., and maybe he can fill in the blanks as to HOW he does it
Forum: General
16 years ago
simpleinventor
I thought it was a work in progress...any news?
Forum: Development
17 years ago
simpleinventor
From the IUP website on 4/15/07: "IUP 3.0 is already under development but will be released only about two months after 2.6." 2.6 was released on 4/15/07, which was the first update since 3/31/06.
Forum: Development
17 years ago
simpleinventor
I do recall that IUP worked, but I thought there were issues with threading and what not. Also, IUP is already 3 months behind on an update, I'll wait to see what LuaWin can come out with.
Forum: Development
17 years ago
simpleinventor
From the LuaWin developer: "Hi, the currently online version of luawin will not be developed future. I have done a complete rewrite using C/Invoke [1] and all the gluecode to the API is now done in Lua modules, whch makes development easier and faster. The new Version has allmost the full functionality of the old luawin and I'm planing to put a beta version online in a view
Forum: Development
17 years ago
simpleinventor
My previous suggestion may not have worked out: IUP - GUI for LUA. Here are some more. murgaLua - new and currently being developed wxLua - cross-platform, popular, lot's of resources. Even includes DLLs to be used as a Lua Module. LuaWin - favorite option, impliments Win32 GUI API, seems to be untouched for awhile, I emailed the developer and I am currently waiting a response. A
Forum: Development
17 years ago
simpleinventor
Does anyone have the source code for the original tabbed version of k-meleon (the exe is found here: Tabbed.) I would like to study how it's done and attempt to incorporate it's code into 1.1a2, so hopefully it will stick with future versions. Thanks all!
Forum: General
17 years ago
simpleinventor
I'm a college-level coder, but I have limited UI experience. I've been toying with the idea of taking GAIM built on GTK+ and slimming it down, like K-Meleon did to Firefox. There is apparently a transportable library, referred to as "libgaim." One guy took libgaim and used curses to make a simple version of gaim (gaim-text). I would like to make a version that runs natively on
Forum: General
17 years ago
simpleinventor
Hi Hao, can you expand upon what you did to try and compile? I would highly suggest talking to Antonio Scuri, the main developer. He answered me multiple times within a day. His email can be found all over the site, like Here. My question is why do you need to rebuild the file? Can't one of the dll's be used? I think I don't know enough about the plugin system to fully understand y
Forum: Development
17 years ago
simpleinventor
Awesome. I really like IUP and the ease it can do things. Easy GUIs are great for developing ideas that can be later implemented as a full-fledged plugin. What's even more exciting is that IUP is in constant development. I've been talking to the head honcho over there and things like grid layouts (similar to html tables) will be released in January in the form of IUP beta 3.
Forum: Development
17 years ago
simpleinventor
I forgot to mention that you should save the sample code as sample.lua
Forum: Development
17 years ago
simpleinventor
There is a WIN32 binary that works on NT systems available here: IUP Binaries. IUPLUA51.exe is made to work with the lua version 5.1. Here's a sample code for IUP: img1 = iup.image { {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1}, {1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1}, {1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1
Forum: Development
17 years ago
simpleinventor
Mark307, I made a lot of progress with IUP and LUA. Is there a way to message you?
Forum: Development
Current Page: 1 of 1

K-Meleon forum is powered by Phorum.