August-2010-Graphics-Component-Fix: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Issues Pending ==
== Issues Pending ==


* if user upgrades number of channels > prompt the user to restart the software
* if user downgrades the number of channels > prompt the user to restart the software


* wire in error recovery in all modified routines
* make distribution package
 


== Issues Currently in Process ==
== Issues Currently in Process ==
* Ship .exe to David for testing first


== Issues Resolved ==
== Issues Resolved ==


* Editor uses tab number when entered to determine which channel is being edited: Resolved> added a SelectedChannel variable in MultiTrajectory form
* wire in error recovery in all modified routines: RESOLVED> newer syntax version wired in
* Remove obsolete code from MultiTrajectory: Form_Load event: RESOLVED: commented out the code with 'DDD---
* 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
* plot the new log point to the graph control
** Mask off plot of points of traces that are not selected
** Mask off plot of points of traces that are not selected
* When number of channels is changed an popup should alert user to reboot software > with button that calls the EXIT routine to force a graceful exit
** if user upgrades number of channels > prompt the user to restart the software
** if user downgrades the number of channels > prompt the user to restart the software
== Issues Delayed ==

Latest revision as of 13:12, 20 September 2010

Issues Pending[edit]

  • make distribution package


Issues Currently in Process[edit]

  • Ship .exe to David for testing first

Issues Resolved[edit]

  • Editor uses tab number when entered to determine which channel is being edited: Resolved> added a SelectedChannel variable in MultiTrajectory form
  • wire in error recovery in all modified routines: RESOLVED> newer syntax version wired in
  • Remove obsolete code from MultiTrajectory: Form_Load event: RESOLVED: commented out the code with 'DDD---
  • 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
  • When number of channels is changed an popup should alert user to reboot software > with button that calls the EXIT routine to force a graceful exit
    • if user upgrades number of channels > prompt the user to restart the software
    • if user downgrades the number of channels > prompt the user to restart the software

Issues Delayed[edit]