MC 2.5 Script editor

2002-12-07 Thread Ernst M. Reicher
Hi listmembers,
1. is anybody missing the old scripteditor menus:
Messages
Control Structures
Commands
Functions
Properties
?

2. in former versions you could leave breakpoints in your scripts and they
didn´t do anything without opening the debugger and if you needed further
debugging you could easy find the old debugging points.
In version 2.5 there is no extra debugger and MC debugs - stops at - every
breakpoint!?!?!

Am I right???

Regards,
  Ernst


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MC 2.5 Script editor

2002-12-07 Thread J. Landman Gay
On 12/7/02 10:18 AM, Ernst M. Reicher wrote:

Hi listmembers,
1. is anybody missing the old scripteditor menus:
Messages
Control Structures
Commands
Functions
Properties
?


No, I don't miss them. They contained so few of the available commands 
and functions that I didn't find them useful at all. I never used them.

2. in former versions you could leave breakpoints in your scripts and they
didn´t do anything without opening the debugger and if you needed further
debugging you could easy find the old debugging points.
In version 2.5 there is no extra debugger and MC debugs - stops at - every
breakpoint!?!?!


Right, but that's the way it has to work now that the editor and the 
debugger are in the same window. I like it, but I suppose that is 
because of my HyperCard background where the debugger works the same 
way. I find it convenient to be able to insert a breakpoint in a script 
and then run my stack normally. The debugger will open automatically 
whenever it hits the breakpoint. I like that.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: Answer File Command

2002-12-07 Thread Gregory Lypny
Hello Richard,

	Downloaded from a repository of scientific data, I believe they are 
Unix text files, but I don't know which application created them.  How 
would I find out?

	Greg

On Saturday, December 7, 2002, at 12:03  PM,  Richard Gaskin wrote:

Message: 2
Date: Fri, 06 Dec 2002 11:43:01 -0800
Subject: Re: Answer File Command
From: Richard Gaskin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]

Gregory Lypny wrote:


Answer File of type TEXT   - displays Appleworks but dims plain text
Answer File of type TEXT   - displays Appleworks but dims plain text


What is the file type of these plain text files?  And which 
application
created them?

--
 Richard Gaskin
 Fourth World Media Corporation
 Developer of WebMerge 2.1: Publish any database on any site

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: Answer File Command

2002-12-07 Thread Richard Gaskin
Gregory Lypny wrote:

 On Saturday, December 7, 2002, at 12:03  PM,  Richard Gaskin wrote:

 Gregory Lypny wrote:
 
 Answer File of type TEXT   - displays Appleworks but dims plain text
 Answer File of type TEXT   - displays Appleworks but dims plain text
 
 What is the file type of these plain text files?  And which
 application
 created them?
 
 Downloaded from a repository of scientific data, I believe they are
 Unix text files, but I don't know which application created them.  How
 would I find out?

ResEdit's File-Get Info feature, or use Rev to get the detailed files which
will contain the file type.

-- 
 Richard Gaskin 
 Fourth World Media Corporation
 Developer of WebMerge 2.1: Publish any database on any site
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.com
 Tel: 323-225-3717   AIM: FourthWorldInc

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MC 2.5 Script editor

2002-12-07 Thread Karl Becker

On Saturday, December 7, 2002, at 11:03 AM, J. Landman Gay wrote:


On 12/7/02 10:18 AM, Ernst M. Reicher wrote:

Hi listmembers,
1. is anybody missing the old scripteditor menus:
Messages
Control Structures
Commands
Functions
Properties
?


No, I don't miss them. They contained so few of the available commands 
and functions that I didn't find them useful at all. I never used  them.

I did find they saved me some time ocassionally, especially if I forgot 
just what the actual name of some particular command or message was.  
Stuff like Control Structures, though, didn't even realize there was a 
menu for that.

What I'd really love is some sort of auto-complete for commands, 
properties, functions, etc.  At the very least for commands, once 
you've typed a on  as the first characters of a line in the script 
editor, if common commands and messages could show up after that like 
they do in Internet Explorer, that would be great.

I've stayed away from 2.5 because the early releases seemed very 
incomplete.  However, I think I'll dive into this new 2.5 beta now.  
When is the estimated time arrival for 2.5 final?

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Set up GUI stack on OSX server that handles STDIN/STDOUT

2002-12-07 Thread Sannyasin Sivakatirswami
General Question is:

How does one set up a stack on an OSX server that can act like a UNIX 
program where any other [Program A] can set a path:

 /usr/sbin/myFilter.mc

where myFilter.mc is an open stack running in GUI mode,
such that output from Program A is read as standardIn incoming data by 
'myFilter.mc to which
myFilter.mc can send our responses which are seen by Program A
as data coming from myFilter.mc's standardOut?

Specific Context is:

We want to have more control over incoming email on the email server, 
not only for virus scanning but for many other purposes. Communigate 
Pro (our mail server) can set up a path to an external program and 
using its External Filter API  which is a simple set or 
request/response codes, it will send a request to the external program 
and expect responses. I would like the external program to be a 
metacard stack if possible, with a GUI interface.

Is that doable? In this scenario Apache or any web CGI interfaces are 
not involved. But i think it must be a similar concept as Pierre 
Sohores long running process

i know how to use the faceless script to read from stnin

but how do you do that in a GUI stack ... which must be some how set up 
a pipe to listen ?

mmm. somehow.  I think we may have come full circle here back to 
Metacard's roots?

examples stack and scripts would be very helpful...

Sannyasin Sivakatirswami
Himalayan Academy Publications
at Kauai's Hindu Monastery
[EMAIL PROTECTED]

www.HimalayanAcademy.com,
www.HinduismToday.com
www.Gurudeva.org
www.Hindu.org

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Columns - feature request

2002-12-07 Thread Tariel Gogoberidze


--On Wednesday, December 04, andu [EMAIL PROTECTED]  wrote:



P.S. I need to do it FAST on large variables, therefore a repeat
loop won't do. 

I don't think you can do it without at least one repeat since we don't have 
the concept of columns in MC.

This sounds good as a feature request - columns, columnDelimiter.

Regards, Andu Novac

Countless times I wished for this feature. At least for something like

split MyArray by cr VERTICALY

so that for example:

  put A1,B1,C1 into line 1 of MyArray
  put A2,B2,C2 into line 3 of MyArray
  put A3,B3,C3 into line 4 of MyArray
  put A4,B4,C4  into line 2 of MyArray

split MyArray by cr VERTICALY
 or
split COLUMNS of MyArray by cr

answer MyArray [1]

would return

A1
A2
A3
A4
Assuming that engine will honor ItemDelimiters to identify column dividers

Generally, it could be any syntax but the idea is that I currently don't 
know any DIRECT way to split matrix type variable so that each element 
of the array would contain the column of the variable.

As for the concept of columns in MC - this would be phenomenal.
If columns would be incorporated as one of the tokens it would be 
possible to…

Put column 3 of tvar into column 2 of tAnotherVar

Replace col 3 of tvar with col 4 of tanothervar

Delete col 5 of tvar

But again, even the ability to split array by columns would greatly 
reduce number of repeat loops we have to write

Best regards
Tariel Gogoberidze

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard