Re: lingo-l RE: on stopMovie problem in projector

2004-09-14 Thread Alex da Franca
At 1:08 Uhr -0400 14.09.2004, KLGC Studio wrote: on stopMovie If (NOT DialogL.dialogSvd) AND (DialogL.targetSrc #unk) then reply = ShowAlert(1) if reply then SaveDialog() end if end if end stopMovie I think you can't 'stop' the stopmovie event in that way. the propcess of stopping the movie is

RE: lingo-l RE: on stopMovie problem in projector

2004-09-14 Thread Anand Ravi
The easiest approach is to call a custom handler when the close button is clicked on the title bar. This handler can then take care of Saving and quitting or just quit without saving. Hope this helps. Regards, Anand Ravi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: lingo-l RE: on stopMovie problem in projector

2004-09-14 Thread KLGC Studio
Hi Alex Well, smack an old man up side the head and tell him to wake up :-) I knew that damn it. I remember reading a post by Tom explaining such just recently. So why did I use on stopMovie, just to show my ignorance I guess. :-[ I set exitLock to true and changed on stopMovie to on

lingo-l Best place to store a cross-platform INI file

2004-09-14 Thread Ross Clutterbuck
Hi List The subject line says it all really! I'm going to be setting an INI file using BuddyAPI for my cross-platform project. Where would the best place for this INI file be? Usually I'd put them into the OS folder but I don't want to start running into cross-platform and user restriction

RE: lingo-l Best place to store a cross-platform INI file

2004-09-14 Thread Julian Weaver
You could use the filextra's fx_FolderGetSpecialPath to select a directory of your choosing. Hi List The subject line says it all really! I'm going to be setting an INI file using BuddyAPI for my cross-platform project. Where

Re: lingo-l Best place to store a cross-platform INI file

2004-09-14 Thread Alex da Franca
At 11:45 Uhr +0100 14.09.2004, Ross Clutterbuck wrote: Hi List The subject line says it all really! I'm going to be setting an INI file using BuddyAPI for my cross-platform project. Where would the best place for this INI file be? Usually I'd put them into the OS folder but I don't want to start

lingo-l MXDJ V2 I8

2004-09-14 Thread Petro Bochan
Hi Kerry, at last downloaded this issue (took me 2 weeks) and made up my mind to comment a bit on it. :) http://www.peb965.cv.ua/list_questions/mxdj_v2_i8.htm A discrimination! :) Ukraine has 52 million of residents (and one of them is ME!), covers an area of 603 thousands of square km and it

Re: lingo-l Best place to store a cross-platform INI file

2004-09-14 Thread Ross Clutterbuck
Alex: Already got the baSysFolder route covered, just working out which folder to use. baSysFolder(prefs) is a good place to store a settings file So that would return the Windows folder on Windows and the Preferences folder on the Mac. Will there be any user account restrictions writing to the

Re: lingo-l Best place to store a cross-platform INI file

2004-09-14 Thread Alex da Franca
At 13:28 Uhr +0100 14.09.2004, Ross Clutterbuck wrote: Alex: Already got the baSysFolder route covered, just working out which folder to use. baSysFolder(prefs) is a good place to store a settings file So that would return the Windows folder on Windows and the Preferences folder on the Mac. Will

Re: lingo-l Flashpaper 2 in Director

2004-09-14 Thread Troy Rollins
On Sep 14, 2004, at 2:47 AM, Emre Eldemir wrote: i've seen and used the useful tutorial on using flashpaper 1.1 in director but the code doesn't seem to carry across to the latest version. i've tried to apply the flashpaper 2.0 API info but i can't seem to get it to work even on the simplest

RE: lingo-l Flashpaper 2 in Director

2004-09-14 Thread Emre Eldemir
http://www.macromedia.com/devnet/mx/director/articles/flashpaper_in_dire ctor.html http://www.macromedia.com/support/documentation/en/flashpaper/2/flashpap er_api/flashpaper_api7.html -Original Message- From: Troy Rollins [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 5:36

Re: lingo-l Best place to store a cross-platform INI file

2004-09-14 Thread Ross Clutterbuck
Cheers Alex! Windows permissions I can check for myself so thanks for filling my knowledge gaps for the Mac Ross [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

Re: lingo-l Flashpaper 2 in Director

2004-09-14 Thread Troy Rollins
On Sep 14, 2004, at 10:56 AM, Emre Eldemir wrote: http://www.macromedia.com/devnet/mx/director/articles/ flashpaper_in_dire ctor.html http://www.macromedia.com/support/documentation/en/flashpaper/2/ flashpap er_api/flashpaper_api7.html Thanks Emre (and Chuck for writing the little article.) I

Re: lingo-l Case-sensitive symbol quirk

2004-09-14 Thread Tab Julius
Director internally keeps a list of symbols, and it respects the case of the first use of a given symbol. If you're not getting your choice of case, then somewhere internal in Director that symbol is in use, and it's capitalized. - Tab At 03:00 PM 9/13/04, Ross Clutterbuck wrote: Hi List Can

lingo-l problems with PDF_Xtra

2004-09-14 Thread Diego Landro
People, i´m experiencing problems when i´m using the PDF Xtra. The problem is kind of weird. When i create a projector on the authoring machin, from the hard disk it runs smoothly, no problem. when i make a CD from this porjector, obviously including all Xtras, especially PDF Xta, i get a -1000

RE: lingo-l problems with PDF_Xtra

2004-09-14 Thread Patrick Mockle
Hello Diego, To answer your question, we actually wrote a Technote addressing this exact issue. The Technote is called How to ensure PDF Xtra launches Adobe Reader correctly and can be found at this address: http://www.IntegrationNewMedia.com/support/pdfdirector/technotes/tn022-301-032.htm