Problem with "Wrong Disk Volume......"

Klaus Major klaus at major-k.de
Wed Aug 10 12:20:21 EDT 2005


Hi Ban,

>> ...
>> the CD to open the application on other computers (played for a while
>> then took it out).  An error message displayed:
>> "Wrong Disk Volume......"
>> "Please reinsert ...*.exe....."
>> Has anyone had this problem before?
> -----------------
> maybe a stupid question but did you really close/quit the application
> before taking the cd out of the drive?
> Windows does NOT like that and often rewards this with a blue  
> screen ;-)
>
> Thank you
> --------------------
>
> Yes I did close the application
> FYI:  In the close button I have this script:
>
> On mouseUp
>    Close this stack
> End mouseUp
>
> I used an empty control,

??? Sorry, what do you mean by "empty control"?

> and created a close button with the script
> above to close the application.  Did I miss any code?

To be sure you should write:

On mouseUp
    quit
End mouseUp

Just in case there are some hidden stacks somewhere.
But should work if that is the last or only stack!

Sorry, no more ideas in the moment.


Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de




More information about the use-livecode mailing list