lingo-l New Director and OOP

2004-01-09 Thread Igor
Does anybody know, is there new features in Lingo? For examle, for when I write parent scripts, it'll be better to have an opportunity to use class (parent script) inheritance, polymorphism and so on... -- Best regards, Igor mailto:[EMAIL PROTECTED] [To remove

RE: lingo-l Scrolling without tears

2004-01-09 Thread Tony Wilson
Troy, thanks for the thought. I've given it a try and I'm still getting the same problem. It definitely alters behaviour when the refresh rate is changed. At higher rates 75-85hz The tearing is more frequent but each tear is less severe whereas as 60hz the tearing is infrequent but when it does

RE: lingo-l Get and Put data to and from the Internet

2004-01-09 Thread Karina Steffens
Hi Teo, To download files an get data from the internet (ftp and unsecured http) you can use Director's set of Networking Lingo Xtras with methods such as downloadNetThing(). To ftp data to the internet you can use the ShockFiler Xtra from UpdateStage. This will also allow you to get a directory

lingo-l mediaplayer check

2004-01-09 Thread William Miller
is there a way to have director check the user's system for installed media players like QuickTime,Real Player or Media Player and then go to an appropriate marker in the movie? I am OK at lingo...but not that good...any help would be greatly appreciated [To remove yourself from this list, or

RE: lingo-l New Director and OOP

2004-01-09 Thread Thomas Higgins
Igor, Does anybody know, is there new features in Lingo? For examle, for when I write parent scripts, it'll be better to have an opportunity to use class (parent script) inheritance, polymorphism and so on... The changes to Lingo syntax in Director MX 2004 involve dot-syntax access

RE: lingo-l mediaplayer check

2004-01-09 Thread Thomas Higgins
William, is there a way to have director check the user's system for installed media players like QuickTime,Real Player or Media Player and then go to an appropriate marker in the movie? To start you can use the following in Lingo: quickTimePresent() -- returns a boolean (installed/not

lingo-l DMX4 workspace question

2004-01-09 Thread Mendelsohn, Michael
Hi Tom... A question about the DirMX2004 workspace: I'm working on two monitors (Win XP). In Flash MX, if I maximize the screen, it fills up the primary monitor only and I can drag the panels outside the workspace and over to the smaller monitor. In DirMX, I can't do that. The Director window

lingo-l Director MX 2004 - Internet Aware Apps

2004-01-09 Thread Mathew Ray
Tom (and others), I am curious if the new version of Director has any improvements for internet aware applications. For instance, a better way to see if a user is connected to the web that is more consistent,perhaps being notified when the connection status changes. I saw that you can now post

lingo-l MX2004 3d

2004-01-09 Thread Luiz Gustavo Castelan PĆ³voas
Has the 3D engine been revised? what about the Z-Sorting error??? Has the antialiasing been improved? Luiz [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

Re: lingo-l MX2004 3d

2004-01-09 Thread Colin Holgate
Has the 3D engine been revised? what about the Z-Sorting error??? Has the antialiasing been improved? No to the first two. [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,

lingo-l Re: Prevent second click

2004-01-09 Thread Cole Tierney
Is there an easy way to prevent the second click from registering on the thumbnail icon? (Better late than never :) You could temporarily disable all mouseDown events with: set the mouseDownScript = dontpassevent ..then when you get back to your thumbnails: set the mouseDownScript = If

RE: lingo-l mediaplayer check

2004-01-09 Thread William Miller
thanks! What about mediaplayer? [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 Re: Prevent second click

2004-01-09 Thread Troy Rollins
On Friday, January 9, 2004, at 12:43 PM, Cole Tierney wrote: (Better late than never :) You could temporarily disable all mouseDown events with: set the mouseDownScript = dontpassevent ...then when you get back to your thumbnails: set the mouseDownScript = If you happen to be using the

Re: lingo-l Director MX 2004 - Internet Aware Apps

2004-01-09 Thread John Dowdell
At 8:06 AM 1/9/4, Mathew Ray wrote: I am curious if the new version of Director has any improvements for internet aware applications. For instance, a better way to see if a user is connected to the web that is more consistent,perhaps being notified when the connection status changes.

Re: lingo-l Director MX 2004 - Internet Aware Apps

2004-01-09 Thread Mathew Ray
Thanks for the reply John. I currently have a solution that works ok right now, but I still keep hoping for a more integrated solution as web-enabled apps become more prominant. With the myriad of different proxy/firewall settings and such, and with the intracacies of various platforms, I can

RE: lingo-l Dir MX 2004 and MP3

2004-01-09 Thread Buzz Kettles
At 3:16 PM -0800 1/6/04, you wrote: There may be a third party Xtras which offers live mp3 creation - Have you searched at http://www.updatestage.com ? I don't know if you were talking to me or not Buzz, but seeing as you replied to my post and not Slava's I'll assume you were. Actually, I

Re: lingo-l New Director and OOP

2004-01-09 Thread Buzz Kettles
At 11:29 AM +0300 1/9/04, you wrote: Does anybody know, is there new features in Lingo? For examle, for when I write parent scripts, it'll be better to have an opportunity to use class (parent script) inheritance, polymorphism and so on... there's always been inheritance - see the 'ancestor'

Re: lingo-l Get and Put data to and from the Internet

2004-01-09 Thread Irv Kalb
Assuming that you are talking about using Lingo ... I have a whole chapter in my online book about how to build a Net Manager that will do the netLingo calls for you. See chapter 14 of http://www.furrypants.com/loope/ Irv At 5:12 PM +1300 1/9/04, Teo Petralia wrote: Hi! So... what's the

Re: lingo-l New Director and OOP

2004-01-09 Thread Irv Kalb
At 1:50 PM -0800 1/9/04, Buzz Kettles wrote: At 11:29 AM +0300 1/9/04, you wrote: Does anybody know, is there new features in Lingo? For examle, for when I write parent scripts, it'll be better to have an opportunity to use class (parent script) inheritance, polymorphism and so on... there's