You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
}
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
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
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
More than happy for a better name for it!!
Thoguhts @peterjamesnugent @JosefTaylor @enarhi @alelom @al-fisher @FraserGreenroyd ?
The text was updated successfully, but these errors were encountered: