When use liunx+firefox, timer often delay when some other opreations use much cpu resource. it's quite often when receive or send data over the net.
i need a timer to display clock, but when delay accure, it will lose 1-2 seconds. so, how to avoid it? i think it's a lack of flash plugin for firefox in linux. We have used data object, and main problem is not that we count time by timer. Actually, timer is used to update clock, not for counting seconds. On every tick, we get time from system and update the status of the clock. But the problem is sometimes the tick is delayed, so possiblely we get ticks like this: 00:01 00:02 (00:03 is delayed) 2 ticks at 00:04 00:05..... So, the clock will stay at 00:03 for 3 seconds, and then jump to 00:05, it is jerk.... We have tried to set shorter tick time(example 100ms), it played a bit better, but still not good enough. Actually we can not accept set timer to 100ms, for performance reason. Clark _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
