Page MenuHomePhabricator

QmitkIGTLoggerWidget throws error and reinitializes
Closed, ResolvedPublic

Description

If a number is typed into the line edit for milliseconds or #samples, an error message is displayed telling to type in a number. After this default values are set into the line edit.

Furthermore, an option to logg a not specified number of tracking signals would be nice (stopping only if "Stop" button is clicked).

Event Timeline

[SVN revision 22695]
FIX (#3953): fixing error message and adding functionality to logg from start to stop button clicked.

another small bug: The first output file contains the specified number of samples, but the following logging data don't. This is due to a missing return statement.

return has been added in the past...

I think bug is fixed. Please check and close if so..

Checked and no errors occured.