current issues to solve Tuesday 21st of Feb (i hope) #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @heavyside Posted at: 21.02.2012 00:59
BIG PRIORITIES:
Tom:
*** WINDOWS compile that allows us to save images ****
David & Jamie:
Fix Operational sequence
// 1) starts in a black screen
// 2) we 'start' with keypress "s" the entire set of analyses
// 3) at any point we need to be able to restart / stop-return-to-black / trigger each analysis individually (num 1-9)
// 4) should end in black screen as well
// 5) final kill button
Author: @tomschofield Posted at: 21.02.2012 08:41
"pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)"
this is not fixed. When the images attempt to save out they app pushes the new file name into the vector. The problem is that this filename is added EVEN if the image doesn't save properly. In a previous email I suggested that I give ofSaveImage a boolean return which returns false if the image doesn't save. We could then use that boolean to determine whether this file name should be added to the vector of filenames or not.
Author: @heavyside Posted at: 21.02.2012 20:47
"pixels not allocated means that not all files in _saved_filenames actually exist?! (i don't get this? is it fixed? -jamie)"
this is fixed - as we 'return' if there is no new frame in the save_cb for each class