Sweet. Can you also make sure you update the Frontieropedia docs as well? If you need help, let me know and I'll do it (but I'm pretty pressed for time this...
Hello all, I was just tracing down some issues with sqlite.compileQuery bailing silently on me on Mac. I discovered that the issue was related to WinLand.rc (...
Hello all, You may notice that SourceForge's certificate used in conjunction with https websites and subversion has expired. On Mac I have found that if you go...
Has anyone gone beyond the couple of math variables that have been added? I'm particularly interested in an exponential (x to the y power) and log/ln...
Newbie here. Sorry if this is the wrong place for this question. Just downloaded Frontier yesterday. It's on a local network running under OS X Tiger Server on...
Hello Charlie, Off the top of my head I'd say this isn't Frontier and I don't recall anything that would be hitting the webserver every minute with a fresh ...
After a little checking I noticed that "Application Server' service is running in OS X Server admin. I didn't turn it on and I can't stop it as long as...
Hello all, I'm setting up a new branch, something like IUDA Desktop. This branch will contain a variant of Frontier which provides the user with a desktop...
Hi Thomas, Are you doing this because Manila cannot cope well with too many messages? It bloats out the root. Saving a large root regularly isn't good. If you...
Hello Steve, ... isn't good. The main reasons are: 1) some of my IMZ-Ural Discussion Archive < http://discussionArchive.imzUral.info/ > website users would...
... Ooooh... do tell! Hmmm... actually, on second thought, does it make sense to modify the mainResponder verbs for a vertical app, or is it better to just...
Hello David, Let me clarify. ... I've made copies of some mainResponder scripts and put them in my mainResponder based website and modified those. ... Hmmm.....
Yeah, that makes sense. But what about instead of using, say, the mainResponder.discuss calls, you created your own iuda.discuss calls? That way, you're not...
Hello David, At this time there won't be any effect on official mainResponder discuss scripts. ... The mainResponder discuss calls did pretty much what I...
Folks: I'd like try to make a modification to Frontier's kernel, but I'm having a little trouble getting started. I got the SVN trunk downloaded OK and...
Hello David, AFAIK, most of the recent project file work for Windows has been happening in the Visual C++ 2005 Express project (build_VC2K5 folder). If you can...
... Thanks to both of you! I've been out of the C programming space for so long that I wasn't even aware of the freeware vc2005 express - that is why I...
... ...and thanks again - I was able to compile this morning (with 207 warnings, I believe you said that was "normal"). You weren't kidding about the...
... Extending the math verbs is an excellent choice for a beginner project. You might want to take a look at the frontierMath extension for ideas on what to...
Dave, my experience with adding routines is that it's best to work on one routine, get data into it and out of it, then slightly modify it so you're getting...
... Thanks both to you and Andre for advice on how to proceed. I really appreciate the support. I successfully added my first function, math.exp, this...
Hello all, I wanted to try the rtrim expression but I got an error like function not found. Anyone have any ideas why I can't access that expression? ...
Can anyone point me to an example or explain how I can access data stored in a table, and write to those tables, from within the C program? I've managed to...
... There are some html and webserver kernel works that have to deal with tables. Take a look at buildpagetableverb() or webserverparseheaders() in langhtml.c....
I downloaded the Frontier Kernel Source Code this weekend, and did builds with XCode 2.2.1 under Mac OS X 10.4.9. I was able to do a build successfully, but I...
1. Most of us don't have much to do with the OPML build. I'm not sure who constructed it, but it's not something we actively track here. That's not to say that...
... I was responsible for adding the OPML Editor build. The difference between Frontier and OPML Editor are really minor at the kernel level. They are compiled...