RE: lingo-l how to halt when another program is opened?

2001-08-15 Thread Morgan Bonar
stop the presentation, and not quit out of director. hth... Morgan Bonar Chief Creative Officer p. 858.569.3400 ext.15 f. 858.569.3410 [EMAIL PROTECTED] http://www.webcardinc.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Leif E. Wells Sent

lingo-l Sorry List!!!

2001-08-07 Thread Morgan Bonar
Hey Guys, Sorry about the Return Receipts!!! :( Im trying to figure out how to configure IE to send email in plain text so I can post to this list, and obviously I don't know quite as much about it as I thought I did... [To remove yourself from this list, or to change to digest mode, go to

RE: lingo-l reading binary registry keys

2001-08-07 Thread Morgan Bonar
- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mark A. Boyd Sent: Monday, August 06, 2001 6:47 PM To: [EMAIL PROTECTED] Subject: Re: lingo-l reading binary registry keys At 18:18 06/08/2001, Morgan Bonar wrote: Does anybody know how to read/write binary registry

RE: lingo-l Having trouble eliminating QT reference to PCs

2001-08-02 Thread Morgan Bonar
Dave, I think that your problem is that externally linked casts are still loaded at launch of the movie. Therefore, the Windows side is still loading the cast with the QT members before you can swap for the cast with the mpg's. Try having an empty cast as your linked cast, and on start-up,

RE: lingo-l tracking time elapsed using the short time

2001-08-02 Thread Morgan Bonar
Steve, Be sure that you use float values and round-up consistently, or else you will start losing seconds(and eventually minutes) converting back and forth. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Sacks Sent: Thursday, August 02, 2001

RE: lingo-l tracking time elapsed using the short time

2001-08-02 Thread Morgan Bonar
Steve, Can you use the ticks?? This is a running count and can only (I think) be reset by re-booting the computer. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Sacks Sent: Thursday, August 02, 2001 1:57 PM To: [EMAIL PROTECTED] Subject: lingo-l

RE: lingo-l ALERT

2001-08-01 Thread Morgan Bonar
You can also use the MUI xtra, which is included with Director. It is a little bit more complex, but once you have the shell built, it is pretty powerful. Morgan- You can't do it w/Lingo - you need an Xtra. I use DirectOS from updateStage (updateStage.com). Josie -Original Message-

RE: lingo-l physical path to My Documents folder for the logon user in Windows 2000

2001-08-01 Thread Morgan Bonar
Have you taken a look at Buddy API function list? It has some built-in functions that seem similar to what you are looking for... Morgan- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Wingate Sent: Wednesday, August 01, 2001 3:20 PM To: [EMAIL

RE: lingo-l closing MIAWs = a fatal error

2001-07-31 Thread Morgan Bonar
John, I have had the same problem recently, and after some digging into macromedia's site, found that you cannot initiate a closing of a MIAW window from itself. Apparently, after you call the handler from the MIAW window, it expects a return value internally, and if the window does not exist

RE: lingo-l Index out of range error

2001-07-31 Thread Morgan Bonar
Var is going to be equal to the value of the integer in the list, not the position, and when you use the brackets (I think) in accessing property lists, it is looking for a positional value. So the first time thru the repeat loop, it would work, because the var = 2 (which is a position in the

RE: lingo-l action called on attaching behavior to sprite

2001-07-30 Thread Morgan Bonar
But if the handler is called before the list is returned, then we don't have access to the properties, no?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of R. Bhakti Klein Sent: Friday, July 27, 2001 6:36 PM To: [EMAIL PROTECTED] Subject: Re: lingo-l

RE: lingo-l keeping miaw in foreground always

2001-07-30 Thread Morgan Bonar
Try the Buddy API xtra... it is a great resource for this situation, as well as managing all open windows. Don't worry too much about using multiple xtras... I have had projects that use dozens of xtras, and havent seen any major performance issues. Morgan -Original Message- From:

lingo-l action called on attaching behavior to sprite

2001-07-27 Thread Morgan Bonar
Hey all, Does anybody know the way to call a handler as soon as a behavior is attached(after getPropertyDescriptionList has been initialized) to a sprite in authoring? I am trying to create a utility that crops sprites during authoring. Thanks. Morgan [To remove yourself from this list, or to