Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter_oM: Command for controlling visibility of external software window during CRUD #289

Open
IsakNaslundBh opened this issue Feb 24, 2021 · 1 comment
Labels
type:feature New capability or enhancement

Comments

@IsakNaslundBh
Copy link
Contributor

IsakNaslundBh commented Feb 24, 2021

Description:

Additional Command to control if you want the UI of the adapter to be shown or not. Many action can run quicker when the UI window is closed, as it can make the software skip refreshing viewports and similar.

Thinking of adding it in the base Adapter_oM to centralise.

SOmthing like


public class UiWindowControl : IExecuteCOmmand
{
      public virtual bool IsVisible {get;set;} = true;
}

More than happy for a better name for it!!

Thoguhts @peterjamesnugent @JosefTaylor @enarhi @alelom @al-fisher @FraserGreenroyd ?

@IsakNaslundBh IsakNaslundBh added the type:feature New capability or enhancement label Feb 24, 2021
@peterjamesnugent
Copy link
Member

A couple of commands we have in Lusas_Toolkit that may be worth looking in to:

  • enableUI
  • enableTrees,
  • supressMessages
  • setManualRefresh

Perhaps it can be called ToggleWindow?

@alelom alelom changed the title Adapter_oM: Add command for controlling if the adapter window should be visible or not Adapter_oM: Command for controlling visibility of external software window during CRUD Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants