Re: lingo-l filmloop + script?

2005-01-10 Thread Cole Tierney
This sounds like a simple question, but I can't think of a way around this. I have an animation of a bird that follows a curved path. I want to put it into a single frame, so the normal way to do this would be to use a film loop. However, I am using a script on the bird to make it flap it's

RE: lingo-l Cast member visuals

2005-01-21 Thread Cole Tierney
On a PC, select the cast member. THen select the thumbnail image of the of member in the Property Inspector. Right click on the thumbnail and you can copy/paste thumbnails. Same works on a Mac. Control-click if you don't have two mouse buttons. You can also use lingo to automate the process after

Re: lingo-l How to wait for a callback....

2005-03-11 Thread Cole Tierney
At 6:27 PM -0800 3/10/05, Lars Liden wrote: FYI - there is an easy work around (at least for the flash XML component.) If you use the .load method it doesn't block so you have to use the callback. Instead, load the XML file into a text string then just parse if with the flash component (which

Re: lingo-l testing for file and folders

2005-03-11 Thread Cole Tierney
At 3:03 PM + 3/11/05, nik crosina wrote: I am looking for a method to test whether the item at the end of a path (e.g. the movie path this_one is a file or a folder. BuddyAPI can help out here. Check out: * baFileExists string Filename -- returns 1 if Filename exists * baFolderExists string

Re: lingo-l Unsubscribing

2005-03-17 Thread Cole Tierney
Can anyone help me unsubscribe from this list? The link to unsubscribe doesn't work and I'm not getting any responses from [EMAIL PROTECTED] There's an email link to unsub in the headers of each message. Some mail clients don't display these headers: mailto:[EMAIL PROTECTED] -- Cole [To remove

Re: lingo-l Project with video, Flash or Director?

2005-03-25 Thread Cole Tierney
I have settled on using QuickTime exclusively for even Windows-only projects. It is reliable across many different Windows configurations ...much better than Windows Media. In the past, I've downloaded the full install for Windows and included it on the CD-ROM. My stub projector looks for

Re: lingo-l Project with video, Flash or Director?

2005-03-25 Thread Cole Tierney
I think it's always the case that you're only really licensed to include the most recent installer, but I can't believe that part of the license requires that you retrieve existing stock when there's a new installer released. I also don't think that Apple ask to see your order books, and that

Re: lingo-l [Slightly OT] cd/dvd-rom path on OS X

2005-04-12 Thread Cole Tierney
My guess is that the path to the dvd in OS X isn't dvdname:folder:file as it is in OS 9. Give this a try: /Volumes/dvdname/folder/file -- Cole [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

Re: lingo-l Nostalgia

2005-05-12 Thread Cole Tierney
At 9:26 AM -0400 5/12/05, Kurt Griffin wrote: Fun glimpse at our past. Good to see Tab so active on the list again, and thanks for recommending Toast 3.0. I almost replied to one! Need more coffee. -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l StartMovie Problem

2005-05-18 Thread Cole Tierney
At 4:38 PM -0500 5/18/05, John R. Sweeney Jr wrote: on 5/18/05 4:05 PM, Bryan Thompson at [EMAIL PROTECTED] wrote: Is it just me, or is everyone getting ten million copies of this message? Some are doubled, but not all. Weird??? Same here. -- Cole [To remove yourself from this list, or to change

Re: lingo-l I will be out of the office Tuesday May 24, 2005. If this matter requires immediate atten

2005-05-24 Thread Cole Tierney
At 12:33 PM -0400 5/24/05, Colin Holgate wrote: At 9:16 AM -0700 5/24/05, Michael Collins wrote: I will be out of the office Tuesday May 24, 2005. If this matter requires immediate attention, please send to Jennifer Tan @ [EMAIL PROTECTED] Cool, I was starting to worry. Don't panic! --

Re: lingo-l Beachballs and repeat loops...

2005-05-26 Thread Cole Tierney
At 2:02 PM -0400 5/26/05, Thomas W.J.C. McCrystal wrote: On a whim, I tried a variation of Zav's sleep() trick, and it worked -- no beachball! Replace the nothing statement with sleep(1): on test loopMore = 1 repeat while loopMore if _key.keyPressed(SPACE) then loopMore = 0 sleep(1)

Re: lingo-l Projector name

2005-06-08 Thread Cole Tierney
At 1:17 PM -0400 6/8/05, Carl West wrote: Can I get the projector's name? I think what you're looking for is the applicationName. -- Cole [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

Re: lingo-l logical operators and lists

2005-06-10 Thread Cole Tierney
At 2:13 PM +0200 6/10/05, Valentin Schmidt wrote: I thought I share what I've just discovered: the logical operators AND and OR also work for lists: Interesting! I didn't know that. And if the lists have different lengths, the resulting list is clipped to size of the smaller one. -- Cole

lingo-l set/getpref in projector on locked down Windows systems?

2005-06-10 Thread Cole Tierney
Hello, Does anyone know if there are any problems using set/getpref on a locked down WinXP systems? Does it work or fail silently? -- Cole [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

Re: lingo-l set/getpref in projector on locked down Windows systems?

2005-06-10 Thread Cole Tierney
At 10:02 AM -0500 6/10/05, John Mathis wrote: Does anyone know if there are any problems using set/getpref on a locked down WinXP systems? Does it work or fail silently? I believe it works just fine. Thanks John. Do you know if it also would work if the projector was installed into the

Re: lingo-l set/getpref in projector on locked down Windows systems?

2005-06-10 Thread Cole Tierney
At 4:21 PM +0100 6/10/05, James Newton wrote: On 6/10/05 3:44 PM, Cole Tierney [EMAIL PROTECTED] wrote: Does anyone know if there are any problems using set/getpref on a locked down WinXP systems? Does it work or fail silently? Hi Cole, If a projector is run from a locked disk, setPref

Re: lingo-l set/getpref in projector on locked down Windows systems?

2005-06-10 Thread Cole Tierney
Thanks for the advice, Michael. I'll probably do something similar in the end. At this point, I'm driven mostly by curiosity. And my lazy side would prefer to only use setpref. ;) I'll whip up a little test projector and see how far I push setpref. Here comes a similar solution I've been

Re: lingo-l set/getpref in projector on locked down Windows systems?

2005-06-10 Thread Cole Tierney
At 11:29 PM +0200 6/10/05, Sébastien Portebois ou Véronique Sou mis wrote: Hi Is a reason for using the string indows? Juste a stupid paranoia of case sensitive check (this test is still from my very first lingo days) So it's totally useless :) (but it's friday, ;) Thanks Séb.

lingo-l hiding some globals from clearglobals

2005-06-16 Thread Cole Tierney
Hi, I'm working on a project that needs to go movie some existing_movie. The problem is that this existing_movie calls clearglobals a couple times and tromps on my global space. I could get access to existing_movie and toss a reference to gMySpecialPlist into a temp variable and restore it

Re: lingo-l hiding some globals from clearglobals

2005-06-16 Thread Cole Tierney
At 12:18 PM +1200 6/17/05, Sean Wilson wrote: on restoreMyStuff But isn't your restoreMyStuff handler going to have to go into the file you're navigating to? You said you didn't want to touch the code in this file, and you shouldn't have to: The the movie I'll go to will return to my movie

lingo-l xtra mui - #layoutStyle (#left, #centerH, #right) question

2005-06-23 Thread Cole Tierney
Hello, I've been fooling around with the mui xtra, having just read Rob Wingate's informative article at DOUG (thanks Rob!). Everything's going well except that all the widgets are left justified. I've tried different combinations of #attributes:[#layoutStyle:[#centerH]] and

RE: lingo-l xtra mui - #layoutStyle (#left, #centerH, #right) question

2005-06-24 Thread Cole Tierney
At 10:41 AM -0400 6/24/05, Mendelsohn, Michael wrote: I've seen what you're talking about where all the widgets align to the left. I've had plenty of success when the window #mode is set to #dialogUnit. Thanks for the tip, Michael. I'll give that a try. -- Cole [To remove yourself from this

Re: lingo-l SQLite Xtra (direct-l cross post)

2005-07-12 Thread Cole Tierney
At 2:30 AM +0200 7/12/05, Valentin Schmidt wrote: Now there is also a mac version (carbon): http://dasdeck.de/staff/valentin/xtras/sqlite/mac/ That's great! Thanks so much, Valentin. -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l making html page from txt inside dir

2005-07-13 Thread Cole Tierney
At 9:58 AM -0700 7/13/05, JOHN HART wrote: I have plain text in a field, in a projector. Is there any way, using Lingo or Javascript, to extract the plain text and create a new html page from that text? My next step would be to upload the html page to a server using something like DirectFTP.

Re: lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread Cole Tierney
does anyone understand what i'm talking about, and recognize the problem? I haven't worked with flash xmlSockets, but you could test your theory by having the php send an additional \n or \0. If that doesn't help, I would run a packet sniffer to see what's really going on. -- Cole [To

Re: lingo-l MIAWs in MX 2004

2005-08-12 Thread Cole Tierney
Just set the scriptExecutionStyle=9 somewhere before the legacy code. If you are likely to start using any of the new lingo for MX04, just set the scriptExecutionStyle=10 before the new code. You can also just set it in the message window and the property will be saved with the movie. --

Re: lingo-l MIAWs in MX 2004

2005-08-12 Thread Cole Tierney
At 01:06 PM 8/12/2005, you wrote: Except that doesn't actually work for MIAWs or Timeout objects and probably some other objects, too. I'm finding that out right now. Nothing seems to make the old code work properly. Even this: the scriptExecutionStyle = 9 windowObj.windowType = 49

lingo-l no keyDown when commandDown? - MacOSX

2005-08-15 Thread Cole Tierney
Hi, I've got an MX 2004 (10.1) projector that will not register keyDown events while the command key is pressed. This is unfortunate, since I've set exitLock = TRUE and would like to detect command - Q for quit on the mac. I've seen this behavior in earlier versions of director for mac when

Re: lingo-l no keyDown when commandDown? - MacOSX

2005-08-15 Thread Cole Tierney
At 12:36 PM -0400 8/15/05, [EMAIL PROTECTED] wrote: The modifier keys don't generate keyDown events themselves. Otherwise, you'd get two events when the user presses Command and Q. Just wait until the Q key is pressed, and then test for the presence of the command key using the commandDown

Re: lingo-l no keyDown when commandDown? - MacOSX

2005-08-15 Thread Cole Tierney
At 2:24 PM -0400 8/15/05, Cole Tierney wrote: The keydown doesn't fire while the command key is pressed, at least it doesn't for me. Just try in a frame script: on keyDown if the commandDown then beep end if end To hear the beep you need to remove the commandDown check. A clearer

Re: lingo-l no command-q if the exitLock = TRUE

2005-08-17 Thread Cole Tierney
. Just use a keyDownScript to redirect the presentation on a command-Q keydown to your credits. When entering that section, turn off the exitLock and they can leave from there at any time. On Aug 16, 2005, at 10:00 AM, Cole Tierney wrote: At 10:27 AM -0500 8/16/05, Daniel Nelson wrote: Does

Re: lingo-l pause movie stops music

2005-09-07 Thread Cole Tierney
At 11:34 PM +0200 9/7/05, Michael Nadel wrote: Is there a way to get the music to restart where it left off after pausing? If you don't actually pause the movie, then you should be able to use sound(1).pause() and sound(1).play() to continue playing audio at the point where it was paused.

Re: lingo-l Controlling Subject line of an email

2005-09-16 Thread Cole Tierney
At 12:45 AM +1000 9/17/05, Elvin wrote: I have a director presentation with a link (using buddy) to open up the default mail. I would like to however, place some texts on the subject line of that email. How do i control this? You can try something like this: baOpenURL(mailto:[EMAIL

RE: Re[3]: lingo-l Dir -- Flash communication (static)

2005-09-20 Thread Cole Tierney
Seems very interesting, but can you change the value of a prop of an uninstantiated script? Yes you can. Hear's some more info: http://director-online.com/dougwiki/index.php/Static_Scripts -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l date and time

2005-09-21 Thread Cole Tierney
At 11:34 AM +1200 9/22/05, Sean Wilson wrote: -- with some trimming (leading/trailing whitespace, fractional seconds): put framesToHMS( (the systemDate).seconds, 1, 0, 0 ) Great tip! I was just about to post a big old ugly lingo one-liner (mostly as a joke!). Oh what the heck (watch for line

lingo-l controlling (the stage).drawRect in a projector

2005-10-05 Thread Cole Tierney
Hello, I'm experimenting with inflating the stage's drawRect to fit the user's current monitor resolution, but the stage is being clipped by the size of my stub projector's stage. I seem to be missing a piece of the puzzle. Could someone give me a nudge in the right direction? -- Cole

lingo-l controlling (the stage).drawRect in a projector - solved

2005-10-05 Thread Cole Tierney
I'm experimenting with inflating the stage's drawRect to fit the user's current monitor resolution, but the stage is being clipped by the size of my stub projector's stage. Never mind. Helps to change (the stage).rect as well as (the stage).drawRect. -- Cole [To remove yourself from this

Re: lingo-l setting the properties of me by a variable

2005-10-05 Thread Cole Tierney
Hi Michael, But what, if I have the name of the property in a variable? Does the following work? me.setAProp(myProp, some value) -- Cole [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

lingo-l dot syntax to replace a char in a string?

2005-10-05 Thread Cole Tierney
Just can't seem to get it. The following verbose works, so I should just use it and be done with it. But I'm still curious. How would the following look in contemporary syntax: put - into char 5 of someString -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l dot syntax to replace a char in a string?

2005-10-05 Thread Cole Tierney
put - into someString.char[5] Thanks Tom and Daniel! -- Cole [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 lingo-l@penworks.com (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning

Re: lingo-l dot syntax to replace a char in a string?

2005-10-05 Thread Cole Tierney
At 1:27 PM -0700 10/5/05, Buzz Kettles wrote: someString = someString.char[1..4] - someString.char[6..someString.char.count] That having been said, 'put' works so straightforwardly that the hybrid (verbose + dot) seems like a much better approach. :) Thanks for pitching that in, Buzz. I

Re: lingo-l Emailing with baOpenURL

2005-10-07 Thread Cole Tierney
Is it possible to send an attachment with an email message generated out of baOpenURL? If it is possible, it may not be reliable. Some email clients can't even handle: mailto:[EMAIL PROTECTED] Looks like DirectEmail xtra can do it: http://directxtras.com/demail_home.asp?UUID=1427945 Or you

lingo-l omitting linked scripts as protection

2005-10-07 Thread Cole Tierney
I wonder if one could protect a project by simply omitting external scripts. The only down side I can think of is not having other assets protected. Has anyone ever tried or considered this? -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l consistent way to check for existence of member

2005-10-07 Thread Cole Tierney
on memberExists (someName) return (member(someName).membernum 0) -- only for dir 10 return (not voidP(member(someName))) -- only for dir =10 end Here's the obvious/ugly way that you probably would like to avoid: on memberExists (someName) if the scriptExecutionStyle 10 then return

Re: lingo-l consistent way to check for existence of member

2005-10-07 Thread Cole Tierney
At 12:47 PM -0400 10/7/05, Cole Tierney wrote: on memberExists (someName) return (member(someName).membernum 0) -- only for dir 10 return (not voidP(member(someName))) -- only for dir =10 end Here's the obvious/ugly way that you probably would like to avoid: on memberExists (someName

Re: lingo-l omitting linked scripts as protection

2005-10-07 Thread Cole Tierney
When you protect a dir/cst, the external scripts are no longer referenced. What I'm getting at is using external scripts exclusively and leaving them off the final cd as an _alternative_ to protecting the director files. I'm guessing that if someone were to open the one of these files,

Re: lingo-l omitting linked scripts as protection

2005-10-07 Thread Cole Tierney
I wonder if one could protect a project by simply omitting external scripts. The only down side I can think of is not having other assets protected. Has anyone ever tried or considered this? To what end? Protect from whom? Why not just make a dxr or dcr? Just to save a step. If I don't

Re: [EMAIL PROTECTED] (was: RE: ????????: Re: lingo-lomitting linked scripts as protection)

2005-10-07 Thread Cole Tierney
I've seen a few of you post replies like Roy's, but I have yet to see one of his messages myself. I'll bet your server is rejecting them as spam based on the encoding. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l omitting linked scripts as protection

2005-10-08 Thread Cole Tierney
Hi James, At 6:47 PM +0100 10/8/05, James Newton wrote: If you option-drag a script with a missing link to a new cast member slot, it creates an unlinked script, with the entire script text visible. So this technique is about as good as locking the door and leaving the key in the lock. I

Re: lingo-l omitting linked scripts as protection

2005-10-09 Thread Cole Tierney
Saving a Director file causes linked script members to be saved, so they update their scriptText. Now it's making more sense. Thanks Buzz! -- Cole [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

Re: lingo-l Simple text handler

2005-10-18 Thread Cole Tierney
At 12:12 AM +0300 10/19/05, Petro Bochan wrote: I've got to delete extra RETURN characters on each line to reduce the number of page breaks. When I issue this code it works only with the trace command. Whatever the combination I've tried it doesn't seem to work. Please help. Here's another

Re: 网易邮箱自动回复: Re: 网易邮箱自动回复: lingo-l Screensaver made with Director

2005-10-23 Thread Cole Tierney
[EMAIL PROTECTED] I have NO idea, why this is happening. Asian auto responder. It seems the liist is on auto pilot. If we can spoof the return address, maybe we could do them and us a favor and unsub them. -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Colorization of bitmaps

2005-10-24 Thread Cole Tierney
At 4:54 PM +0200 10/24/05, Steffi Oberheim wrote: how is it possible to colorize a grayscale picture by lingo in such a way, that white and black resist while the other nuances of the image become shades of blue? Hi Steffi, This might not be what you're looking for, but you could use a solid

Re: lingo-l controlling (the stage).drawRect in a projector

2005-11-04 Thread Cole Tierney
in the publish settings in Dir MX 2004. 27 sep 2005 kl. 15.58 skrev Cole Tierney: I'm experimenting with inflating the stage's drawRect to fit the user's current monitor resolution, but the stage is being clipped by the size of my stub projector's stage. -- Cole [To remove yourself from

Re: lingo-l getNetText and proxy

2005-11-23 Thread Cole Tierney
Basic realm authentication should work. Just send your username:password as a base64 encoded string as an Authorization: Basic header. Guess that's why called basic authentication. :) -- Cole At 5:45 PM +0100 11/23/05, Valentin Schmidt wrote: I wonder if (depending on the authorization

Re: lingo-l lastIndexOf lingo equivalent

2005-11-23 Thread Cole Tierney
Good work, Tom! Eat some turkey, have a nap, then regroup. Thanks for sharing that link, Darrel. At 9:47 AM -0800 11/23/05, Darrel Plant wrote: I don't know. It sounds like coverage of the race was pretty positive. 25% of the vote when you got outspent over 10:1? That's a good thing.

Re: lingo-l Offline reading and search of Lingo mail list

2005-11-24 Thread Cole Tierney
At 8:38 AM -0800 11/24/05, Alejandro Tejada wrote: Do you keep downloable archives from previous years, like many mail list that use mailman? Here's the help page (displayed in the headers of each post): http://lists.fcgnetworks.net/mailman/listinfo/lingo-l The archives should be here, but

RE: lingo-l a question

2005-12-07 Thread Cole Tierney
At 11:03 AM -0500 12/7/05, Mendelsohn, Michael wrote: I'm using buddy API's baOpenURL to generate an email message and populate it with some body text. (We're all on Windows XP using Outlook.) My issue is that the code below doesn't render a carriage return in the body. Anyone ever do this

Re: lingo-l How multi threaded is Director/Lingo and mutexes..

2005-12-20 Thread Cole Tierney
At 3:27 PM + 12/20/05, Alan Skinner wrote: Does director run them off a single thread or might it possibly use multiple threads to run them? Just a hunch, but I think timeout objects are serviced sequentially. -- Cole [To remove yourself from this list, or to change to digest mode, go

Re: lingo-l running a projector on startup in OSX

2006-01-09 Thread Cole Tierney
At 11:01 AM -0500 1/9/06, chris phillips wrote: if you need to place an item in startup items on OSX 10.4 and above you may need to do it as root. take a look at this apple tech note: http://docs.info.apple.com/article.html?artnum=300962 -c i have done this on all flavors of OSX, if you need

Re: lingo-l LAN-served projectors

2006-01-11 Thread Cole Tierney
At 12:26 PM + 1/11/06, Ross Clutterbuck wrote: Any more contributions list? Another option is to ensure all users have only read access to the directory containing your projector. Then you shouldn't have to worry about locking files. -- Cole [To remove yourself from this list, or to

lingo-l #dialog miaw not returning focus to stage

2006-01-11 Thread Cole Tierney
When I forget a #dialog miaw on windows, focus is not returned to the stage. Pressing keys produces sysbeeps and the keydown script of my stage does not fire. If I click on the stage, it regains focus and all is well. If I switch to type #document, the problem goes away. This is in a D10.1r11

Re: lingo-l #dialog miaw not returning focus to stage

2006-01-14 Thread Cole Tierney
At 5:46 PM -0800 1/14/06, Buzz Kettles wrote: At 10:36 AM -0500 1/13/06, you wrote: At 6:30 PM -0500 1/12/06, Cole Tierney wrote: At 2:35 PM -0800 1/12/06, Buzz Kettles wrote: or if the #dialog is really the issue why not make it invisible, change it's type then forget it? I didn't think

Re: lingo-l Anyone try Director MX 2004 projectors on Win98?

2006-02-03 Thread Cole Tierney
At 4:44 PM -0500 2/3/06, Jamie Ciocco wrote: I'm looking for feedback from anyone who's tried running DMX2004 projectors on Win98. Please respond if you've ever run your projector on Win98, whether or not you succeeded. No problems here. -- Cole [To remove yourself from this list, or to

Re: lingo-l buddy api xcopyprogress without dialog problem {Scn d} {Scnd}

2006-02-23 Thread Cole Tierney
Probably getting clobbered by spam, too. Check out all the yummy clear text email addresses: http://www.tribeka.com/html/contact/email/email_executiveteam.htm Stephen, do yourself a favor and hide those addresses. -- Cole At 11:08 AM -0700 2/23/06, Leila Singleton wrote: Great response --

Re: lingo-l Where are the MX 2004 OSX projector resources on OSX?

2006-02-23 Thread Cole Tierney
At 7:20 PM + 2/23/06, Ross Clutterbuck wrote: The problem I'm having is that I can't find the Mac OSX projector resources anywhere on my OSX installation! Usually the DPLib, IMLLib, etc. files are in the same place as the Director application, but they are just not there on my Mac. I've

Re: lingo-l saving castmembers

2006-03-02 Thread Cole Tierney
At 6:00 PM +0200 3/2/06, Michael Nadel wrote: If I have a cast of 1000 bmps pictures and I want to save each cast member as a jpg or gif (or even as bmps, if I have to) onto my computer somewhere as individual files, Is there a way? Can anyone help me with the code to do this? First get this:

Re: lingo-l export question

2006-03-08 Thread Cole Tierney
At 11:41 PM +0200 3/7/06, Michael Nadel wrote: I have a problem though. The xtra SharpExport doesn't export gifs. I have a cast with a few hundred gifs that I want to export to my computer as either gifs or jpgs... Any ideas how to do this? While authoring you could just plop them on the stage

Re: lingo-lTEST suspicious header?

2006-04-04 Thread Cole Tierney
At 1:05 PM -0500 4/4/06, Stephen Ingrum wrote: ...umm, what's with the Is being held until the list moderator can review it for approval. The reason it is being held: Message has a suspicious header ? That might be a long wait, as the list seems to be on auto-pilot. Can you post a copy of the

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Cole Tierney
At 2:24 PM +0200 4/28/06, Valentin Schmidt wrote: when opening those (fixed) URLs with MU Xtra and my little HTTP Sniffer (http://dasdeck.de/staff/valentin/lingo/http_class/http_class_v1.1.zip; really a handy tool :-)... Yes it is! Nice work Valentin. -- Cole [To remove yourself from this

Re: lingo-l Bye....

2006-06-02 Thread Cole Tierney
At 11:48 AM +0200 6/2/06, Bart Pietercil wrote: Macromedia applications that Adobe is evaluating for Intel support include Dreamweaver, Flash Professional, Flash Basic, Fireworks and Contribute. Is it just me, or is there something missing? Getting real nervous... I highly recommend

Re: lingo-l virtual memory

2006-07-26 Thread Cole Tierney
At 7:10 PM +0200 7/26/06, Michael Nadel wrote: A program I made once in Director 6.1 that runs with a projector, in one in about 50 computers a customer on Windows XP, gets an error message about needing 3 MB of virtual memory to run. Does any body have any idea what this could be from, or a