AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
21 stars 6 forks source link

Add SF operation to control formula plotter window #2130

Open t-b opened 1 month ago

t-b commented 1 month ago

Use case: Sometimes you want analysis function automation browsers to have move the window to the front and sometimes not.

Name: XXX

t-b commented 2 weeks ago

The reason for the "to front" behaviour is that we kill and recreate the panel in SF_PreparePlotter for winDisplayMode == SF_DM_SUBWINDOWS.

Thinking about that we could also change how we handle "bringing to front" in general. By only bringing it to the front on window creation we allow the user to have full control.

t-b commented 2 weeks ago

Will do like suggested above.