Ticket #2329 (closed: fixed)
Load: Custom Dialog
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Brett Tully |
Description
Create a custom dialog for the Load Algorithm.
It will have two "fixed" parameters:
- Filename
- OutputWorkpace
Once filename is filled in and loses focus it should
- automatically fill in a possible name for OutputWorkspace (as LoadRawDialog)
- Call Load (Load will have to change to support this) to find out which underlying Loader it will use
- Dynamically create further controls for any other properties of the specific Load Algoritm (as the generic dialog does already)
- Redirect the ? help button to the correct help page
Finally update the menus & toolbars in the mantidplot GUI to remove the specific Load commands and just leave the general one. LoadDAE should be moved to only exist under the fine menu.
Change History
comment:6 Changed 10 years ago by Martyn Gigg
(In [9102]) Proper fix for the static const declaration debacle in IDataFileChecker. The class was hard marked DLLExport rather than switching between the two depending on the IN_MANTID_API flag. This is the case in quite a lot if our code where DLLExport is used instead of the correct EXPORT_OPT_IN_{PACKAGE} (which I think need a more concise name for). Re #2329
comment:10 Changed 10 years ago by Martyn Gigg
comment:11 Changed 10 years ago by Martyn Gigg
comment:12 Changed 10 years ago by Martyn Gigg
comment:13 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:14 Changed 10 years ago by Brent Tully
- Status changed from verify to verifying
- Tester set to Brent Tully
comment:15 Changed 10 years ago by Brent Tully
- Status changed from verifying to closed
Correct as of 1.1.9450
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3176