Re: lingo-l progress bar

2004-04-24 Thread Craig Taylor
You can use a timeout object and a counter property to get the same functionality as a repeat loop. I use this approach often, when I'd like something going on that a repeat loop mike choke. Skeleton code for an object below: Thanks Kurt. This is exactly what I need. Cheers, .: Craig

lingo-l progress bar

2004-04-23 Thread Craig Taylor
= sCopyFromPath sThisFileName .mpg sCopyToFileName = pCopyToPath sThisFileName .mpg fxObj.fx_FileCopy(sCopyFromFileName, sCopyToFileName) end repeat Many thanks! Craig Taylor Renegade Digital Media Inc. [To remove yourself from this list, or to change to digest mode

Re: lingo-l progress bar

2004-04-23 Thread Craig Taylor
At 0918 -0400 04/23/2004, Craig Taylor wrote: ... I have a question with regard to monitoring the progress of a group of MPEG files being copied from CD to harddrive. ...snip... What I would like to do is monitor the number of bytes being copied as a percentage of the total number of bytes

lingo-l changing sprite focus

2004-03-02 Thread Craig Taylor
Good Afternoon, Quick question: I have an popUp menu created with OS Control - attached is the following call: on update me, itemIndex, itemString sendSprite(pSpriteNumDataInput,#insertAltChar,itemString) the keyboardFocusSprite = sprite(pSpriteNumDataInput) end Simple stuff. It

Re: lingo-l changing sprite focus

2004-03-02 Thread Craig Taylor
Read up on the selection, selstart, selend, things like that. Thanks Colin. Turned out to be more simple than that. Apparently when you insert a new OS control it defaults to having focus on Win machines. Once I manually took its focusability away, everything worked fine. .: Craig [To

Re: lingo-l password protection

2004-02-11 Thread Craig Taylor
Correct, for all practical purposes. Use QuickTime; it supports media keys that offer some measure of protection. If the pieces are short enough consider conversion to Flash MX video. You can import those directly into your cast and keep them internal. Unfortunately, neither were options.

Re: lingo-l way of protecting video files (MPEG-1)

2004-02-11 Thread Craig Taylor
Thanks to everyone for their thoughts on video file protection. Seems like either vList or binaryIO Xtras will be the best way to go. I'm now headed in the right direction and appreciate you all taking the time. Thanks again, -_Craig - Original Message - From: Bernard.Lang [EMAIL

lingo-l password protection

2004-02-10 Thread Craig Taylor
will not launch again unless it is re-installed. I was toying with the idea of deleting the projector after three failures - write to an external file that prompts this action?? Is this possible or is there a better way altogether? Thanks, -_Craig Craig Taylor Renegade Digital Media Inc. E: [EMAIL

lingo-l another alternate chars question

2004-02-09 Thread Craig Taylor
Good Afternoon, I had another inquiry with regard to alternate characters. I have a database program that contains a keyword search in English and French. I have written filters for the input field that isolate unusable chars, and/or options, etc. On the French side of the program, there needs

Re: lingo-l another alternate chars question

2004-02-09 Thread Craig Taylor
Easy fixes: 1. Code for Mac. Option-e gives you é, option-c is ç, etc. Just get the brain-damaged way Win takes keyboard input out of the loop entirely, deploy on Mac, and watch everyone heave a huge sigh of relief. 2. If you or your client believe that Win is the best OS ever, add

Re: lingo-l another alternate chars question

2004-02-09 Thread Craig Taylor
1. A MIAW palette, as you mention, might do it; or 2. A popup that can be opened with a right-click. User's on the input field, needs a special char, right-clicks, chooses. That char is inserted at the end of the entry area's content. Do either of those options make sense? The advantage of

lingo-l copying graphic files

2003-12-13 Thread Craig Taylor
and have Buddy API, but am willing to pick up another Xtra to do this, if necessary. TIA, -_Craig Craig Taylor Renegade Digital Media Inc. E: [EMAIL PROTECTED] [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 printing PDF with buddyAPI

2003-10-23 Thread Craig Taylor
If a printer is not connected, it just opens a blank PDF document in the background and doesn't call the printingProblemAlert() handler. Is there a better way to do this. Just want it to print in the background and only alert if there is issue. You could check available printers first with

lingo-l printing PDF with buddyAPI

2003-10-22 Thread Craig Taylor
! -_Craig Craig Taylor Renegade Digital Media inc. [EMAIL PROTECTED] [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

Re: lingo-l Attach behavior to sprite...

2003-09-11 Thread Craig Taylor
Kristian, Seems as if you are encountering exactly the same error as I just posted about. As near as I can tell, if you initialize the behaviour object and then apply new code on-the-fly, you can no longer reference that object by using me?? Why, I don't know? Rather than using: pSpriteRef =

Re: lingo-l attaching behaviors at runtime

2003-09-11 Thread Craig Taylor
Hey Rob, on mouseDown me pCounter = pCounter + 1 if pCounter mod 2 then pSL = sprite(1).scriptInstanceList sprite(1).setNum(random(100)) sprite(1).scriptInstanceList = [] else sprite(1).scriptInstanceList = pSL end if end Had a similar sample that also worked

Re: lingo-l attaching behaviors at runtime

2003-09-11 Thread Craig Taylor
apply, let me know and I'll try again... here's another reference movie http://www.evanadelman.com/scriptInstanceList/scriptInstanceList.dir -Evan Craig Taylor wrote: Hey Rob, on mouseDown me pCounter = pCounter + 1 if pCounter mod 2 then pSL = sprite(1

lingo-l attaching behaviors at runtime

2003-09-10 Thread Craig Taylor
when it tried to execute the reattached behaviours. Just looking for the best way to handle this! Thanks! -_Craig Craig Taylor Renegade Digital Media inc. www.renegadedigital.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

lingo-l rew MPEG _ sorting lists

2003-03-09 Thread Craig Taylor
each year, giving the following result: -- [[apple,2003], [atrocity, 2003], [avocado,2003], [about,2000], [angle,2000], [apple,1998]] Is there a simple way of doing this that I am missing. Please point me in the right direction... Thanks, -_Craig Craig Taylor Renegade Digital Media Inc. E

lingo-l destruction of objects

2003-01-04 Thread Craig Taylor
or property, or stays in scope, you'll need to zero it out when you forget the timeOut. Cordially, Kerry Thompson Craig Taylor Founder/Multimedia Developer E: [EMAIL PROTECTED] Renegade Digital Media inc. T: 705.733.1096 | F: 705.733.0503 C: 416.930.5206 M: 30 Summerset Drive, Barrie, ON, L4N 9L7

lingo-l timeOut object

2003-01-02 Thread Craig Taylor
, but sadly not with any clarity :-) TIA, -_Craig Craig Taylor Founder/Multimedia Developer Renegade Digital Media inc. E: [EMAIL PROTECTED] [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

lingo-l cleaning up objects

2002-08-12 Thread Craig Taylor
simply clear the globals containing the property list of objects and current object in use, is that all the housekeeping I need to do to rid them from memory? TIA, -_Craig Craig Taylor Chief Renegade/Multimedia Developer C: 416.930.5206 E: [EMAIL PROTECTED] Renegade Digital Media inc. T

lingo-l vector shape xtra??

2002-07-10 Thread Craig Taylor
in the right direction, Thanks, --Craig Craig Taylor Chief Renegade/Multimedia Developer Renegade Digital Media inc. C: 416.930.5206 E: [EMAIL PROTECTED] T: 705.733.1996 | F: 705.733.0503 M: 30 Summerset Drive, Barrie, ON, L4N 9L7 (digital).video | (interactive).multimedia | (web).solutions (DVD

lingo-l frame scripts?

2002-06-03 Thread Craig Taylor
are appreciated. TIA, --Craig Craig Taylor Chief Renegade/Multimedia Developer Renegade Digital Media Inc. 30 Summerset Drive Barrie, ON, L4N 9L7 C: 416.930.5206 T: 705.733.1996 | F: 705.733.0503 E: [EMAIL PROTECTED] (digital).video | (interactive).multimedia | (web).solutions (DVD).authoring

lingo-l RE: frame scripts?

2002-06-03 Thread Craig Taylor
Frames are sort of like any other sprite - they have beginsprite me/endsprite, their sprite number is -5. You can also have your own functions that a frame will call from itself, just like any other behavior. But it sounds like what you need to do is more moviescript functions, right? Right.

lingo-l RE: frame scripts?

2002-06-03 Thread Craig Taylor
Using a movie script to create a global parent script reference? That's nice if you have, for instance, a large memory resident database you need to get into from anywhere in your code. Currently, I have a data cast member that resides in a parent script: on mReturnList me return [item1, item2,

lingo-l RE: parsing excel data

2002-05-23 Thread Craig Taylor
Kraig, Thank you for the offer. I was originally going to go the route that Irv suggested and just do it manually, but the data changes regularly and must be parsed at runtime. I ended up doing it much like roymeo suggested in that I wrote a behavior to check the data item by item. If the

lingo-l parsing excel data

2002-05-21 Thread Craig Taylor
and eliminate them if they exist? Should I just check the first character and if it is , then eliminate the first and last char or is there and easier way? Thanks, --Craig Craig Taylor Managing Director Renegade Digital Media Inc. 30 Summerset Drive Barrie, ON, L4N 9L7 C: 416.930.5206 T

lingo-l RE: PDF Xtra

2002-04-04 Thread Craig Taylor
Thanks Daniel, I have a loading movie that first launches to pre-build some lists, check drives, etc. I ended up putting a dummy PDF sprite in this movie so that by the time I got to the PDF search, Reader had already been loaded. Solved the problem. Thanks for the insight, --Craig Craig

lingo-l modifier keys

2002-02-20 Thread Craig Taylor
that I am not sure went through. Some time ago, I requested assistance with a system menu problem. It was recommended that I try the OSControl Xtra. Did just what I needed - many thanks for the advice. Thank you also for any thoughts on the previously mentioned. Cheers, --Craig Craig Taylor