SlicerProstate / SliceTracker

SliceTracker is a 3D Slicer extension to support the workflow of MR-guided prostate biopsies.

Home Page:https://slicerprostate.gitbooks.io/slicetracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SliceTracker prompts user asking to save data even though no data changed

che85 opened this issue · comments

Don't ask saving every time when Slicer quits if data should be saved even though nothing changed

When you open the Save data dialog, do you see a checkmark next to any of the nodes?

Oh I should have specified that this is not the save dialog from Slicer. It's my own dialog asking to save data specifically for SliceTracker...

You may use Slicer's built-in mechanism for determining if nodes have to be saved or not. It works quite well. It uses an additional StorableModified timestamp.

Even though I am only loading a case into SliceTracker, when using Slicer built-in save data dialog some of them are checked for saving which shouldn't be the case. I need to check that.