Re: lingo-l How to detect disk loading from lingo?

2001-06-19 Thread Damian Lopez
use FileXtra for floppy == on openfloppy set driveList to DrivesToList() set driveName to getAt(driveList, 1) if DriveExists(driveName) = -52 then alert Please Insert FLOPPY in Floppy Drive. else -- end if end damian How can I get a message in lingo everytime

RE: lingo-l How to detect disk loading from lingo?

2001-06-18 Thread Jorge Peña
Hi Luiz I'm not sure if this can be done or not... (my *guess* is that it can't be done but then again I'm not sure). Anyway, this is something that happens with 99.9% of the software out there... If you remove the CD even though it is still needed you will get the blue screen (BSOD). That is

RE: lingo-l How to detect disk loading from lingo?

2001-06-18 Thread Al Hospers
How can I get a message in lingo everytime director needs to access the disk, so I can display a 'pretty' alert message avoiding the user to get those uggly Blue-screen message on windows? to my knowledge you cannot. IMHO if the user removes the CD that a program is running from, while the