Date

Dec 09 and Dec 11, 2015

Attendees

John Clyne, alan, scott

Notes

Alan completed error handling changes discussed last week and we reviewed the new GUI user notification popups.

We had further discussion on how to handle recoverable errors within the GUI when the error may have occurred within a library and return an error code. Two options were suggested:

  1. Augment the current success (e.g. 0) and fail (e.g -1) codes with a warning code.
  2. Leave codes as is and add a "SetWarnMsg" method to the MyBase class.

Further discussion on the best choice is required. John pointed out that whatever method we choose to propagate the information back to the GUI we need to not make assumptions about how other applications (e.g. command line utilities, scripting interface) will want to make use of the error handling mechanisms provided. In particular, error reporting needs to be disabled (via MyBase::EnableErrMsg()) if a class method is able to recover from a "fatal" error. Otherwise, any error conditions will result in error callbacks or messages to stderr, etc.

WE also reviewed the GUI

Action Items

ItemDescriptionLead
1Design review for animation and key framingJohn
2Design review for region tabJohn
3Further discussion on error handling in GUIJohn
4Revisit the subtab scheme and consider Scott's suggestion of having "basic" and "advanced" tabsScott