Javascript file problems

2011-02-18 Thread Walter
Hi at all ! I have a very BIG problem with a js routine I can't read a ascii file !!! ck_op=file.OPEN(); // -- check line file = new r3File(R3FIA_FileName, /home/walter/Scrivania/Lavori/Game_3d/models/alb.egg, R3FIA_Mode, ra); ck_op=file.OPEN(); // read line by line while(file.GETS[0]) {

Re: Javascript file problems

2011-02-18 Thread fre...@gmail.com
It has been a long time since I did any of this, but in one script I made I read a text config file. In that code I use var s = file.GETS ([0]); I don't do any file.OPEN() in my code, I assume the file gets opened in the constructor. I hope this helps. Regards, Fredrik On 18 February

Re: Javascript file problems

2011-02-18 Thread Walter
Il 18/02/2011 15:10, fre...@gmail.com ha scritto: line = file.GetBuffer(); ThankSS very much resolved XD

BUG : Not all channels are created equal.

2011-02-18 Thread Jean-Sebastien Perron
In the keyframer object inside the choreography window : If you chose the Fade channel as an input to replace time as the driver for a choreography it will not work. If you chose a channel that is updated in the user interface such as any transformation channels, it will work. It's like not