saulgreenberg / TimelapseDeprecatedPre2.3

Timelapse Image Analysis Tool
Other
2 stars 0 forks source link

Xceed bug in DateTimePicker handler #65

Closed saulgreenberg closed 6 years ago

saulgreenberg commented 6 years ago

The DateTimePicker has a 'bug' where it does not trigger the value update event unless a return has been pressed (or similar) As this does not always happen, this means some text changes don't actually get remembered. This workaround checks to see if the mouse has left the DateTimePicker. If so, it checks for changes to the date/time and updates the values correctly. See DataEntryHandler:DateTimeMouseLeave I think this is repaired in later versions of Xceed: see https://github.com/xceedsoftware/wpftoolkit/issues/1206 for patch if I decide to create my own xceed dll.

saulgreenberg commented 6 years ago

Duplicate Issue resolved in Issue 75