Tag Archives: multi monitor

Multi-monitor support and popup Search Queries

The latest release includes 2 very useful UI features: Multi-monitor support This option is specially useful when you’re demoing to others, and can be enabled from Tools->Options->UI Settings->Allow MultiMonitor Use. All subsequent windows will open outside of the Workbench, allowing them to be dragged to other monitors. Popup Search Dialogs Although drag & drop is [...]

TrueView Release 1.3.0908.09 – ServiceLocator and Dependency Injection

The latest release adds Dependency Injection to the mix.  The default behaviour uses a simple Service Locator, but you can inject your own dependencies as you wish.  See the user guide for more info. BREAKING CHANGES: The following interfaces now implement IServiceDependent: IEntity IFactory IRepository IService Enhancements Added MyApplication.ServiceLocator (for locating Factory/Repository/Service classes) Added IServiceDependent [...]