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: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Scott Kinder > Sent: Friday, June 13, 2003 10:01 AM > To: [EMAIL PROTECTED] > 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 > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-> revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
