August-2010-Graphics-Component-Fix: Difference between revisions
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
== Issues Currently in Process == | == Issues Currently in Process == | ||
== Issues Resolved == | == Issues Resolved == | ||
Revision as of 11:22, 19 September 2010
Issues Pending
- wire in error recovery in all modified routines
- make distribution package
- Ship .exe to David for testing first
- Remove obsolete code from MultiTrajectory: Form_Load event
Issues Currently in Process
Issues Resolved
- Number of channels menu has 17 values! loop probably goes from 0 to 16 > RESOLVED: loop went from 0 to 16 instead of 0 to 5 ( 2^0 to 2^5 )
- Force a repaint when the user resets the log file
- remove all the old chart routine calls > in particular in the TCInterface component
- plot the new log point to the graph control
- Mask off plot of points of traces that are not selected