To date I've only been dispatching clicks/changes on my replay. It's interesting how far that has gotten me. Do I need to record / playback more ?
I'm currently adding printf's to a debug build and looking at a log file. Is there a better way ? I tried running under the debugger but the debugger (ddd) doesn't seem to want to follow new threads. It kind of tries to put up the main window and then dies with
[New Thread 113306544 (LWP 14579)] Couldn't get registers: No such process. (gdb)
charlie schmitt wrote:
I'm writing a record/playback app. I'm having trouble recreating the x/y coordinates for an image element when I issue initMouseEvent() using same screen/client coordinates captured at record time. The event hits the corrent target, but the form is submitted with name.x and name.y set to 0. Any advice is appreciated.
_______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
