Re: lingo-l BUDDY API BUG -- NOOOOOOOOOOO!!

2004-10-08 Thread John Mathis
um...1 means true. - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 08, 2004 3:39 PM Subject: RE: lingo-l BUDDY API BUG -- NOOO!! Umm, well, maybe I should explain myself a bit clearer -- I'm really using

Re: lingo-l Word problem -not OT-

2004-07-27 Thread John Mathis
Also look into vbScriptXtra. Bet you could do it with that. John - Original Message - From: Diego Landro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 26, 2004 10:19 PM Subject: Re: lingo-l Word problem -not OT- Thanks, guys, for your answers,and Ross, i tried to

Re: lingo-l Getting information form a list

2004-07-19 Thread John Mathis
prop = ListA.getPropAt(x) put prop - Original Message - From: Matt Wells [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 19, 2004 12:29 PM Subject: lingo-l Getting information form a list How do you get the first and second value from a property list by the position?

Re: lingo-l All those DLLs

2004-07-15 Thread John Mathis
May I suggest you try with everything in the xtras folder...don't know about onstage or Tbrsrc, but I keep all the others in xtras. John Mathis Regarding Dirapi.dll, Iml32.dl, msvcrt.dll and Tbrsrc.dll, is it better to have them sitting next to the projector or within the xtras folder

Re: lingo-l All those DLLs

2004-07-15 Thread John Mathis
Bingo, it's that unpack then linkload bit you weren't clear on. Glad to read it's sorted and that my info helped. Let me add this: If your standard projector starts, and then crashes (or perhaps is rudely quit) you will leave the dlls in the temp folder that was created, wasting space.

Re: lingo-l Re: Lingo-l digest, Vol 1 #1305 - 13 msgs

2004-07-10 Thread John Mathis
at least you're not on vacation... - Original Message - From: Ronald Kozlowski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 10, 2004 11:08 AM Subject: lingo-l Re: Lingo-l digest, Vol 1 #1305 - 13 msgs I am attending a Conference and will be out of the office till the

Re: lingo-l detect sprites with a certain property

2004-07-02 Thread John Mathis
Yes...but...if it has a certain custom property, could that behavior not also have a certain method? Then you could just use sendAllSprites(#certainMethod). More specifically to your case: sendAllSprites(#useBuiltInCursor) This would be much more efficient than testing each behavior instance of

Re: lingo-l Reference Errors in Director and Shockwave

2004-06-29 Thread John Mathis
to use any of the assets in those casts until they are linked. Since it happens on PrepareMovie, that should not be too difficult. John Mathis www.inplicity.com - Original Message - From: Lutz Paelike [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 2:40 PM Subject: lingo

Re: lingo-l OT: director and microcontroller

2004-06-28 Thread John Mathis
towards home applications, but it would certainly do what you need. All of these are designed to control sync lots of different devices. John Mathis - Original Message - From: Rodrigo Peres [EMAIL PROTECTED] To: Lingo [EMAIL PROTECTED] Sent: Monday, June 28, 2004 3:11 PM Subject: Re: lingo-l

Re: lingo-l fileIO changes T to t ?!?!?

2004-05-13 Thread John Mathis
Scripts might clear it. John Mathis [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo

Re: lingo-l Dynamic Flash Sprite

2004-05-03 Thread John Mathis
You might try calling the 'goToFrame' after an 'exitframe' cycle. The way you have it now the Flash sprite does not have a chance to initialize before you're giving it commands. John Mathis Inplicity http://www.inplicity.com/connect - Original Message - From: Kerry Thompson [EMAIL