Ticket #4541 (assigned)
set instrument view creates graphical objscts with very strange behaviour.
Reported by: | Alex Buts | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description (last modified by Alex Buts) (diff)
The script below apparently creates two windows but you can not identify or find second one until you try to close the first.
Then the second suddenly reappears.
Load(Filename='MAR11001.raw',OutputWorkspace='MAR11001')
# First get a handle to the view for a given workspace
instrument_view = getInstrumentView('MAR11001',2)
instrument_view = getInstrumentView('MAR11001',0) # To show with the numbered tab (in this example the 'Mask' tab) showing.
# Raise the window
instrument_view.show()
Change History
comment:2 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:4 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:5 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
moved to Release 2.4
comment:6 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:11 Changed 7 years ago by Nick Draper
- Milestone changed from Release 2.6 to Backlog
Moved to backlog at the code freeze for R2.6
comment:12 Changed 7 years ago by Nick Draper
- Status changed from new to assigned
Bulk move to assigned at the introduction of the triage step
comment:13 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5388