VPlayer Xtra

2003-01-11 Thread Serdal GUZEL
Are there more detailed documentation for VPlayer Xtra or at least archieve of this list? __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com [To remove yourself from this list, or to change to digest mod

Percentage calculations

2003-01-11 Thread Brad Hile
Just wondering if anyone has a better way to work out percentage values. Currently I'm having to append text to the number then use value it works but seems kinda kludgy. something like this: PercentAddition=2 eq=value(PercentAddition) if value(PercentAddition)<100 then eq=value("0."& PercentAd

Re: Percentage calculations

2003-01-11 Thread Carl West
Brad Hile wrote: > > Just wondering if anyone has a better way to work out percentage values. >... > I've tried > set the floatprecision=2 > eq=PercentAddition)/100 > > but it always returns 0.00 To avoid getting an integer result you need to introduce a non-integer. You could use: eq=Percent

Eye Surgery

2003-01-11 Thread anilchaitanya
Hi all, I am developing 'Eye Surgery process' in director MX, using imaging lingo. It is for practice of medical students. Cuts created on eye lence is looking perfectly ok. Used getPixel() and setPixel() to modify each pixel. Lence (transparent film layer)on eye is separate bitmap. After cutt

RE: Percentage calculations

2003-01-11 Thread Brad Hile
Carl West wrote: > To avoid getting an integer result you need to introduce a non-integer. > You could use: > eq=PercentAddition/100.0 > eq=PercentAddition/float(100) > eq=float(PercentAddition)/100 > > But this won't work because the result is already an integer > before you take the 'float' of

baDeleteFile / getNthFileNameInFolder

2003-01-11 Thread Michael von Aichberger
Hi List! When I delete a file on my harddisk (win2k) with baDeleteFile, the windows explorer shows me that the file no longer exists. However, when I use Lingo's getNthFileNameInFolder-command (Dir 8.5.1), its file name is still retrieved as if it existed. And that even after stopping and restart

Re: queue()-ing sounds

2003-01-11 Thread Agustín María Rodríguez
Buzz Kettles escribió: I remember noticing that the QT3Mixer has a subtle treble loss. Hey, good catch!! Didn´t noticed that one. & the dependency on QT is a significant factor on Windows (it's not as ubiquitous as it could be). Does anyone know why the annoying clipping of some sounds?

Re: baDeleteFile / getNthFileNameInFolder

2003-01-11 Thread Daniel Plaenitz
At 21:09 11.01.2003 +0100, you wrote: Hi List! When I delete a file on my harddisk (win2k) with baDeleteFile, the windows explorer shows me that the file no longer exists. However, when I use Lingo's getNthFileNameInFolder-command (Dir 8.5.1), its file name is still retrieved as if it existed. A

AW: baDeleteFile / getNthFileNameInFolder

2003-01-11 Thread Michael von Aichberger
When I use baFindFirstFile instead of getNthFileNameInFolder(myFolder, 1) it works fine! That doesn't answer the question, but solves the problem. Michael [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, em

queue()-ing sounds

2003-01-11 Thread John Waller
Thanks Buzz and Agustín. How about for Shockwave files? Cheers, John Buzz Kettles wrote: > > 1. Remember to include the DirectSound Xtra in your Window projector > and Director will default to use it if it's available. Also include > Macromix.x32 to fall back on if it's not (this is the one w

Re: queue()-ing sounds

2003-01-11 Thread Buzz Kettles
At 11:20 AM +1100 1/12/03, you wrote: Thanks Buzz and Agustín. How about for Shockwave files? I'm confused by your question - How about what? Everything discussed also applies to the Shockwave environment ... -Buzz Cheers, John Buzz Kettles wrote: 1. Remember to include the DirectSound