From our plugin, we potentially will popup multiple FloatingWindows with …
Collection_object = EnvironmentManager.Instance.SendMessage(
new VideoOS.Platform.Messaging.Message(MessageId.SmartClient.MultiWindowCommand, data), null, null);
… and I noticed that the newest FloatingWindow is often not displayed on top. How can I ensure, the newest FloatingWindow will be displayed on top?
Sorry to keep you waiting. We had some theoretical discussion about this issue with Milestone Development, but now I realize that I am unable to reproduce the issue. I have used the Smart Client View and Window plugin sample, the Multi Window tab, and the OpenFloatingWindow command. Every time the new window is on top.
We think it should be on top, in my testing it is on top. Can you guide me to a way I might reproduce the issue?