Win-Mac differences

Ken Ray kray at sonsothunder.com
Fri Jun 13 12:45:00 EDT 2003


Scott,

It may be that in Windows, the sound is record to RAM and not to disk
and therefore the diskspace wouldn't change... just a thought...

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 

> -----Original Message-----
> From: use-revolution-admin at lists.runrev.com 
> [mailto:use-revolution-admin at lists.runrev.com] On Behalf Of 
> Scott Kinder
> Sent: Friday, June 13, 2003 10:01 AM
> To: use-revolution at lists.runrev.com
> Subject: Win-Mac differences
> 
> 
> Hi Rev Listers,
> 
> This script works on Mac OSX but not on WinXP Pro.  On the 
> Mac, you see the diskspace slowly counting down, on Windows a 
> zero is placed in the spaceremaining field.  Subsequently 
> entering the "put the diskSpace..." line of code into the 
> message box seems to work fine.
> 
> on mouseUp
>   ask file "filename"
>   record sound file it
>   repeat until the mouseclick
>     put the diskSpace div (1024^2) into fld "spaceremaining"
>   end repeat
>   stop recording
> end mouseUp
> 
> I tried this in an 'on idle' handler with similar results.  
> Is there a different way to do this on Windows?
> 
> Thanks!
> Scott Kinder
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com 
> http://lists.runrev.com/mailman/listinfo/use-> revolution
> 





More information about the use-livecode mailing list