lingo-l taking time from server

2001-01-25 Thread JUNAID ALAM
hi friends, i have made one electronic attendance register in director. where it registers time in and time out of the staff members .this runs through networking as the original files are on the server and its shortcut is made on the local machine so that each staff can register from

lingo-l netError error codes

2001-01-25 Thread pranavn
Anyone know what an error code of 900 means when returned by netError? I could use a list of error codes with their explanations, if someone has them. Regards, Pranav [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post

lingo-l How to add a registered trademark to text in director

2001-01-25 Thread Lee Goldschmidt
Is there a way to add a registered trademark superscript mark to text in Director? thanks in advance. Lee Goldschmidt [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 PROTECTED]

Re: lingo-l netError error codes

2001-01-25 Thread Daniel Plaenitz
At 16:48 25.01.2001 +0530, [EMAIL PROTECTED] wrote: Anyone know what an error code of 900 means when returned by netError? I could use a list of error codes with their explanations, if someone has them. Regards, Pranav 900 apparently net error 900 means "File to be written to is

lingo-l Re: Saving Shockwave Director and Flash Files.

2001-01-25 Thread Gordon Lindsay
Anyone know if you can create content in Director and play it in Flash Player ? Thanks in advance. [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 PROTECTED] (Problems, email [EMAIL

RE: lingo-l Re: Saving Shockwave Director and Flash Files.

2001-01-25 Thread Karina Steffens
Gordon, Anyone know if you can create content in Director and play it in Flash Player ? No, you can't embed a .dcr into flash. But you can put the .dcr in the same directory as flash and use the flash getURL command to open it (either in the same window or a new window). Regards, Karina

RE: lingo-l Re: Saving Shockwave Director and Flash Files.

2001-01-25 Thread grimmwerks
I think he's thinking of using director/shockwave to let a user create an animation and the shockwave would output a .swf file. Can't be done like that. However, you can have director deal with variables/user choices, send that info to Flash Generator and output an .swf. Check out the

Re: lingo-l How to add a registered trademark to text in director

2001-01-25 Thread Ryan Smith
Hi Lee. You've already done it. If you use a font that has that character you can use it. If you are worried the end user does not have the font then you can embed the font in your project. Ryan -Original Message- From: Lee Goldschmidt [EMAIL PROTECTED] Subject: lingo-l How to add a

Re: lingo-l How to add a registered trademark to text in director

2001-01-25 Thread Mark A. Boyd
At 03:24 1/25/2001, Lee Goldschmidt wrote: Is there a way to add a registered trademark superscript mark to text in Director? As Ryan noted, you've already managed to get the character. To make it superscript with Lingo: member("textMember").char[x].fontStyle = [#superscript] It only works

Re: lingo-l movie hack/director request

2001-01-25 Thread Nick Youmans
Is there anyway to save a 'watcher window list' of globals/etc, so that upon opening the movie it's preset for you? Or anyway of creating a util script to do it for you? I've got a number of things I'm trying to hash out and have to keep adding one by one when I start up the appafter a

lingo-l Re: Go to frame until cue passed

2001-01-25 Thread Tom Jacobs
On 1/25/01 at 11:31 AM, Azinger, Richard shared the following: I want my movie to keep going to the frame until a cuepoint is passed. I need this because I have a filmloop in a channel and if I use the "Wait for Cue Passed" option in the tempo channel it stops everything in the movie (including

RE: lingo-l Go to frame until cue passed

2001-01-25 Thread Mark R. Jonkman
Hi Richard Take a look into the command isPastCuePoint() and alternatively you might also check into on cuePassed in the Director help file. Hope this helps. Sincerely Mark Mark R. Jonkman Mark R. Jonkman Consulting ADDRESS: 20 Windermere Crt.,

Re: lingo-l movie hack/director request

2001-01-25 Thread Terry R. Schussler
At 12:22 PM -0500 1/25/01, grimmwerks wrote: Is there anyway to save a 'watcher window list' of globals/etc, so that upon opening the movie it's preset for you? Or anyway of creating a util script to do it for you? I've got a number of things I'm trying to hash out and have to keep adding one by

lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread grimmwerks
it's SO simple, and it's been working fine for weeks...now for whatever reason: on goToNextScreen me if pCurrentQuestionNum = gQuestionList.section[pCurrentSection].question.count then set the keyDownScript = empty set the keyUpScript = empty if pCurrentSection =

Re: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Colin Holgate
does NOT go to "lesson"; but label("lesson") DOES put the frame number of "lesson". this is driving me nuts. I'm no newbie, but I can't figure out what's WRONG Any chance you've moved the goToNextScreen call to either a preprareframe or a stepframe? [To remove yourself from this list, or to

Re: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread grimmwerks
absolutely not it's screwed up because it was rock solid, working fine...all of a sudden it's an on again/offagain thing. What I don't get is the movie KNOWS there's a label with "screen" (or "lesson" or "scrLesson" as I've tried changing the name of the label)...but again, sometimes it

Re: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Tab Julius
As a safety check, particularly if you've done a lot of cutting and pasting, try recompile all scripts. - Tab At 04:13 PM 1/25/01 -0500, grimmwerks wrote: absolutely not it's screwed up because it was rock solid, working fine...all of a sudden it's an on again/offagain thing. What I don't

RE: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Steven Sacks
does NOT go to "lesson"; but label("lesson") DOES put the frame number of "lesson". if this works put label("lesson") but this doesn't go frame "lesson" then try this variation x = label("lesson") go frame x Have you thought about using the labelList? HTH, Steven Sacks [EMAIL

RE: lingo-l arrrghhh go lesson' isn't working....

2001-01-25 Thread Dale Withroder
i had a behavior quit working on me the other day...but was working fine beforei "discovered" that by having the behavior open in a script window and running the program that it fixed itself...must have been a memory problem??? good luck At 04:36 PM 01/25/2001 -0500, you wrote: does NOT go

lingo-l Having trouble managing my director file

2001-01-25 Thread Nigel
Hi all I have just started programming in Lingo. I am having trouble managing my project since this is not Java or C++ and I can't organise my code "nicely" into well defined autonomous objects (I tried using parent scripts, and then treating each sprite as an object but these ideas were

lingo-l Playing from CD

2001-01-25 Thread Tridib Ghosh
Here is a new problem for my director pals. I want to Install ONLY THE link files of my project from a CD.(AND NOT THE ENTIRE CD content). The link files will be Install only at the first time the CD is run(AutoRun).And each time a user wants to view the presentation He/she is required to

Re: lingo-l Playing from CD

2001-01-25 Thread gopinath
on 26/1/01 7:44 AM, Tridib Ghosh at [EMAIL PROTECTED] wrote: He/she is required to insert the Cd in the CD-rom Drive. Plz Help install shortcuts(win) alias(mac) on the Hard disk [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi

lingo-l Calculation formats

2001-01-25 Thread Nikaj Wiggers
Hi List, Is there a way to change the calculation format. Here in Holland we have a differend way of writing down numbers. $ 125.75 is here HFL 125,75 You see we use a comma. But Director wont calculate correctly with the comma can I tell Director to see the comma as a period Nikaj