bug-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-xnee] Scriptable Event Log? WAS: replicated event is ahead of the


From: Ariz Jacinto
Subject: [Bug-xnee] Scriptable Event Log? WAS: replicated event is ahead of the application
Date: Fri, 20 Jun 2003 10:27:59 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0



Henrik Sandklef wrote:
What more do you expect than to be replayed than the mouse motions?


i just want the time differences between button presses also be replayed  =)

oh btw, i'm developing a simple script that will replay a "structured" event log
to remedied my problems.


ex.
.....
LOOP=0
while [ $LOOP -lt 5 ]
do
        x,x,x,x,x,x,x,x
        sleep $FACTOR
        x,x,x,x,x,x,x,x
        ...
done
x,x,x,x,x,x,x,x
...

sleep $FACTOR
x,x,x,x,x,x,x,x
....




my reasons for doing this? 

- varying machine performance.
    
    you simply can't replay an event log that have been 
    recorded from a faster machine on a slower one. 
    doing it the other way around would have solved it but
    will result to inefficiency.


- laziness

    i don't have the patience to record a set of 100 buttonpresses 
    repeatedly (x1000?). "cut & paste"-ing the event log would have 
    solved it but will result to a much larger log which is not necessary.


- pride

    they're doing it on M$ so can Xnee!!!   =)




hindrance i've encountered so far:

    i don't know which of the log entries is for this & that.
    the "-pens" doesn't seem to work on me and so is "-sk".
    bug or anything that i've missed?




Thanks & Xnee rocks!!!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]