Re: Vlist question

2003-10-22 Thread Christoffer Enedahl
I never worked with it, but I imagine that vList only saves the scriptname and the currents values of it's properties, no need to save the scriptcode. If you want to save the scriptcode, you can access it with member("myScript").scriptText. Getting the scripttext this will only work in autoringmod

Re: printing PDF with buddyAPI

2003-10-22 Thread Sean Wilson
Doing a simple routine to print a PDF document as follows: on mHit me sPDFFileToPrint = themoviePath & pPDFPathName & "\" & gCurrentLanguage & pPDFFileName & ".pdf" returnError = baPrintFile(sPDFFileToOpen) if returnError < 32 then -- issues a number of calls and then returns an alert dialogue p

Vlist question

2003-10-22 Thread grimmwerks
Just wondering - vList says it supports saving of an instance (ie 'obj = new(script "parent")) but it doesn¹t' support saving a script to a vlist - so how exactly does an instance object get saved with vlist? Can it be instantiated again from a vlist? [To remove yourself from this list, or to chan

RE: Accessing global variables with sent parameters

2003-10-22 Thread Peter Witham
Yup works a treat :) Thanks to everyone for their help on this, it has all been a useful learning exercise for me and cured a problem at the same time. Appreciate you all taking the time. Peter Witham Internet and Multimedia Solutions http://www.evolutiondata.com icq: 4436851 MSN: [EMAIL PROTECT

Re: cue points in movies

2003-10-22 Thread Valentin Schmidt
How to Create Quicktime Cue Points: http://www.mcli.dist.maricopa.edu/director/tips/qt/012.html Mike Warner wrote: > anyone know of a good resource site for using cuepoints in movies? > I'd > like to be able to add them and give them names/IDs and also be able > to > tell how long it will be until

printing PDF with buddyAPI

2003-10-22 Thread Craig Taylor
Hello all, Doing a simple routine to print a PDF document as follows: on mHit me sPDFFileToPrint = themoviePath & pPDFPathName & "\" & gCurrentLanguage & pPDFFileName & ".pdf" returnError = baPrintFile(sPDFFileToOpen) if returnError < 32 then -- issues a number of calls and then returns an aler

Re: cue points in movies

2003-10-22 Thread Carlos Ledezma
You must use the cleaner for mac or for pc cleaner xl for windows xp it's very easy for the user Carlos - Original Message - From: "Mike Warner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 1:20 PM Subject: cue points in movies > anyone know of a good

Single instance of a projector with buddyAPI? Part II

2003-10-22 Thread Mendelsohn, Michael
I just discovered baPrevious(Activate) in BuddyAPI, but this seems to work only sometimes. Maybe others have seen this: In the projector I have: on startMovie thePrevious = baPrevious(TRUE) -- returns winHandle if previous instance of projector is there -- otherwise returns 0 if thePrevious

Single instance of a projector with buddyAPI?

2003-10-22 Thread Mendelsohn, Michael
Hi list... Hope everyone is having a nice day. I thought that setting SingleInstance=1 in the projector.ini would prevent multiple instances of the projector from launching. The ini file setting successfully prevents multiple instances when the projector is launched from hard drive, but seeming

cue points in movies

2003-10-22 Thread Mike Warner
anyone know of a good resource site for using cuepoints in movies? I'd like to be able to add them and give them names/IDs and also be able to tell how long it will be until the next cuepoint if they're not evenly spaced. It's been a long time since I last looked into this and I've lost all of

RE: Accessing global variables with sent parameters

2003-10-22 Thread roymeo
You'll have to try this to see if it really works, but if you're going to construct global variables like that, you'll need to use the "do" command. do "global gStart" & counter & "EndPart" ah heck, I'll try it out for you on testing this, that --movieScript do "global gFoo" & this & "Ba