Ticket #3681 (closed: fixed)
LoadDialog misbehaves
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 30 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
When you run the code below there are two bugs:
- The workspace name changes from the set value to the filename
- The Spectrumlist is not disabled.
# Load the monitor spectrum, asking the user for file loadalg = LoadDialog(OutputWorkspace="Monitor",SpectrumMin=2,SpectrumMax=2,Message="Enter the raw file you want to process", Disable="SpectrumList")
Change History
comment:2 Changed 9 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
In [14730]:
comment:3 Changed 9 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
Note: See
TracTickets for help on using
tickets.