AW: lingo-l datagrip

2001-04-02 Thread Joe
try it with a repeat loop like DGRSMoveLast(rshandel) set howmany = DGRSGetRecordCount(rshandel) DGRSMoveFirst(rshandel) Repeat with i = 1 to howmany set fieldtext = DGRSGetFieldValue(rshandel) put fieldtext into member "myDropDownList".line[i] DGRSMoveNext(rshandel) end repeat you need to

Re: lingo-l sorry only in italian language

2001-04-02 Thread faisal moro
Ciao, vorrei far parte anch'io della lista se possibile. Doei, Faisal salve sono un programmatore Director di milano volevo fare una lista per italiani o comunque creare una comunita di programmatori italiani con informazioni non solo sulla programmazione ma anche sul lavoro

RE: lingo-l QVR auto scroll

2001-04-02 Thread Gytenis Voronovas
hello list, please help me with this autoScroll scrip Thanks a lot in advance -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gytenis Voronovas Sent: Friday, March 30, 2001 11:14 AM To: [EMAIL PROTECTED] Subject: RE: lingo-l QVR auto scroll someone

lingo-l [CrossPost] Announce: OSControl Xtra released

2001-04-02 Thread mare
PegHole is very happy to announce the release of the OSControl Xtra. This sprite Xtra adds a couple of long awaited member types to Macromedia Director (version 7 and above): boxes, scrollbars, push buttons, bevel buttons, progressbars, 'little arrow'-buttons, sliders, radio buttons and

lingo-l Re: Can I use Lingo to Set Variable (Make by LiveStage) in QuicKTime

2001-04-02 Thread Brennan Young
I wrote The only way I know of to get Director and wired Quicktime talking to each other is to hack through any of the following properties: VR pan/tilt/fieldOfView Qt movie volume Enabling/disabling tracks movietime Ha! More research over the weekend: Quicktime 5 has a fairly decent

lingo-l stubborn hilite in editable text

2001-04-02 Thread clars danvold
hello all- I'm sure this must be a repeat post: I have an editable text member. At different times its editable property gets set TRUE and FALSE, depending on the situation. Often after setting editable to FALSE, the entire text is highlighted. No amount of end user clicking can make this go

lingo-l About flickering when changing windowType on Mac

2001-04-02 Thread Andreas Gaunitz
About flickering when changing windowType on Mac: Has anybody heard anything about MacOS X redraw characteristics? Maybe the flicker will go away 'by itself'... I would like to make an app that works pretty much like the Virtuagirl, but that's a no go with this stupid flickering. Err...

lingo-l MAC 3DMF

2001-04-02 Thread jonathan
Hello, Does anybody know what P.C. App. will open mac 3DMF files. -- On a Mac we use 'simpletext' or the 'scrap-book' -- Thanks Jonathan [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL

lingo-l About flickering when changing windowType on Mac 2

2001-04-02 Thread Andreas Gaunitz
Sorry, shouldave put the link there: http://www.virtuagirl.com/us/about1.html About flickering when changing windowType on Mac: Has anybody heard anything about MacOS X redraw characteristics? Maybe the flicker will go away 'by

Re: lingo-l stubborn hilite in editable text

2001-04-02 Thread ramesct
Hello Clars, It always worked for me setting its own text to it back after making it editable property to false like this sprite(1).member.editable = FALSE sprite(1).member.text = sprite(1).member.text HTH best regards -- Ramesh CT

RE: lingo-l Capture a stage image

2001-04-02 Thread Boyd Speer
Anyone have any suggestions or Xtras that would capture a discreet part of the stage which would include in the image a QTVR picture. ScrnXtra and others get the stage but miss the QTVR because Director does not really make that part of the screen buffer... but lets QT handle that ... Thanks

lingo-l SO SORRY

2001-04-02 Thread Florian Bogeschdorfer
Hi Folks, I am terribly sorry. Last week my provider moved our domain from one server to another and therefore my Mail-adress was broken for some hours. I guess the mails came back with an error and annoyed U pretty much. Sorry again. Florian [To remove yourself from this list, or to change

Re: lingo-l SO SORRY

2001-04-02 Thread Tab Julius
We usually will drop accounts right away if messages to them bounce back as "User Unknown", which was what happened in your case. I can send you a bounced message if you're interested. If we get a "Host Unknown", we assume (to start) that a server is down. If the "Host Unknown" continues

RE: lingo-l Capture a stage image

2001-04-02 Thread Mark R. Jonkman
Hi Boyd I'm not sure about quicktime vr (that is if it differs in behaviour from a normal quicktime movie), but in general, when I need to capture a quicktime movie I've set the DTS option to false, then it generally captures the image of the Quicktime in question... downside is that it doesn't

Re: lingo-l stubborn hilite in editable text

2001-04-02 Thread Lord LePhuronn
Also something to bear in mind... Although text members do not have the hilite() function (I wish they did!) you can use the selStart and selLength commands to select characters in the field. As a result, you could try using something like textMember.selStart = 0 textMember.selLength = 0 I

RE: lingo-l stubborn hilite in editable text

2001-04-02 Thread Mark R. Jonkman
Hi You can change the hilite of text members by setting the selection... member("SomeTextMember").selection = [0,0] should clear the hilte out of the text member. You can set the selection to anything that you want. You shouldn't need the hilite or the selEnd... actually I don't believe

lingo-l QuickTime

2001-04-02 Thread KraKer
how can i detect quick time in pc or mac.then if it was install play movie if was not installed to install it automatic. is it possible [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL

lingo-l Lingo Help

2001-04-02 Thread Brian Farmer
Hello list, I am authoring a shockwave piece that has a series of doors for the end user to choose. After they choose the door, they have the option to choose several windows for that door. My question is how can I program this so the correct windows can be used with the correct doors?

Re: lingo-l Lingo Help

2001-04-02 Thread Clint Little
I am authoring a shockwave piece that has a series of doors for the end user to choose. After they choose the door, they have the option to choose several windows for that door. My question is how can I program this so the correct windows can be used with the correct doors? Thanks! One way

lingo-l stopEvents

2001-04-02 Thread Sharon Moeller
I have a screen where if the wrong thing is clicked on, another screen pops up with an error box. The problem I am having is that I have very stupidly left the buttons underneath is error screen active. Will a stop event prevent the other buttons from executing their scripts? If not, is

Re: lingo-l SO SORRY

2001-04-02 Thread Florian Bogeschdorfer
Tab Julius schrieb: We usually will drop accounts right away if messages to them bounce back as "User Unknown", which was what happened in your case. I can send you a bounced message if you're interested. If we get a "Host Unknown", we assume (to start) that a server is down. If the

lingo-l URGENT: shockwave8 in linux????

2001-04-02 Thread Jasper Verhulst
Does anyone know where to find a shockwave 8 beta or something like that? i need to see my dcr's whith linux netscape6 _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. [To remove yourself from

Re: lingo-l URGENT: shockwave8 in linux????

2001-04-02 Thread Charlie Fiskeaux II
Sorry, it doesn't exist! There is no way to use Shockwave with Linux. Charlie Fiskeaux II The Creative Group www.cre8tivegroup.com 859/858-9054 x29 cell: 859/312-3883 - Original Message - From: "Jasper Verhulst" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 02, 2001

RE: lingo-l URGENT: shockwave8 in linux????

2001-04-02 Thread Mark R. Jonkman
sorry as far as I know, there is absolutely no native shockwave support for any unix operating system. Not sure if there is a windows emulator that might allow it to work. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to

lingo-l Spell Check xtra???

2001-04-02 Thread Ian Jempson
we are in dire need of an xtra that can do spell checking in a shockwave movie. does such a thing exist? The Macromedia web site did point me to one firm that produces a spelling xtra but their website is a little incomprehensible and I wasnt' able to find any information at all regarding xtras.

Re: lingo-l stubborn hilite in editable text

2001-04-02 Thread John Trentini
(Sheepishly and on tiptoe) Could it be a case of a missing 'updateStage' somewhere, by any chance? JohnT clars danvold wrote: hello all- I'm sure this must be a repeat post: I have an editable text member. At different times its editable property gets set TRUE and FALSE, depending on

Subject: Re: lingo-l Can I use Lingo to Set Variable (Make by LiveStage) in QuicKTime

2001-04-02 Thread Brennan Young
Jakob Hede Madsen [EMAIL PROTECTED] wrote I know Brennan already mentioned it. There is a specific technology for the purpose so what's the confusion? Sorenson Media Keys. Well, maybe if our correspondent has used another codec. AFAIK, only Sorenson supports this feature. If Lingo itself

Re: Subject: Re: lingo-l Can I use Lingo to Set Variable (Makeby LiveStage) in QuicKTime

2001-04-02 Thread Jakob Hede Madsen
At 1:25 +0200 01_04_03, Brennan Young wrote: Well, maybe if our correspondent has used another codec. AFAIK, only Sorenson supports this feature. Wasn't it explicitly stated, that he's using Sorenson? Jakob [To remove yourself from this list, or to change to digest mode, go to

lingo-l Re: Interative Tutorial System

2001-04-02 Thread Lee Chadwick
LePhuronn writes: Anybody else got input? I have toyed with the idea before, but haven't found the time yet. I teach lingo in High School, and would find this a great help if implemented properly. Especially tutorial/s involving lists to let them practice on. I would like to see your project

Re: lingo-l Open Window (was Repeat Properties)

2001-04-02 Thread mike massey
kerry i am really sorry !! first of all i can't figure out how to get rid of the html formatting in my email. i really liked the listserv but i was getting way tpo many emails than i could manage and i was missing some important ones. i'd understand if you chose not to help me but i really need

Re: lingo-l Open Window (was Repeat Properties)

2001-04-02 Thread Kerry Thompson
i am really sorry !! Oy, don't worry! I just have to make the occasional misogynist post or people will start thinking I'm a nice guy. We always pick on the newcomers, anyway ;-) i am here at colloge at Ohio University. As long as you're sure it's not Ohio State (I went to The University of