set cursor

2000-03-06 Thread Nicolas R Cueto

Hello,

Could someone script a brief example of how to set the cursor to hand
(just as happens in mc -- which I tried to dissect for clues, but) ? 

What I thought would work didn't, namely:

on preopenStack
  set the cursor to hand
  set the lockCursor to true
end preopenStack

Thank you.

-- 
Nicolas R Cueto
Takakura JHS/SHS
Nagoya, Japan

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



Win2000 update?

2000-03-06 Thread David Cramer

I just reviewed a message from late last year regarding MetaCard for 
Windows' compatibility with Windows 2000. Has there been anything new 
to report on this? Scott noted that at most, there might need to be a 
minor update to deal with last-minute changes in the Win2000 code (I 
want you all to know I'm working REAL hard to be charitable here). 
And I know I will need to be working on Win2000 multimedia training 
starting Real Soon Now.

By the way, I'd like to announce that I now have two software 
products that absolutely fill me with delight whenever I get to 
play/work with them: FrameMaker and MetaCard. Funny how they both 
started in the Unix world. Hey, are there any other Unix-based 
programs going cross-platform? I think maybe I'd better check them 
out!

(I love Photoshop, too, but it's not quite 'fun' in the same way as 
FM and MC are.)

Thanks all,

David
-- 
David Cramer, Process Innovation Evangelist  87-1313 Border Street
PBSC Computer Training Centres (an IBM company)  Winnipeg MB R3H 0X4
Corporate Office Research & Development  Canada

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



Go url

2000-03-06 Thread Jacqueline Landman Gay

I had a script that used to work in MC 2.2.x -- it loaded a url and then
used "go url " to open it. Now the url will load, but I can't
"go" to it. Did something change? How would I refer to the cached url in
a script?
-- 
Jacqueline Landman Gay| [EMAIL PROTECTED]
HyperActive Software  |   [EMAIL PROTECTED]
Custom hypermedia solutions   | http://www.hyperactivesw.com
612.724.1596  |   612.724.1562 - fax

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



List question

2000-03-06 Thread Steven D'Aprano

Hi,

I'm sorry, but I can't check the xworlds site to get the answer (I don't
have web access at the moment, just email).

How do you unsubscribe from the list? I receive the Digest, and there
are no unsubscribe instructions in the Digest (just a link to the
xworlds site for more info). Perhaps there should be?


-- 
Steven D'Aprano

==
M.B. Sales Pty LtdPh:  +61 3 9460-5244
A.C.N. 005-964-796Fax: +61 3 9462-1161

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



Re: formatting text in a field

2000-03-06 Thread andu

>Here's a very basic question for you all...
>
>I have a document with some formatted text that I need to put into a MC
>field. How do you get formatted text into an MC field? I've tried copy and
>paste, but all I get is the plain text.
>
>I've found that I can change the font face, size, and style manually in
>Browse mode using the Text menu. And I guess that I could live with that
>if copy and paste is not supported. However, I can't seem to be able to
>change the alignment for single lines of text. Is this possible?

I doubt it. The formated text in MC is based on html with not much support
for that either.

>
>TIA
>
>--
>Leston Drake
>LetterPress Software, Inc.
>http://www.lpsoftware.com
>--
>
>
>
>This is the MetaCard mailing list.
>Archives: http://www.mail-archive.com/metacard%40lists.best.com/
>Info: http://www.xworlds.com/metacard/mailinglist.htm


Regards, Andu



This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



Re: returnKey message

2000-03-06 Thread Kevin Miller

On 5/3/00 1:51 am, Craig Spooner <[EMAIL PROTECTED]> wrote:

> What exactly is the path of the returnKey message takes through the
> stack?  I have a case where I can trap it properly in the stack
> script when the application starts up, but not after I open and close
> another window (a substack).  It almost seems as though the message
> is no longer being sent.  Any ideas for how I can troubleshoot this?

It takes the same path as any other message:

object with focus (e.g. a field on MacOS or any object on another platform
that has traversalOn) -> group -> card -> stack -> mainStack -> home stack
-> MetaCard

Regards,

Kevin

> Many thanks,
> 
> Craig
> 
> /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
> \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
> 
> Craig Spooner
> Office of Instructional Services
> Colorado State University
> 970-491-2516
> [EMAIL PROTECTED]

Kevin Miller <[EMAIL PROTECTED]> 
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



formatting text in a field

2000-03-06 Thread Leston Drake

Here's a very basic question for you all...

I have a document with some formatted text that I need to put into a MC field. How do 
you get formatted text into an MC field? I've tried copy and paste, but all I get is 
the plain text.

I've found that I can change the font face, size, and style manually in Browse mode 
using the Text menu. And I guess that I could live with that if copy and paste is not 
supported. However, I can't seem to be able to change the alignment for single lines 
of text. Is this possible?

TIA

--
Leston Drake
LetterPress Software, Inc.
http://www.lpsoftware.com
--



This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



re(3): Params & PendingMessages

2000-03-06 Thread Leston Drake

Thanks to Hugh, Geoff, and Scott for your suggestions. 

I think I will give Scott's suggestion about using a single message to update a 
"counter" for each of the kids a try. I've already got into some "hairy" debugging 
with my current plethora of messages...

--
Leston Drake
LetterPress Software, Inc.
http://www.lpsoftware.com
--



This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



Re: ssl/https

2000-03-06 Thread Ruediger zu Dohna

At 19:05 Uhr -0600 03.03.2000, Reed Martin wrote:
>I have a program which needs to contact an https server.. I've made
>a copy of what exists of the https server and put it onto an http
>server to create the program, but at some point this will need to
>switch. Anyone have any idea/pointers?

AFAIK it is a common technique to forward a port with SSL, i.e. your
http server listens on some odd port only to local requests. On
another port there is a simple non-caching https-proxy that simply
takes any requests from the client, decrypts the data, and forwards
them to your http port.

Native SSL support from MetaCard may now become possible with the new
crypto laws. And it is shurely on the feature request list, isn't it?

Regards
   RĂ¼diger

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm



Re: FastCGI and metacard.mt scripts ?

2000-03-06 Thread Ruediger zu Dohna

At 14:51 Uhr -0700 24.02.2000, Scott Raney wrote:
>  > I think FastCGI do that but i d'nt now if it's friendly
>  > with Metacard and, perhaps, is it a best way to get the same result.
>
>We don't have any plans to support FastCGI (or NSAPI or ISAPI or any
>of the other architectures for doing this).  You could build in
>support for it with Embedded MetaCard...

You can also build it from a normal MetaCard without any externals.
The FastCGI protocoll is not too complicated but binary, but it
should be easy to do using the new binaryDecode function.

Regards
   RĂ¼diger

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm