Re: Internet communication through a Firewall

2004-09-28 Thread Ken Ray
On 9/28/04 4:20 PM, "J. Landman Gay" <[EMAIL PROTECTED]> wrote: > On 9/28/04 2:55 PM, Ken Ray wrote: > >> function trim what >> local tText >> get matchText(what,"(?s)\s*(\S.*\S)\s*",tText) >> return tText >> end trim > > Being somewhat grep-challenged, could you explain more what the abov

Dates and rounding problem

2004-09-28 Thread david
I'm working on an app that does a lot of date calculations. I need to be able to round the seconds to exact days, but when I use convert like this: convert date to short date convert to seconds I get the date rounded to sometimes two, or sometime 3 hours after midnight (depending on which

Re: Internet communication through a Firewall

2004-09-28 Thread J. Landman Gay
On 9/28/04 2:55 PM, Ken Ray wrote: function trim what local tText get matchText(what,"(?s)\s*(\S.*\S)\s*",tText) return tText end trim Being somewhat grep-challenged, could you explain more what the above does? Is there a difference between that and this: put word 1 to -1 of tText into tT

Re: Internet communication through a Firewall

2004-09-28 Thread Ken Ray
On 9/28/04 7:44 AM, "Alejandro Tejada" <[EMAIL PROTECTED]> wrote: > I want that my courseware stack, send me an e-mail > using a perl cgi in my website. You should be able to communicate with the perl cgi in the same way you'd call it from a browser. That is, suppose your cgi would be called thro

Re: Internet communication through a Firewall

2004-09-28 Thread Richard Gaskin
Alejandro Tejada wrote: Could Richard or Wilhem or Klaus put in a new message the script that MC IDE uses to call the stack "tools.metacard.com" from the internet? What do you want it to do? I want that my courseware stack, send me an e-mail using a perl cgi in my website. Thanks to Klaus and Signe

Re: Internet communication through a Firewall

2004-09-28 Thread Alejandro Tejada
on Mon, 27 Sep 2004 Richard Gaskin wrote: > The sum of all scripts in the MC IDE is probably > smaller than Rev's > Geometry Manager alone. ;) Gasp!!! (not HyperGasp!) > You can dissect IDE components easier in MC than in > Rev; use the Control > Browser as needed I'll try this on a lock

Re: revSpeech.bundle

2004-09-28 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > > I do not use the speech features in any of my > apps, so I may be off > > here. I would think that the revSpeech.bundle > would only be useable > > with OS X. > > Mark Talluto > > RevSpeech.bundle is the only external for Mac > available. It seems to contain

Re: revSpeech.bundle

2004-09-28 Thread FlexibleLearning
> I do not use the speech features in any of my apps, so I may be off > here. I would think that the revSpeech.bundle would only be useable > with OS X. > Mark Talluto RevSpeech.bundle is the only external for Mac available. It seems to contain a MacOS component. /H ___

MC IDE hangs with speech dll

2004-09-28 Thread FlexibleLearning
>> Has anyone else noticed that the MC IDE hangs (requiring an End Task >> from the task manager) after a stack using the speech dll closes >> in Windows? > The MC IDE is just scripts. Anything that causes a hang is an engine > problem -- please post the recipe to Bugzilla so it can be addr