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

2001-08-03 Thread Kerry Thompson
At any rate, is there a solution here? There's also the possibility that the drive may already be mapped to the system, in which case it needs to know what the drive letter is and write to it. Have you tried Buddy API? I've had situations where Buddy worked and FileXtra didn't, on similar

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

2001-08-03 Thread Steven Sacks
] Subject: RE: lingo-l FileXtra 3 - can't create folder across network in NT but can in 98 yes... Is the network drive assigned a letter on the local machine? I see from your other notes that the routine is supposed to do that, so to modify my question, does it make any difference

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

2001-08-03 Thread Steven Sacks
How would I use Buddy API in this case? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kerry Thompson Sent: Friday, August 03, 2001 6:39 PM To: [EMAIL PROTECTED] Subject: RE: lingo-l FileXtra 3 - can't create folder across network in NT but can

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

2001-08-03 Thread Mark A. Boyd
At 16:23 03/08/2001, Steven Sacks wrote: How would I use Buddy API in this case? Hmm, I just confirmed the problem with FileXtra3 on my little network with a UNC file path. The disheartening thing about it is that there's even an example in the docs that uses a UNC path. Worse, it returns a 0

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

2001-08-03 Thread Kerry Thompson
How would I use Buddy API in this case? Buddy has a lot of the same file management functions as FileXtra. You can check on the existence of folders and files, copy files, create folders, and so on. I've found that Buddy works in cases where FileXtra fails, especially on Windows. I'll admit

RE: lingo-l FileXtra and Network Volumes

2001-06-22 Thread Karina Steffens
Kerry, I just did a test in the message window: put drivesToList() -- [A:, C:, D:, E:, F:, H:] H: in my case is a mapped network drive. Which means that it does recognise the Drives - as long as they're mapped. put DirectoryToList (H:\karinas) -- [batlship.dir, batlship1.dir, Belvedere\,

lingo-l FileXtra and Network Volumes

2001-06-22 Thread Kendall Anderson
Hi Kerry - Sorry, you're going to have to go to fileXtra3. The original fileXtra does *not* support UNC (or whatever the acronym is) paths, ie: \\machine-name\drive\directory. I got burned by this a long time ago - FileIO does but FileXtra does NOT. Apparently this has been fixed in FileXtra3.

RE: lingo-l FileXtra and Network Volumes

2001-06-22 Thread Kerry Thompson
I know nothing about FileXtra, but I do know that NT chokes on long file names. True, though I think that's on the workstation side. The NT server seems to serve them up ok, as long as your workstation can handle them. Anyway, I fixed the problem--I'm using Buddy API baFileExists() instead of

Re: lingo-l FileXtra and Network Volumes

2001-06-22 Thread Kerry Thompson
1) Inspect the variable via a 'put' or in the debugger just to make sure you built it right. Thanks, Tab--been there, done that :-) Buddy was the answer--FileXtra doesn't seem to like network volumes. Cordially, Kerry Thompson [To remove yourself from this list, or to change to digest

RE: lingo-l FileXtra and Network Volumes

2001-06-22 Thread Kerry Thompson
put drivesToList() -- [A:, C:, D:, E:, F:, H:] H: in my case is a mapped network drive. Which means that it does recognise the Drives - as long as they're mapped. That's good--I hadn't looked into that function. The environment I'm writing for, schools, won't necessarily have the volumes

lingo-l FileXtra and Network Volumes

2001-06-21 Thread Kerry Thompson
D8.5, Win ME, NT 4.0 server. I'm getting an error -51, Specified Volume Does Not Exist from a FileExists(someFile) call (that's a fileXtra function). The volume is an NT 4.0 server, and I'm getting the path from the moviePath. It's something like \\Dell4200NT\mmdevelop\Get Set Net\HM Get Set

RE: lingo-l FileXtra and Network Volumes

2001-06-21 Thread Al Hospers
The volume is an NT 4.0 server, and I'm getting the path from the moviePath. It's something like \\Dell4200NT\mmdevelop\Get Set Net\HM Get Set 1.1\HMProject\ Kerry, I know nothing about FileXtra, but I do know that NT chokes on long file names. hth Al Hospers CamberSoft, Inc.

Re: lingo-l FileXtra and Network Volumes

2001-06-21 Thread Tab Julius
Hi Kerry, 1) Inspect the variable via a 'put' or in the debugger just to make sure you built it right. 2) Presuming that you did, and it wasn't a simple error, then probably I would guess that fileXtra doesn't like network volume specifications. I think I ran into this on regular file

lingo-l FileXtra - Could this be a factor in the memory leak in Director8

2001-06-03 Thread jsweeney
I'm using the FileXtra. According to Macromedia site it shipped with Director 6.5 and 7, but NOT 8. Could there be a problem with this Xtra running in 8? Anyone had any problems with this Xtra in 8? Thx, JRS === John R. Sweeney Jr.

RE: lingo-l FileXtra - Could this be a factor in the memory leak in Director8

2001-06-03 Thread Al Hospers
I'm using the FileXtra. According to Macromedia site it shipped with Director 6.5 and 7, but NOT 8. Could there be a problem with this Xtra running in 8? Anyone had any problems with this Xtra in 8? that's interesting. I have it in D8, but don't know for sure if I got it myself, tho I

Re: lingo-l FileXtra - Could this be a factor in the memoryleak in Director 8

2001-06-03 Thread Colin Holgate
Could there be a problem with this Xtra running in 8? I don't think so. It's still on the D8.5 CD in the goodies folder. It wasn't obviously available in D8 or 8.5 because Save As Java was not a standard install option, but the FileXtra and UIHelper area still around. [To remove yourself

Re: lingo-l FileXtra - Could this be a factor in the memoryleak in Director 8

2001-06-03 Thread Irv Kalb
I don't know of any problems using the FileXtra. But you can get the latest version (which works fine with D8 and D8.5) at: http://www.kblab.net/xtras I don't know if you are using object oriented programming on your project. But if you are you can easily create memory leaks by not

Re: lingo-l FileXtra - Could this be a factor in the memoryleak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 1:05 PM, Irv Kalb at [EMAIL PROTECTED] wrote: I don't know if you are using object oriented programming on your project. But if you are you can easily create memory leaks by not freeing up objects when you really need. to. Objects are only freed up automatically when there are no

lingo-l FileXtra in Win

2001-02-05 Thread Florian Bogeschdorfer
I hate to ask this again, but where is FileXtra? I installed D8 with everything even Shockwave but still can't find it (Windows)! Tia, Florian [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: lingo-l FileXtra in Win

2001-02-05 Thread Tab Julius
I don't think it shipped with D8. It used to be in D7 under the Save as Java section, and since Save as Java I don't think made it to D8, I suspect someone forgot to rescue FileXtra from oblivion and restore it to the general population. You'll have to get it from a D7 disk, I'm afraid. -

lingo-l FileXtra in Win

2001-02-05 Thread Kent Kersten
Hello all, The latest FileXtra (v3) is available at http://www.kblab.net/xtras -Kent Florian wrote: Date: Mon, 05 Feb 2001 19:03:18 +0100 From: Florian Bogeschdorfer [EMAIL PROTECTED] Subject: lingo-l FileXtra in Win I hate to ask this again, but where is FileXtra? I installed D8

RE: lingo-l FileXtra in Win

2001-02-05 Thread Stephane Comeau
Try here: http://kblab.net/xtras/ -Original Message- From: Tab Julius [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 10:15 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: lingo-l FileXtra in Win I don't think it shipped with D8. It used to be in D7

Re: lingo-l FileXtra on Windows

2000-12-11 Thread Luke Wigley
I wrote a game in Lingo on Mac(D7.02) and am transferring it to PC right now. But somehow I am missing the fileXtra on my windows system, although I installed D8 all new again. I had the xtra in D7 in earlier projects I think. Is it not compatible with D8 and where can I get it? Install the

lingo-l FileXtra on Windows

2000-12-11 Thread Florian Bogeschdorfer
Hello everybody, I wrote a game in Lingo on Mac(D7.02) and am transferring it to PC right now. But somehow I am missing the fileXtra on my windows system, although I installed D8 all new again. I had the xtra in D7 in earlier projects I think. Is it not compatible with D8 and where can I get it?

Re: lingo-l FileXtra on Windows

2000-12-11 Thread Florian Bogeschdorfer
That's it. Exactly. Thank You so much. Still I find it a little strange of Macromedia to install this essential Xtra with SaveAsJava only. best regards, Florian Luke Wigley schrieb: I wrote a game in Lingo on Mac(D7.02) and am transferring it to PC right now. But somehow I am missing the

lingo-l FileXtra vs. FileIO

2000-12-08 Thread Conrad Ayala
Is it better use FileXtra as opposed to FileIO? Conrad Ayala Interface Architect The Spin Group, Inc. http://www.spingroup.com/ Phone 1-414-672- Fax 1-414-672-8183 [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: lingo-l FileXtra vs. FileIO

2000-12-08 Thread Ryan Smith
Hi Conrad. FileIO and FileXtra can't really be compared as such. The two Xtras perform very different but complimentary operations. FileIO is used to open, read and write to text files. FileXtra is used to perform a number of File related operations such as listing available drives, checking

lingo-l FileXtra- fx_FolderCopy

2000-11-23 Thread I Larochelle
Hi all!! I have this problem with the FileXtra... (on MAC) On a CDRom, when a user click on a specific button, I want to copy a folder from the cd into the hard disk of the user. At first, I taught about having a window with the option for the user to be able to browse where he wants to install

lingo-l re : lingo-L Filextra and relative paths

2000-09-16 Thread Steven Ophalvens
Hi Michael, I believe it says in the documentation of the "@" that : "Be sure to use only the @ symbol when navigating between Director movies or changing the source of a linked media cast member. The @ symbol does not work when the FileIO Xtra or other functions are used outside those

Re: lingo-l FileXtra

2000-09-05 Thread lindi emoungu
zac, have you ever had a problem with the fileXtra GetFileModDate("file_string") returning a string of garbage (or any other function for that matter)? if i call the function in my startMovie handler with a hard-coded filename, i don't get garbage. but, if i call it from within a parent