Re: lingo-l open lingo keeps launching Internet Explorer

2002-03-19 Thread Matt Petch
Kurt Thanks very much for your help; it’s very good of you. If I could first explain the project I’m creating: I’m creating a company presentation CD that allows the sales force to edit the titles on the buttons of one of the menu screens and link these buttons to external files. Ive got

lingo-l quicktime scale

2002-03-19 Thread Heike Schmidt
hello list, i have a quicktime movie (direct to stage) that i want to appear on stage via a kind of zoom-in. my code is in a filmscript that is called by on startMovie. i'm trying to do this: repeat with var= 0 to 100 sprite(theVideoSprite).scale= [var, var] updateStage end repeat every time

Re: lingo-l quicktime scale

2002-03-19 Thread Florian Bogeschdorfer
Maybe you are executing your code before the quicktime is on stage. If you use the startmovie handler for scaling, your movie must be beginning in frame 1. regards, florian Heike Schmidt wrote: hello list, i have a quicktime movie (direct to stage) that i want to appear on stage via a

Re: lingo-l not sure about this one...

2002-03-19 Thread nightwares
On Tue, 19 Mar 2002, Wobbly wrote: I have cd based system of movies that cause a win 98 program error (sometimes) on exiting... No problems on win XP or win 95. the movie use 2 MIAWS one for system navigation dir movie to dir movie and one for navigation within a dir movie. the crash occurs

lingo-l Automatic Tabbing

2002-03-19 Thread Robert Rycroft
At one point in my movie I have two editable fields on the stage, one visible and one invisible. Users are supposed to enter a number in the visible field. If they enter the correct number, the second field becomes visible and they are required to enter a number in it. As it currently

lingo-l Automatically dismissing a dialog on Mac?

2002-03-19 Thread Bill Numerick
Hi All, I was wondering if anyone knows how I could automatically dismiss a dialog box on Mac? I've got buddyAPI and use the sendKey function inside of the dialog box string, which works on windows but not on mac to dismiss it. Thanks! Bill

Re: lingo-l quicktime scale

2002-03-19 Thread Howdy-Tzi
At 11:32 +0100 03/19/2002, Heike Schmidt wrote: hello list, i have a quicktime movie (direct to stage) that i want to appear on stage via a kind of zoom-in. my code is in a filmscript that is called by on startMovie. i'm trying to do this: repeat with var= 0 to 100

Re: lingo-l Automatic Tabbing

2002-03-19 Thread Fabrice
i would use set selectionfocus() in flash for the first tab and let go to visibiltiy true for second tab, move the focus to this second if the first field contains the right value. in lingo witch i haven't tried on this, i would play with yourField = the selection() then check with if the

lingo-l What quicktime compression format?

2002-03-19 Thread Andreas Gaunitz P11
Guys, What quicktime compression format compresses each frame as an independant image, as opposed to using keyframes and a sort of incremental compression, where every image depends on the previous? Thank you. -A. [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Automatically dismissing a dialog on Mac?

2002-03-19 Thread mincy2
One way you can do this is with AppleScript. I do not know what OS you are developing for, but pre-OSX you may be able to run an AppleScript that is a listener for the dialog box (I believe it is function -128 or so) and then runs when a dialog box appears. THe type of dialog box you are

lingo-l NDN: Lingo-l digest, Vol 1 #143 - 11 msgs

2002-03-19 Thread Mailer-Daemon
Sorry. Your message could not be delivered to: Patrick STAS (Mailbox or Conference is full.) [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]).

Re: lingo-l Automatically dismissing a dialog on Mac?

2002-03-19 Thread Colin Holgate
I was wondering if anyone knows how I could automatically dismiss a dialog box on Mac? I've got buddyAPI and use the sendKey function inside of the dialog box string, which works on windows but not on mac to dismiss it. It depends on what the dialog options are, but Escape or

Re: lingo-l Automatically dismissing a dialog on Mac?

2002-03-19 Thread Howdy-Tzi
At 11:02 -0500 03/19/2002, Bill Numerick wrote: Hi All, I was wondering if anyone knows how I could automatically dismiss a dialog box on Mac? There are third party control panels that can on pre-X systems. Beyond that nope, not AFAIK. Unless you can use BAPI to get the handle of the DLOG

RE: lingo-l Tracking a Button

2002-03-19 Thread Fred Westermeyer
Thanks, for the info I will look up setPref and getPref. I was looking up FileIO but could not find away to work it out. [EMAIL PROTECTED] 03/19/02 10:08AM At 09:26 +1200 03/19/2002, Sean Wilson wrote: I would like to add a counter to one of the buttons track how many people using the

RE: lingo-l Tracking a Button

2002-03-19 Thread Fred Westermeyer
I look up both getPref and setPref I do not have the files save as a shockwave. I have a InfoCenter here at the casino that players can go to and get information about our casino. This program is broken down in the 12 sections. On the main screen I have 12 buttons each button going to that

Re: lingo-l What quicktime compression format?

2002-03-19 Thread Howdy-Tzi
At 18:56 +0100 03/19/2002, Andreas Gaunitz P11 wrote: What quicktime compression format compresses each frame as an independant image, as opposed to using keyframes and a sort of incremental compression, where every image depends on the previous? I believe that is called raw or no

Re: lingo-l not sure about this one...

2002-03-19 Thread Wobbly
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 3:44 PM Subject: Re: lingo-l not sure about this one... On Tue, 19 Mar 2002, Wobbly wrote: I have cd based system of movies that cause a win 98 program error (sometimes) on exiting...

Re: lingo-l Ambient and directional light (was: What's fastest, easiest way to light 3D sprite?)

2002-03-19 Thread Colin Holgate
next you'll be suggesting that the sun doesn't actually move across the sky? :) It moves along the sky, not across it, because the Earth is flat. [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,

Re: lingo-l Re: [3DDirector-L] to macromedia: jumpstart kit PCONLY!?!?

2002-03-19 Thread grimmwerks
Ne-ope - the return address is Macromedia, Inc, 600 Townsend Street unless Alias' new office is in your basement;P On Tue, 19 Mar 2002, Peri Cumali wrote: Uhm, that as far as I know it was made by Alias/Wavefront. I would think so anyway, if it came with Maya. But I'm not

Re: lingo-l open lingo keeps launching Internet Explorer

2002-03-19 Thread Kurt Griffin
I’m creating a company presentation CD that allows the sales force to edit the titles on the buttons of one of the menu screens and link these buttons to external files. Ive got this to work in as much as the user can rename the buttons and save this data. These buttons always link to a

RE: lingo-l Tracking a Button

2002-03-19 Thread Kurt Griffin
I look up both getPref and setPref I do not have the files save as a shockwave. I have a InfoCenter here at the casino that players can go to and get information about our casino. This program is broken down in the 12 sections. On the main screen I have 12 buttons each button going to that

lingo-l lingo-lWhat quicktime compression format?, OT !

2002-03-19 Thread Magnus Ewald
P11=Planet 11 ?, i så fall; hälsa Jocke och Calle från pryonen nr.1 -Ursprungligt meddelande- Från: Andreas Gaunitz P11 [mailto:[EMAIL PROTECTED]] Skickat: den 19 mars 2002 18:56 Till: [EMAIL PROTECTED] Ämne: lingo-l What quicktime compression format? Guys, What quicktime compression

Re: lingo-l SMS from Lingo

2002-03-19 Thread Chaiya Whangmongkollert
hi buzz.. If i have many button .. I can't insert the next character in to the display textfield. like this .. (button1 contains character ABC,button2 contains character DEF,button3 contans GHI) 1st click on1st button ...A 1st click on2nd button ..AD 2nd click on 3rd button .. ADH 3rd click on

lingo-l Re: [3DDirector-L] to macromedia: jumpstart kit PC ONLY!?!?

2002-03-19 Thread Peri Cumali
Uhm, that as far as I know it was made by Alias/Wavefront. I would think so anyway, if it came with Maya. But I'm not exactly clear what it is anyway. You can be sure that we would try and make that kind of stuff available for both platforms. PC [EMAIL PROTECTED] wrote: Well I got my

lingo-l Deleting a TempFolder

2002-03-19 Thread AndeanWinds
From what I have read in the support area of Macromedia, a TempFolder automatically deletes itself on closing a projector that has xtras included. I'm doing a project that needs the xtras included in the projector but the TempFolder is not automatically deleting itself on closing the projector,