... I see the system requirements are Windows 2000 or Windows XP - unfortunately I don't have either, so I can't evaluate or help adapt Frontier to use these...
... Andre; Thanks much for releasing this! Obviously, re-reading your message, it's no surprise that simply plugging this mainResponder.root into the current...
Hi Chris, To get it to work, I did the following: 1. Amended mainResponder.install script by adding a small piece of code as shown below: for i = 1 to sizeof...
Hello all, My work on improving performance of (large) tables has reached a point where I could use some feedback and help with testing. Therefore, I have put...
... it goes. ... To verify if this app behaves 'normally' with my existing setup, I replaced my 10a1 app (which for me is actually more stable than the 9...
... Hm, the crash occurred in the agent thread while it was running some HTML macro. It doesn't look like it was related specifically to GDBs. It actually...
I have made a change that should fix the crashing bug encountered by Michel. New apps with just this fix (no other changes) are available for download: ...
Try this in the Quick Script window: date ("Wed, 17 Nov 2004 18:45:23 -0800") You get a boolean value of true. If you drop off the -0800 you get the correct...
... This works correctly on the mac but shows the bug on Windows. That's because Frontier uses the operating system to coerce strings to dates. I reported this...
My memory ain't what it used to be. Here's the workaround in script... bundle { //get pubdate try { local (s = xml.getvalue (adr, "pubDate")); if s contains...
... I have a question about when this optimization would come into play. Would it affect "new lookups" which are based on some other address which has already...
... What I was actually talking about in my previous message is lookups of identifiers like "i" and "adrBase" in the stack of local symbol tables. For example,...
... Oh wow. When you said it's hashed every time it's used, you were serious. When you say "at least four times," it wold be more than four if the loop had...
... I certainly was. ... If the body of the loop is executed n times, "i" would be hashed at least 4*n times until you are done with the loop. I wrote "at...
... Yay I have it bringing up a blank index page! This is exciting :) Thanks much Collin this did the trick. Now, what will it take for us to bundle a...
This release fixes a crashing bug discovered by Seth. The crash occurred in the function that given a handle to a table and the name of an item in it builds up...
Andre... using the Mac OS version below, adding an item to a table that causes a resort of the table crashes Frontier. The version shows 10.0a4-NT3. Sounds...
... If you have a crash log, could you please email it to me personally (not the list)? Also, exact instructions for how to reproduce this crash would help. ...
I'm not having any problems at all with this release. I'll start running some real-life (real to my life, at least) performance tests tonight or tomorrow...
... Yes, pretty cool -- I even got it to see the web pages I made in the Tutorial via addresses like <http://127.0.0.1:8080/mySites/tutorial/pageTwo> --...
I just noticed that "http://docserver.userland.com/" now describes the page as "Manila's Built-In Verbs". I'm assuming at some point there's going to need to...
Thanks for the reminder. Every time I look up a verb on Google, I remember we have to get the DocServer stuff into the community so we can start reviewing and...
... the DocServer stuff into the community so we can start reviewing and updating. I wonder if there are any people who would like to first, work on a process...
Dave, scripting.com is not userland. It's already off userland servers. ... From: David Gewirtz To: frontierkernel@yahoogroups.com Sent: Saturday, December 04,...
... servers. Ah, you know, my bookmark was at docserver.userland.com, not the docserver.scripting.com site. OK, so it looks like you're using Manila to...
I just uploaded the current source for the DocServer Manila site. http://matrix.scripting.com/blogs/gems/cd/docServerManilaWebsite.zip It can be converted to...
I suggest having a look at the source which I just released, and letting it sink in for a few days. Thinking is always a good idea. ;-> Dave ... From: David...
With Andre's assistance, I've checked in an optimized string.mid (part of stringverbs.c). Andre and Duncan both asked me what the performance improvement looks...