PSU-CSAR / vb-bagis-p

VB .NET source code for ArcMap BAGIS Parameters add-in
1 stars 1 forks source link

Add "View/Edit Parameter List" button to the export parameters form #16

Closed lbross closed 9 years ago

lbross commented 9 years ago

From Geoffrey: Could you add a "View/Edit Parameter List" button on the export parameters dialog window so that users could view/edit the list more easily (I'm not sure if this is good, but I think it's necessary).

lbross commented 9 years ago

Will wait to work on this until we discuss the design on Monday. Note that already address this issue in a couple of places.

  1. When the user edits the HRU parameters from a button on the export parameter screen, the column headers are red for columns that were included in bagis_parameters.txt and tells them where to find the file to edit it.
  2. When the parameters are being exported there is a messageBox telling them that some parameters designated in bagis_parameters.txt are missing from the output table and points them at the location of this configuration file.

If do decide to add editing capability, will this be for admins only?

lbross commented 9 years ago

Button to display bagis_parameters.txt preferably in IE so it is read-only. But default text editor is okay as fallback.