Re: mollases mode

2002-12-18 Thread Rich Mooney
but my processor usage did go high. Basically, check to see if you have a field or a variable which is being allowed to grow infinitely. Since it's a CGI, I suspect you're doing some logging Rich Mooney Payne Sparkman Mfg. ___ metacard mailing list [EMAIL

stack freeze when cloning substack on Mac

2002-12-05 Thread Rich Mooney
respond. The only way to get out of this is to click on the desktop, another application open on the desktop, or a finder window. Is this a bug or do I have a scripting problem? Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] ___ metacard mailing list

Re: Taking stacks from Windows to Mac

2002-11-20 Thread Rich Mooney
PC to Mac, drop the stack onto your new Dropconvert to MC and Voila. 10. If you find the software useful, cough up the $8. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman

Re: Text files on Windows

2002-11-01 Thread Rich Mooney
can also easily import delimited text files into most spread sheet apps as long as the first line contains the names of the columns Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com

Re: Compiling for Windows

2002-09-27 Thread Rich Mooney
The windows MetaCard engine is named mc.exe. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] I have a Mac. Attempting to compile the stack for Windows. In the Standalone Builder dialog, when looking for the Windows engine, it sees all the Mac engines, but the metacard.exe file, which

Can I put Multiple handlers in a CGI script?

2002-08-27 Thread Rich Mooney
to it or can I do something like this: #! mc on Startup on handler1 param1 param2 # do stuff end handler1 function dosomething # do stuff end dosomething end Startup Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] ___ metacard

Re: how do I close a cmd.exe window automatically?

2002-08-26 Thread Rich Mooney
Thanks Ken and Dar. The following command does exactly what I want: launch displayalarm.txt with notepad Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] Ken: The problem is the 'shell' command: it is a blocking command - i.e. it will launch a process and then will wait until that process

Re: filename property

2002-08-21 Thread Rich Mooney
/ in front of the filename i.e. /PC2/C/windows/desktop/file.txt. Windows needs a // to recognize it as a network path i.e. //PC2/C/windows/desktop/file.txt. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] ___ metacard mailing list [EMAIL PROTECTED] http

Fw: application slowing down

2002-08-20 Thread Rich Mooney
suggestions. Thanks. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

Re: Fw: application slowing down

2002-08-20 Thread Rich Mooney
more resources as it runs longer? Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] - Original Message - From: J. Landman Gay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 1:28 PM Subject: Re: Fw: application slowing down On 8/20/02 12:19 PM, Rich Mooney wrote: I

Re: Fw: application slowing down

2002-08-20 Thread Rich Mooney
Dar, many thanks for your detailed response. I've addressed your various points below. On Tuesday, August 20, 2002, at 11:19 AM, Rich Mooney wrote: I'm desperate and throwing myself on the mercy of this mail list. I have an irate customer who wants this problem solved quickly. I have

Re: Fw: application slowing down

2002-08-20 Thread Rich Mooney
everything when I first start the software, 3 hours later it will take 43 seconds, and by the next day it will take 1.5 to 2.5 minutes. If I have only a 1 second pause between polling intervals, it will be up to 43 seconds after an hour. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED

Re: CGI with Apache on Win2k

2002-07-19 Thread Rich Mooney
either. I've still got problems with some computers accessing the CGI and others not but, I'm pretty sure that has to do with my Apache configuration. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] - Original Message - From: shop [EMAIL PROTECTED] To: MetaCard Mail List [EMAIL PROTECTED

Re: mchttpd Question

2002-07-03 Thread Rich Mooney
on mchttpd. Anyone else interested in further development of mchttpd? Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] - Original Message - From: andu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 03, 2002 1:03 PM Subject: Re: mchttpd Question Almost

Re: mchttpd Question

2002-07-03 Thread Rich Mooney
to [EMAIL PROTECTED], not this list. Follow-Ups: Re: Installing MC at your ISP, a How-To From: jbv References: Installing MC at your ISP, a How-To From: Sadhunathan Nadesan Rich Mooney

Re: mchttpd Question

2002-07-03 Thread Rich Mooney
be a hugely daunting task especially since I am not very knowledgeable about web development. Is my understanding incorrect? Do you have any suggestions for how to approach my problem? Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] - Original Message - From: andu [EMAIL PROTECTED

Re: using repeat for each when you don't want to start with thefirst line

2002-04-29 Thread Rich Mooney
I've had the same problem and worked around it by looking for CurScenereturn rather than just CurScene. I think your solution is better. Thanks. Rich Mooney Payne Sparkman Mfg. [EMAIL PROTECTED] - Original Message - From: Ray Horsley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday