Re: player object and Quicktime

2000-04-08 Thread Claude Lemmel
> From: Nicolas R Cueto <[EMAIL PROTECTED]> > Subject: Re: player object and Quicktime > Date: Sat, 08 Apr 2000 03:26:40 +0900 > MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 7bit > References: <[EMAIL PROTECTED]> > > Kevin Miller wrote: > > > > You ca

Re: Offset from right function?

2000-02-11 Thread Claude Lemmel
> From: David Cramer <[EMAIL PROTECTED]> > Subject: Re: Offset from right function? > Date: Fri, 11 Feb 2000 19:36:08 -0600 > MIME-Version: 1.0 > Content-Type: text/plain; charset="us-ascii" ; format="flowed" > > Aha! That's probably what I remembered seeing. > > I guess what I was hoping I had

Re: Digest metacard.v003.n226

2000-02-02 Thread Claude Lemmel
Claude Lemmel / Opus species email : [EMAIL PROTECTED] website : www.opus-species.com -- - Message d'origine - De : <[EMAIL PROTECTED]> À : <[EMAIL PROTECTED]> Envoyé : mercredi 2 février 2000 14:19 Objet : Dig

Re: Referencing a Windows CD

2000-02-02 Thread Claude Lemmel
/mc.exe open it put the filename of this stack -> c://mchome.mc (yes, 2 slashes) An other consequence : if you put MetaCard at the root, it is fooled and needs between 20 and 30 seconds to open the script window ... Claude Lemmel This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm

Test of a mpeg player for windows

2000-02-01 Thread Claude Lemmel
sage is sent to the main stack with the location of the click. Do not forget to click "stop" and "close" when you are finished with a movie. Right-click a button to edit its script. Claude Lemmel / Opus species email

Re: Digest metacard.v003.n211

2000-01-21 Thread Claude Lemmel
> From: Peter Reid <[EMAIL PROTECTED]> ... > The people I'm developing the CBTs for have a number of existing > corporate clients who are keen to use CBT for all staff, i.e. 100s or > 1,000s of workstations. Many of these corporates don't want to > install QT simply to support CBT, which is why

Re: Selecting VfW vs QT

2000-01-19 Thread Claude Lemmel
ions for the name of that property? > Scott ... We already have the qtVersion, so why not the qtEnabled (boolean, default TRUE)? Claude Lemmel This is the MetaCard mailing list. Archives: http://www.mail-archive.com/metacard%40lists.best.com/ Info: http://www.xworlds.com/metacard/mailinglist.htm

Batch processing pictures

2000-01-09 Thread Claude Lemmel
picture from the command line in unix ? 2) are these commands available on the net ? 3) is it possible to call these commands with parameters from metacard ? Thanks in advance ! Claude Claude Lemmel / Opus species email : [EMAIL PROTECTED] website : www.opus-species.com

fullscreen quicktime

1999-12-25 Thread Claude Lemmel
> From: Jeff Reynolds <[EMAIL PROTECTED]> > Subject: fullscreen quicktime > Date: Fri, 24 Dec 1999 14:03:39 -0800 > MIME-Version: 1.0 > Content-Type: text/plain; charset="US-ASCII" > > Has anyone tried to do full screen quicktime with Metacard yet? might be > trying to port a fullscreen video disc

mpeg files

1999-12-04 Thread Claude Lemmel
Is it possible to display mpeg1 video files within metacard on a pc/windows ? - the pc can display mpeg files from the standard multimedia player - the pc has quicktime (but apparently quicktime do not displays mpegs on the pc, only on the mac...) Claude Claude

Re: root directory ID in MacOS

1999-11-30 Thread Claude Lemmel
> From: [EMAIL PROTECTED] (Rob Pitt) > Subject: Re: root directory ID in MacOS > Date: Tue, 30 Nov 1999 18:18:33 +1000 > MIME-Version: 1.0 > Content-Type: text/plain; charset="us-ascii" > > Thanks Phil BUT my "stacks" are on the CD-ROM. The path I need is to text > files on the hard drive. > ... >

How to grab an unlocked field ?

1999-10-20 Thread Claude Lemmel
? Claude Lemmel / Opus species email : [EMAIL PROTECTED] website : www.opus-species.com --

Re: Self-modifying applications (sort of)

1999-10-19 Thread Claude Lemmel
> screen, before it hops into the splash screen's position. Is there any > way to do this better, without the shifting window bit? Be sure that the "destroy window of stack" check box of your splash screen is not hilited... Claude Lemmel

Re: Digest metacard.v003.n070

1999-09-14 Thread Claude Lemmel
> --- MESSAGE metacard.v003.n070.6 --- > > From: John Johnston <[EMAIL PROTECTED]> > Subject: MetaCard om mac windows emulation > Date: Tue, 14 Sep 99 21:30:31 + > MIME-Version: 1.0 > Content-Type: text/plain; charset="US-ASCII" > > Hello > > I have been lurking a few w

Re: Digest metacard.v003.n062

1999-09-09 Thread Claude Lemmel
. It means that either there are no english words in the user-interface or that they are grouped together in a customizable container so that we can switch by script from a langage to an other one. Claude Lemmel

(not so) basic questions

1999-09-06 Thread Claude Lemmel
front ? --// How to send a toplevel stack to the back ? --// Generally speaking, how to get and set the layer of stack ? --// Enough headaches for this night ... Claude -------- Claude Lemmel / Opus species email : [EMAIL PROTECTED] website : www.opus-species.com --

modal window behind the topstack

1999-08-27 Thread Claude Lemmel
etacard : the mouseUp event will be send only after the modal window is closed. How to solve the problem in metacard ? ---- Claude Lemmel / Opus species email : [EMAIL PROTECTED] website : www.opus-species.com --

point within polygon

1999-08-25 Thread Claude Lemmel
button i need to know which polygon is under the center of the grabed button. How could i perform this task ? Claude Lemmel

Optimizing memory mangment

1999-08-22 Thread Claude Lemmel
Claude Lemmel / Opus species email : [EMAIL PROTECTED] website : www.opus-species.com --

Re: Digest metacard.v003.n040

1999-08-18 Thread Claude Lemmel
> --- MESSAGE metacard.v003.n040.10 --- > > From: Geoff Canyon <[EMAIL PROTECTED]> > Subject: Notes about MetaCard > Date: Wed, 18 Aug 99 22:01:29 -0700 > MIME-Version: 1.0 > Content-Type: text/plain; charset="US-ASCII" > > Maybe everyone else knows this, but just in case,

Re: Digest metacard.v003.n015

1999-07-25 Thread Claude Lemmel
As other people on this list i had problems with "idle" or "mouseStilldown" or in Metacard. We were explained that we have to use instead "send ..." But i can not imagine how to use "send" in some straight cases. I often need that something happens repeatedly as long as the user press a button.