2012-08-25, 02:04 AM
I am trying to archive a couple of files from a client because I forgot to set the folder at record time but the popip doesn't activate. I do have the config.xml setting for it. In this snippet I moved item hit return on Archive waited and closed the client
Martin
Code:
012-08-24 21:52:34.134 [DEBUG][1] OnKeyDown() called: Down
2012-08-24 21:52:34.143 [DEBUG][1] OnKeyDown() done. Took 9.0004997253418 ms
2012-08-24 21:52:34.607 [DEBUG][1] OnKeyDown() called: Down
2012-08-24 21:52:34.612 [DEBUG][1] OnKeyDown() done. Took 5.00029993057251 ms
2012-08-24 21:52:35.122 [DEBUG][1] OnKeyDown() called: Down
2012-08-24 21:52:35.127 [DEBUG][1] OnKeyDown() done. Took 5.00029993057251 ms
2012-08-24 21:52:36.347 [DEBUG][1] OnKeyDown() called: Return
2012-08-24 21:52:36.365 [DEBUG][1] OnKeyDown() done. Took 18.0009994506836 ms
2012-08-24 21:53:04.556 [DEBUG][1] storing Position (1):138,111
2012-08-24 21:53:04.556 [DEBUG][1] storing Size (1):666,440
2012-08-24 21:53:04.556 [DEBUG][1] EXITING
2012-08-24 21:53:04.566 [INFO][1] Exiting...
2012-08-24 21:53:04.566 [INFO][1] Done.
Martin