RE: preloadnetthing question

2001-08-24 Thread Mark R. Jonkman
Hi Check to see if the internal QT member is set to streaming in which case it will most likely ignore the cache and stream from the server. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post

loading %

2001-08-22 Thread mark verhoef
HI,hallo,I want to make A preloading statusbar that shows the time remaining of A big movie that comes after the preloader.(Like in flash) [EMAIL PROTECTED] kloosterleuter str.31-19 3961 AX Wijk bij Duurstede tel:06-51922532 _ Get

time..loading!remaining time

2001-08-22 Thread mark verhoef
Hello,I want to make A preloader in DIR for A QTmov and A ActiveX panorama that shows the time remaining for the Movie to load. Like I want to make A clock or statusbar that shows the time left before the movie can start. thanks in advance, [EMAIL PROTECTED] kloosterleuter str.31-19 3961 AX Wij

RE: OOP and ancestor access

2001-08-21 Thread Mark R. Jonkman
Hi Jakob >Mark made great explanation of an OOP structure. >However, reading it only makes me nod, it doesn't make me shake my >head, or feel dizzy, and that was sort of my expectation, from all >the fuzz. Darn.. you mean I didn't totally put you to sleep.. drats.. I

RE: button catches all mouseclicks

2001-08-21 Thread Mark MacKenzie
Perhaps the script on the button is a movie script instead of a behavior. -Original Message- From: Slava Paperno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 7:16 PM To: [EMAIL PROTECTED] Subject: button catches all mouseclicks All of a sudden one button on the stage (a

RE: xtra problem

2001-08-21 Thread Mark A. Boyd
At 07:43 21/08/2001, [EMAIL PROTECTED] wrote: >Well, you still have to invoke budapi as well... Not so. Buddy API's methods are available to Lingo simply by including the Xtra with the project. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to cha

Re: RE: mouseLoc or?Han not def.

2001-08-21 Thread mark verhoef
thanks Kurt.BUT Director says to me `HANDLER NOT DEFINED(baPlaceCursor(pLastLoc.locH, pLastLoc.locV)wHAT SHOULD I do??? [EMAIL PROTECTED] kloosterleuter str.31-19 3961 AX Wijk bij Duurstede tel:06-51922532 >From: Kurt Griffin <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMA

RE: OOP and ancestor access

2001-08-20 Thread Mark R. Jonkman
ed message paths and you can see who is calling in where etc.. Does this make any sense or am I totally missing the boat on what is being talked about. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post

Re: SingleInstance woes in D8.5

2001-08-20 Thread Mark A. Boyd
Windows-only solution I know of is using the free FastSplash program to start your projector. It's available at: http://bwsmith.com/index.php?t=2&s=3 -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.c

Re: shortcut on desktop

2001-08-20 Thread Mark A. Boyd
At 12:24 17/08/2001, Mark wrote: >Hello All, > Without having to write a text file to the target machine is there a way >from a button in director to put a web page shortcut on a persons desktop(pc >and mac)? I can't speak for the Mac, but web page shortcuts on Windows ARE

mouseLoc or?

2001-08-20 Thread mark verhoef
Hello,I got the following question. I've got A Qt movie on stage.But I don't want the mouse to enter it I want the mouse to stay just outside of the movie. How do I do this. thanks... [EMAIL PROTECTED] kloosterleuter str.31-19 3961 AX Wijk bij Duurstede tel:06-51922532

shortcut on desktop

2001-08-17 Thread Mark
Hello All, Without having to write a text file to the target machine is there a way from a button in director to put a web page shortcut on a persons desktop(pc and mac)? Thanks Mark [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo

RE: proxyServer()

2001-08-15 Thread Mark R. Jonkman
s relative to the proxyServer itself and not the website that you are attempting to access. Sincerely Mark R. Jonkman [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, em

Re: Avi Replay

2001-08-14 Thread Mark A. Boyd
do that please give me your suggestion as fast as possible. See movieTime. -- Mark A. Boyd Keep-On-Learnin' :) [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] (Probl

X-Post! Re: Message window and projector

2001-08-14 Thread Mark A. Boyd
See if the replies your crosspost on Direct-L are what you need. -- Mark A. Boyd Keep-On-Learnin' :) [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 [

RE: OOP and ancestor access

2001-08-13 Thread Mark A. Boyd
there who discuss these things on line. My OOP light is beginning to illuminate my world now. -- Mark A. Boyd Keep-On-Learnin' :) [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 PROTECT

Re: powerpoint files

2001-08-13 Thread Mark A. Boyd
G site: PowerPoint Quick Links http://www.director-online.com/quickLink.cfm?id=237 -- Mark A. Boyd Keep-On-Learnin' :) [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: File IO - how do I erase text in a file?

2001-08-09 Thread Mark R. Jonkman
minor seventh. you should take up hockey as a specator sport... it might help clear up your mind a bit ;-) mark [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,

RE: File IO - how do I erase text in a file?

2001-08-09 Thread Mark R. Jonkman
Hi Steven did you try to do the following set someFile = new( Xtra "FileIO") errorCode = openFile(someFile, FilePath, 0) errorCode = delete someFile errorCode = closeFile( someFile ) set someFile = 0 it might work just a wild stab in the dark Sincerely Mark R. Jonkman

RE: MUI Xtra question

2001-08-08 Thread Mark R. Jonkman
; ;p actually you'll find it at: http://www.zeusprod.com/nutshell/chapters/muixtra.html hope that helps. Sincerely Mark R. Jonkman [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 PROTE

RE: Sound control slider in different movies

2001-08-08 Thread Mark R. Jonkman
Mark R. Jonkman [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 PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

Re: reading binary registry keys

2001-08-06 Thread Mark A. Boyd
king for? baReadRegNumber() baWriteRegNumber() Reads/writes numbers in the registry. -- Mark A. Boyd Keep-On-Learnin' :) [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, e

RE: External casts?????

2001-08-05 Thread Mark R. Jonkman
t on each movie, but thats about all you need to do. Sincerely Mark ---- Mark R. Jonkman ADDRESS: 1902 E 4500 South, Holladay, UT 84117 PHONE: 801-274-1096 EMAIL: [EMAIL PROTECTED] [To remove yourself from this

RE: FileXtra 3 - can't create folder across network in NT but can in 98

2001-08-03 Thread Mark A. Boyd
urns a 0 for success! In Buddy API, you just issue the baCreateFolder command: err = baCreateFolder("\\server\sharedFolder\folder1\folder2") -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/L

RE: physical path to "My Documents" folder for the logon user in Windows 2000

2001-08-01 Thread Mark A. Boyd
nction: put baSysFolder("personal") I just tested it on Win2K, but I haven't tried it on other OSen. -- Mark A. Boyd Keep-On-Learnin' :) [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, emai

lingo-l@penworks.com

2001-07-31 Thread Mark Jenkinson
Hi, I'm wandering how do you create .dxr movies, do you need the full non educational version of director? Also is there some way to save text field data when jumping between movies, I tried the updateMovieEnabled=TRUE but it won't work in Projector mode. Thanks Mark Jenkinson

flash inside director with cursor

2001-07-31 Thread Mark
reason the cursor change gets sucked up when the flash is playing back in director. I was hoping to not have to call director every time a mouse event occurs in flash... Thanks for you help Mark [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo

RE: closing MIAWs = a fatal error

2001-07-31 Thread Mark R. Jonkman
gCloseWindow = VOID end if end exitFrame where you would put the monitoring variable into every frame script where the window in question would appear and then monitor it on exitFrame and when it isn't void, close the window Hope that helps Sincerely Mark R. Jonkman >

RE: mpg files on cdrom

2001-07-30 Thread Mark A. Boyd
At 06:45 30/07/2001, Robert Wingate wrote: > > WMP is just an application that uses the DirectShow technology, > > much like Tabuleiro's DirectMediaXtra > >Thanks Mark for calling me on this one. I don't mean to evangelize WMP >or anything. There are good alter

RE: Re: Directmedia CpuBoost setting

2001-07-30 Thread Mark A. Boyd
t;50 of all the DirectMedia Cast members. I'm certain I replied to this somewhere else. See if my reply in that forum helped. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post me

RE: shockwave 'pathname'

2001-07-28 Thread Mark R. Jonkman
movie path @// would you move you back on directory level ie http://www.someServer.com/myProject/Movies/someDCR.dcr and your Audio is located http://www.someServer.com/myProject/Audio/someMP3.mp3 then the relative link should be "@//Audio/someMP3.mp3" hope that helps... Sincerely

RE: Windows Media in dir 8.5

2001-07-27 Thread Mark A. Boyd
MP ActiveX >control, but it works well. D8.5 supports RM playback as well, much >better than it used to with the antiquated RM ActiveX control. There's also Tabuleiro's StreamingMediaXtra http://www.xtras.tabuleiro.com -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself f

RE: mpg files on cdrom

2001-07-27 Thread Mark A. Boyd
upports the newer Windows Media file formats. http://www.xtras.tabuleiro.com There's also the antiquated and deprecated MCI support. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post mes

RE: set cursor to field?

2001-07-25 Thread Mark R. Jonkman
work, but it can leave a visual ugliness as the cursor might be in say the second field then jump unexplainable to the first field unless you have them in order according to sprite channel. Sincerely Mark R. Jonkman > -Original Message- > From: Slava Paperno [mailto:[EMAIL PRO

RE: message window question

2001-07-25 Thread Mark R. Jonkman
way... Sincerely Mark R. Jonkman [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 PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

RE: Checking parameters

2001-07-25 Thread Mark R. Jonkman
ne in the depths of director and is not reacheable by us mere mortals except that you can check the illegal parameters on a beginSprite event at runtime or in authoring. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/

RE: messageWindow at runtime removed...

2001-07-24 Thread Mark R. Jonkman
you wish to display the message window and not some hacker Sincerely Mark R. Jonkman > -Original Message- > From: Kafka's Daytime [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 24, 2001 7:19 PM > To: [EMAIL PROTECTED] > Subject: messageWindow at runtime removed... >

RE: Using a list to change the forecolor of lines in a field member

2001-07-23 Thread Mark R. Jonkman
Hi Gene May I ask why you are setting the entire contents of the first field to 255 all the time.. wouldn't it be more efficient to set only the line required to 255?? Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.co

Re: Font issue

2001-07-23 Thread Mark A. Boyd
embers, use verbose syntax. -- #text member member("textMember").char[32].font = "Arial" -- #field member set the font of char 32 of member("fieldMember") = "Arial" -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change

[X-Post] ANNC: Amplitude Xtra 2.0 Released

2001-07-23 Thread Mark Martin
_guide.htm ____ ___ Mark Martin http://www.marmalademedia.com.au ___ ___ Marmalade Multimedia ___ ___ Canberra, Australia [EMAIL PROTECTED] ___ ___ ___ ___ Check out the Amplitude xtra for Macromedi

RE: Miaws causing general protection fault

2001-07-22 Thread Mark R. Jonkman
IAWs open, slam dunking them all in really short order might also be an issue, hence the suggestion to loop on a frame, with each loop executing the forget command for a specific MIAW and then eventually closing the movie down. Sincerely Mark R. Jonkman > -Original Message- > From: vija

RE: Retrieving HTML parameters from URL

2001-07-22 Thread Mark R. Jonkman
t; (or however the appropriate method of writing the object tag parameters is). Then inside the movie, you make the assumption that sw1 is equal to what and sw2 is equal to who and handle it accordingly. don't know if that helps you or not Sincerly Mark R. Jonkman [To remove

RE: the text of the frame script

2001-07-20 Thread Mark R. Jonkman
just want back and next buttons, then check out using marker(+1) and marker(-1) etc.. for basic back and next button. Sincerely Mark R. Jonkman > -Original Message- > From: Colin Holgate [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 6:41 PM > To: [EMAIL PROTECT

RE: Repeating through hilited lines to get the text of each line

2001-07-20 Thread Mark R. Jonkman
Hi Gene YOu might not need to construct a repeat loop at all, rather, copy the text straight across put field(x).line[a..b] after field(y) might do the trick for you (off the top of my head.. which isn't saying much ;-) sincerely Mark R. Jonkman -Original Message- From:

RE: Thanks Mark!! Is this type of hiliting & selecting possible?

2001-07-20 Thread Mark R. Jonkman
t long and hard about it. Sincerely Mark R. Jonkman -Original Message- From: Gene Fritzinger [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 12:49 PM To: [EMAIL PROTECTED] Subject: Thanks Mark!! Is this type of hiliting & selecting possible? Thanks Marks for your explaination.

RE: Reading from an ini file

2001-07-19 Thread Mark R. Jonkman
w and I have to say its been a pleasure to work with.. not sure how I worked without it. (No I don't work for updatestage.. its just an excellent tool... and for what you described, I believe its free). Sincerely Mark R. Jonkman -Original Message- From: Brendon [mailto:[EMAIL PROTEC

RE: Is this type of hiliting & selecting possible?

2001-07-19 Thread Mark R. Jonkman
iliter or set the property variable containing the line number. You might put an accessor mtethod into your field behaviour so that your buttons can call it and request the active line number and set the line to gray etc... That should you a rough idea as to how I would approach it.. Sincer

Re: Controling sound in a MIAW from the stage(Urgent)

2001-07-11 Thread Mark A. Boyd
gives the message "movie already open" . How about if you remove the 'window = "movie3"' line? on mouseDown tell window "Movie3" set the volume of sprite 3 to audio_sett end tell end -- Mark A. Boyd Keep-On-Learnin' :) [To r

Re: Trouble with ImportFileInto

2001-07-10 Thread Mark A. Boyd
ab > > >At 10:10 PM 7/10/01 -0700, John Hart wrote: >>As usual, ImportFileInto works great in author mode (D8), but not from my >>projector at runtime. Here's the meaningful end of the code I'm using: >> >>importFileInto member ("/Prefs/bhen"), the app

Re: Buddy API Question

2001-06-25 Thread Mark A. Boyd
At 11:52 23/06/2001, Tom Richardson wrote: >Hey Mark, > >I am testing first, and it comes back ok >but after doing the switch the color depth does not go to 25 bit (or 32 bit) > >It seems as if the Buddy API simply is not working? >the color depth never changes? > >

Re: Buddy API Question

2001-06-22 Thread Mark A. Boyd
27;ll need to test whether the display can switch to the colorDepth you're attempting to set. Use "test" for the Mode parameter. In the one project where I did this, I tested for 24 bit, if that failed then I tested for 32, then 16. -- Mark A. Boyd Keep-On-Learnin' :) [To remo

Re: puppetSound with no sound card!

2001-06-19 Thread Mark A. Boyd
project and the >command puppetSound appears many times!!!) With Buddy API, you could set a flag if a sound card exists. Then have your puppetSound script check that flag before issuing the puppetSound command. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or t

Re: workaround for disappearing insertion cursor

2001-06-19 Thread Mark A. Boyd
>about this on another list last week. I think it's selStart and selEnd that only work on fields. the selection property is documented as a text member property. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http:/

Re: workaround for disappearing insertion cursor

2001-06-19 Thread Mark A. Boyd
mber("x") updateStage the keyBoardFocusSprite = 1 member("x").selection = [3,4] Removing either updateStage or the keyBoardFocusSprite fails again in my test. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode

Re: please help

2001-06-16 Thread Mark A. Boyd
At 18:54 16/06/2001, Colin Holgate wrote: >>I don't understand "drag chapters" > >I was suggesting a more graphical way for the user to select the order of >the chapters, by dragging them into a play list. Oh yes, of course. Sorry, I missed that in your original

Re: please help

2001-06-16 Thread Mark A. Boyd
he text of field a)) of chapterletters into char a of answertext >I understand its better to drag chapters.. i better try that too but what >is wrong in the script? I don't understand "drag chapters" -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from t

Re: SV: free upgrade?

2001-06-14 Thread Mark A. Boyd
At 02:14 14/06/2001, you wrote: >D7.02 was a free bugfix upgrade. >D4.04 too... D5.01 D6.02 AFIAK, D8 is the only one that didn't get a patch. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: Change resolution

2001-06-13 Thread Mark A. Boyd
uments/stage_size_issues.htm (Found by searching for change resolution at: http://www.macromedia.com/support/director ) -- Mark A. Boyd Keep-On-Learnin' :) [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

Re: Sound volume of AVI

2001-06-13 Thread Mark A. Boyd
At 13:00 13/06/2001, Kamil Dabkowski wrote: >Hi, > >How can I control sound(?).volume of AVI movie. In which channel the >AVI sound is playing? Use sprite(x).volume where x is the sprite channel containing your AVI. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself f

Subscripts and superscripts and Lingo

2001-06-13 Thread Mark Bishop
a chemical formula for something like dihydrogen phosphate, H2PO4- (with the 2 and 4 as subscripts, the minus as a superscript, and the letters as normal characters. H Ctrl-2 PO Ctrl-4 Ctrl-Shift--with the last "-" for a typed hyphen What's the best way of making t

RE: Property not found

2001-06-11 Thread Mark R. Jonkman
Hi Is member("555") a TEXT member or a FIELD member, Field's have a lineHeight property that you can read and set, however text members have a lineheight that you cannot be read or set via lingo. Sincerely Mark [To remove yourself from this list, or to change to digest m

RE: Hithlighting bug

2001-06-11 Thread Mark R. Jonkman
an LDM then this puppy is a basic requirment to get the imaging lingo changes recognized. Now one other assumption here, was kSavedDotImage a duplicate or a straight reference to the image of the sprite, rationale question seeing that it would stay connected to the image unless you unhooked it us

Re: fileIO: line break wierdness

2001-06-09 Thread Mark A. Boyd
Char(10) theText = "line 1" &CRLF theText = theText &"line 2" &CRLF theText = theText &"line 3" writeString(fileIOinstance) -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http:/

RE: protecting files

2001-06-08 Thread Mark R. Jonkman
pdate and see if that resolves your problem. Sincerely Mark R. Jonkman [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 PROTECTED]) Lingo-L is for learning

RE: Adding YES and NO buttons to an alert message

2001-06-08 Thread Mark R. Jonkman
are half right, you can roll your own using LDM's if you are so inclined Sincerely Mark R. Jonkman [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

RE: Adding YES and NO buttons to an alert message

2001-06-08 Thread Mark R. Jonkman
Hi Al You wrote: NOTE - the required Xtra is NOT Shockwave compatible. If you need SW dialogs you will neet to roll your own as MIAW's. When exactly did SW start supporting MIAW's Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to d

RE: How to preserve keyboard interaction in swish files?

2001-06-06 Thread Mark R. Jonkman
My mistake... my apologies for not completely reading the original post. Sincerely Mark R. Jonkman > -Original Message- > From: Al Hospers [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 8:53 PM > To: [EMAIL PROTECTED] > Subject: RE: How to preserve keyboard

RE: How to preserve keyboard interaction in swish files?

2001-06-06 Thread Mark R. Jonkman
actually the url should have been http://www3.sympatico.ca/mjonkman hey maybe someday I'll learn how to type Sincerely Mark R. Jonkman [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 [

RE: How to preserve keyboard interaction in swish files?

2001-06-06 Thread Mark R. Jonkman
ransparency settings, there are two movie clips the radiograph and the lines that outline various structures. Setvariable is used to alter the transparency of these clips to give the effect of transparency. Does that help? Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to d

RE: Problems with Xtra(QT) pleaze help

2001-06-06 Thread Mark R. Jonkman
sh the file. It should now retrieve the qT 3 xtra if it has not already been downloaded by shockwave in the past. Sincerely Mark R. Jonkman > -Original Message- > From: Kev [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 11:01 AM > To: [EMAIL PROTECTED] > Subject

RE: director 8.5 serial :-)

2001-06-06 Thread Mark R. Jonkman
I'll second that motion > > Tab, I think you should boot this putz. Sincererly Mark R. Jonkman [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, e

print from fields

2001-06-06 Thread Mark Jenkinson
Hi, I'm trying to work out some way to hit a button that will collect the input from single or multiple text fields in director and print them. It has been suggested that mPrint designer is the extra to use but this seems longwinded & inapproipriate. Any other ideas? Ta, Mark

Re: Quicktime Movie limitations

2001-06-04 Thread Mark Scott
were on track for the machines we originally thought we were targeting. We are redesigning the disks to use either 640x480 or 320x240 QT movies, based on the system. Thanks again, Mark Scott > >Date: Wed, 30 May 2001 14:58:04 -0400 >From: Mark Scott <[EMAIL PROTECTED]> >Subje

RE: Memory leak in Director 8

2001-06-03 Thread Mark R. Jonkman
books... but then again I don't use every feature of it. Sincerely Mark R. Jonkman [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 PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

RE: Memory leak in Director 8

2001-06-03 Thread Mark R. Jonkman
r project doing??? Sincerely Mark R. Jonkman > -Original Message- > From: jsweeney [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 03, 2001 4:35 PM > To: [EMAIL PROTECTED] > Subject: Re: Memory leak in Director 8 > > > on 6/3/01 5:29 PM, Roy Pardi at [EMAIL PROTECTED] wr

RE: director 8.5

2001-06-03 Thread Mark R. Jonkman
one else on the list is going to be able to help you much more without themselves breaking the law and facing possible penalties as a result. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messa

Re: FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread Mark A. Boyd
ferent on some machines. I've seen that symptom in D7, D8, and, indirectly in D8.5 on various computer configurations with Win95, WinMe, WinNT, and Win2K. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penw

RE: FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread Mark R. Jonkman
possiblility to consider. Sincerely Mark R. Jonkman > -Original Message- > From: Colin Holgate [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 03, 2001 12:57 PM > To: [EMAIL PROTECTED] > Subject: Re: FreeBytes LIES - Memory leak in Director 8 > > > >So Freebytes is NO

Re: Property lists

2001-06-03 Thread Mark A. Boyd
ss as crass, but as you Bhakti points out, there were several problems with the basic concepts used in creating your original script. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post

Re: Memory leak in Director 8

2001-06-03 Thread Mark A. Boyd
all my tests on various machines and versions of Windows, it returns a number that's slightly larger than the total amount of physical RAM installed on the machine. This has been true since at least D7. Buddy API returns an accurate number. Do you get different results with the freeByte

RE: target casts for member.duplicate() and member.move()

2001-06-01 Thread Mark R. Jonkman
a member is not found by searching on a specific string concatentated with an integer. l_MbrExists = the number of member("test" & i, castLib "Storage" ).number or something like that where i is incremented and l_MbrExists > 0 will mean the member exists. DOes that he

RE: member().duplicate and member.erase()

2001-06-01 Thread Mark R. Jonkman
of a member in a property list or linear list and then grab it and apply it to a dedicated castmember. Not sure if that is any safer or less memory intensive then creating and erasing a castmember on an as need basis. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to

RE: speech

2001-06-01 Thread Mark R. Jonkman
set the soundKeepDevice to false to get it run on some Win98 boxes with SB128 sound cards. Sincerely Mark R. Jonkman [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

FrameReady with Filmloops

2001-06-01 Thread Mark Guerin
Loading..."screen for a second, as you'd expect it to, but I still get that momentarily fickering button once the movie goes to the opening screen. Any suggestions? Mark Guerin ___ Send a cool gift with your E-Card http://www.bluemo

Re: Property lists

2001-05-31 Thread Mark A. Boyd
t;]]) return vModeList end getPropertyDescriptionList me on mouseUp me gMode=pMode changeManPablo put gMode end -- Mark A. Boyd Keep-On-Learnin' :) [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

Re: Switch Case

2001-05-31 Thread Mark A. Boyd
At 11:35 5/31/2001, Wizzard wrote: >on mouseUp > set gMode = mode1 >end Since your other script is comparing gMode to a string, you might want to set gMode to a string: set gMode = "mode1" -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or

Re: Quicktime Movie limitations

2001-05-30 Thread Mark Scott
, what would be more saving of bandwidth: sound, fps or the compression method? Thanks in advance. Mark Scott J/B Woolsey Associates -- [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

RE: Variable leak?

2001-05-30 Thread Mark R. Jonkman
sent back so Director has really no way to adjust the data ... its an html request.. a piece of text sent out. So again I have no idea what he is referring to as a "variable leak". Hope this helps a little Sincerely Mark R. Jonkman [To remove yourself from this list, or to ch

Re: Saving and retreiving the value of a List

2001-05-29 Thread Mark A. Boyd
At 09:09 5/29/2001, Allard, Simon wrote: >gLabelList = "["sec_1_1_1","sec_1_1_2"]" Use the value() function: gLabelList = value("["sec_1_1_1","sec_1_1_2"]") -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from t

RE: Protection of a CD

2001-05-29 Thread Mark R. Jonkman
pying it? you might want to do a search of the Direct-L archives to see what shows there.. you might find some methods by which you can marginally protect a CD without the added hassles. Doubt this helps Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mod

RE: Error reading palettes...

2001-05-29 Thread Mark R. Jonkman
the palettes right. Hope this helps Sincerely Mark R. Jonkman [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 PROTECTED]) Lingo-L is for learning and

Re: DCR with Quicktime

2001-05-28 Thread Mark A. Boyd
ector" manual. Particularly the subtitles, "About Xtras" and "Managing Xtras for distributed movies." Consider it required reading. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/

Re: Video playing in Director

2001-05-27 Thread Mark A. Boyd
800x600 or 640x480 videos - or are setting the data rates too high. I tend to keep my AVI data rates a <= 200KBps. My MPEGs are encoded out-of-house, but I _think_ they're just using a standard setting for Video-CD. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from thi

Re: OT: Back in the saddle

2001-05-24 Thread Mark A. Boyd
Congrats! -- Mark A. Boyd Keep-On-Learnin' :) [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 PROTECTED]) Lingo-L is for learning and helping

RE: catching command q

2001-05-24 Thread Mark R. Jonkman
startMovie the exitLock = TRUE the keyDownScript = "if ( (the commandDown ) AND ( the key = "q" ) ) then go to marker(" & QUOTE & "Exit Marker" & QUOTE & ")" end startMovie or something like that Sincerely Mark R. Jonkman [To remove your

RE: Sound control driving me crazy!

2001-05-24 Thread Mark R. Jonkman
-- respond accordingly end mouseEnter No matter which way you look at, you are going to need to add some code to your other buttons etc.. to enable disable rollover and other events that aren't directly related to the soundEnabled system property. I'm not sure if this kind of

RE: Specifics of using HTML tables

2001-05-24 Thread Mark R. Jonkman
HTML 1.0 spec if you can find it. I have set the width of a row successfully (I'm almost positive) but I don't know if I ever tried using column spans. Sincerely Mark R. Jonkman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo

RE: xtras from scirius

2001-05-24 Thread Mark R. Jonkman
ure what is happening. Hope this helps Sincerely Mark R. Jonkman [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 PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

Re: problem with baPrintFile

2001-05-23 Thread Mark A. Boyd
The help file lists several return codes along with their meanings. on printPDF OK = baPrintFile(gPathPDF &"myPDF.pdf") if OK < 32 then alert "PrintFile error" &&OK end if end -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this

Re: updating htm links

2001-05-22 Thread Mark A. Boyd
nk: If you set the hyperlink" (no quotes) I've also seen it suggested to set the media of the member to itself after changing its contents: member("someMember").media = member("someMember").media -- Mark A. Boyd Keep-On-Learnin' :) [To remove y

  1   2   3   4   5   6   >