AllenInstitute/MIES

Add SF operation to control formula plotter window

Closed this issue · 2 comments

t-b commented

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

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

Will do like suggested above.