Go stack

2002-03-19 Thread J. Landman Gay
the stack is there. But go stack 'mystack.mc' doesn't work. Is it possible to use go in an mt script? Also, are there any other rules that one should keep in mind when accessing stacks from a MetaCard cgi? Anything else that fails or needs to be done differently? -- Jacqueline Landman Gay

Re: Go stack

2002-03-19 Thread Phil Davis
Subject: Go stack I have successfully installed darwin mc in OS X and have the echo.mt script working. Now I'm trying to get an mt script to go to a stack and find some information in it. The script fails at the go command. If I change the script to say there is a stack 'mystack.mc' it returns

Re: Go stack

2002-03-19 Thread andu
' it returns true, so it knows the stack is there. But go stack 'mystack.mc' doesn't work. Is it possible to use go in an mt script? Also, are there any other rules that one should keep in mind when accessing stacks from a MetaCard cgi? Anything else that fails or needs to be done differently

Re: Go stack

2002-03-19 Thread andu
J. Landman Gay wrote: andu wrote: Someting like this works: Whoops, I got it to work. Sorry. I found a typo. But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? yes. -- Jacqueline Landman Gay |

Re: Go stack

2002-03-19 Thread J. Landman Gay
andu wrote: J. Landman Gay wrote: But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? yes. I see. I would have thought that MC would recognize where the fields were and their text, even if it wasn't bothering with

Re: Go stack

2002-03-19 Thread J. Landman Gay
Phil Davis wrote: BUT: a script CAN use a stack! It can also get stuff from a stack that has not been opened. Thanks. What kind of stuff can it get? -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com

Re: Go Stack

2002-03-19 Thread Richard MacLemale
But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? I think that IS the case. So you probably have to work around that by using offset or something else. One other thing that doesn't apply to your problem right now but

Re: Go stack

2002-03-19 Thread Phil Davis
- Original Message - From: J. Landman Gay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 6:29 PM Subject: Re: Go stack Phil Davis wrote: BUT: a script CAN use a stack! It can also get stuff from a stack that has not been opened. Thanks. What kind

Re: Go stack

2002-03-19 Thread Terry Judd
andu wrote: J. Landman Gay wrote: But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? yes. I see. I would have thought that MC would recognize where the fields were and their text, even if it wasn't bothering

Re: Go stack

2002-03-19 Thread andu
J. Landman Gay wrote: andu wrote: J. Landman Gay wrote: But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? yes. I see. I would have thought that MC would recognize where the fields were and their text,

text editor(was: Go stack)

2002-03-19 Thread andu
In case this might interest anyone, I'm using on Linux a text editor called Nedit (nedit.org) which also runs on OSX (might need to be compiled tho) which I found particularly good for mt scripts since you can configure it to execute a script after editing it without having to open the terminal.

Re: Go Stack

2002-03-19 Thread J. Landman Gay
Richard MacLemale wrote: But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? I think that IS the case. So you probably have to work around that by using offset or something else. It would probably be too hard to

Re: Go Stack

2002-03-19 Thread andu
J. Landman Gay wrote: Richard MacLemale wrote: But I still can't get a stack to search its own fields. Are field searches a GUI thing that is impossible in an mt script? I think that IS the case. So you probably have to work around that by using offset or something else. It

Re: Go Stack

2002-03-19 Thread J. Landman Gay
I wrote: I think I went astray because I've done the stack-on-the-web thing in HC and I was looking for similar behavior in MC, but I guess it isn't going to work. Whoa. I accidentally did it -- it does work. :) Very cool. I didn't have all the pieces together exactly right at any given

Re: Go Stack

2002-03-19 Thread Phil Davis
- Original Message - From: J. Landman Gay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 9:15 PM Subject: Re: Go Stack I wrote: I think I went astray because I've done the stack-on-the-web thing in HC and I was looking for similar behavior in MC, but I

Re: Go Stack

2002-03-19 Thread J. Landman Gay
Phil Davis wrote: It looks like every reference to an object has to be a long reference. I was incorrectly using short references before. You might be able to set the defaultStack to the target stack and then use short references - but I don't know for sure. Whaddya know. You can. :)

open or go Stack with visual effect ?

2001-11-02 Thread Rolf Kocherhans
1st. Is it possible to open or go to a Stack with a visual effect ? How do I have to script it ? 2nd. Are visual effects displayed the same on Mac's (with QuickTime) and Windows (without QuickTime). Cheers Rolf Archives: http://www.mail-archive.com/metacard@lists.runrev.com/ Info:

Re: open or go Stack with visual effect ?

2001-11-02 Thread andu
Rolf Kocherhans wrote: 1st. Is it possible to open or go to a Stack with a visual effect ? How do I have to script it ? visual dissolve go card X 2nd. Are visual effects displayed the same on Mac's (with QuickTime) and Windows (without QuickTime). Not the ones that require QT

Re: go stack

2001-08-21 Thread Andu
Actually I have two questions and, of course, two requests for help. :) I have a go stack it line in a standalone. It refers to another standalone. It doesn't go to the second standalone. If the it variable points to a stack which hasn't been converted to a standalone it works

go stack

2001-08-20 Thread Rick Rice
Actually I have two questions and, of course, two requests for help. :) I have a go stack it line in a standalone. It refers to another standalone. It doesn't go to the second standalone. If the it variable points to a stack which hasn't been converted to a standalone it works