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
II Server: Completed Issue #137
- Removed old Windows bootstrap code from SQL server, II Server .php
IISIM: Completed Issue #140
- Fixed issue of closed Windows failing to reopen
- Avalonia Windows cannot be reopened once Close()'d; need to be Hide()'den
- Added OnClosing and subscribed to Closing, hides and handles event
- Devices Paused; will prevent Tracings from eating resources in background
- Added some properties to indicate to Controls/Windows that are Closed
- To stop async loops from continuously running in the background
- Running w/ debugged attached still fails to terminate entirely
- Running w/out debugger, all threads exit (none remaining in taskman)
- Implemented MenuItems for DeviceMonitor to enable/disable Alarms
- Sets all alarms to enabled/disabled, takes effect on alarm timer tick
- Strings localized to all supported languages
- Much more graceful fix for issue #140
- Created DeviceWindow : Window ... re-factored redundant Device code
- Implemented window State (Running, Paused, Closed)
- If set to "Closed", will re-instantiate Device on attempt to re-open
- Much more graceful implementation of visual alarm triggering on Numerics
- Implemented a traditional timer and event triggering system
- Replaced the while(true) and while(!Closed) loops previously used!!
- Appears to have fixed issue with threads remaining alive after App.Exit()!!
Reproducable: open Defibrillator Window, close Defibrillator, attempt to re-open Defibrillator- will not re-open Window
The text was updated successfully, but these errors were encountered: