labscript-suite-temp-2 / lyse

lyse is an analysis framework. It coordinates the running of python analysis scripts on experiment data as it becomes availiable, updating plots in real time.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Analysis windows should be grouped by script on the task bar #8

Open philipstarkey opened 10 years ago

philipstarkey commented 10 years ago

Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).


Currently, all analysis windows are grouped together under one entry on the task bar. When you have lots of windows, it gets difficult to find the right window!

If there was a new entry on the task bar for each analysis script, this would make it easier to find the right window.

philipstarkey commented 10 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


This should be easy, we already make the relevant calls to the Windows API telling it how to group other windows, so we just need to add that in for the analysis subprocesses. I'll do it in the Qt port.