Re: [Rve-main] question about Effect::animate()
Status: Beta
Brought to you by:
bones0
|
From: Jonas J. <jb...@kn...> - 2003-10-29 15:52:03
|
On Wed, 2003-10-29 at 14:54, Luca Abeni wrote: > or someting similar? Maybe I am mistaken, but my intuition is that we > are ahead of schedule if the current time is smaller than the time at > which the effect is scheduled. The timers used in Effect::animate() count down, not up, so the code should be correct. > A little bit of background: I am using the hscroll_text effect with a > very long title (about 2000 chars). Everything seems to work fine, but > after some time the scrolling title stops. Investigating the problem, I > discovered that rve blocks in Effect::animate(), and in particular in > the msleep() mentioned above. Hence, I am wondering if it is correct or > not... I cannot reproduce your problem. I just tried running rve -f 25 512 288 0 hscroll_text "`perl -e 'print "$_ " for (1 .. 600)'`" And it works fine. Please send an exact command line I can reproduce the problem with. -- Jonas Jensen <jb...@kn...> |