Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Is OperationManager a class with static methods? Commented Nov 20 at 22:45
  • In my case OperationManager is a class instance shared between all things looking to do operations. Pascal casing was probably a poor choice in the example. Commented Nov 20 at 23:16
  • I'm having a hard time understanding the problem. Why do the actions need to interact with the window at all? What are these actions? The user can do other things, so are these windows just there for informational purposes? Commented Nov 20 at 23:38
  • Can you edit your post to provide more information about the use case? I think I need more context to understand what the problem is, and what the solution could be . Commented Nov 20 at 23:39
  • 1
    Thank you for the updates! I think this is a really good question, and I hope you get some good answers. Welcome to Software Engineering! Commented Nov 21 at 15:17