Commit Graph

13 Commits

Author SHA1 Message Date
Stefano Raggi a8d6f05825 Refactor and add error handling in OS class 2019-01-10 21:24:22 +01:00
Gustavo Aviles a4f2486ecb fix local charting version number 2017-02-23 17:12:18 -05:00
Andrew Hart 7b533001d8 LeanWinForm.cs now implements IMessageHandler
The WinForm application now implements the interface that allows the DesktopClient to pass messages to it. This replaces the delegate methods that were being used before.

The Main method in the Views project now starts the NetMQ pull socket (server) in another thread.  This is so the server does no block the rest of the WinForms application.  The server is then shut down once the application is finished running.
2016-08-31 12:35:17 -04:00
AlexCatarino d3e45f4b26 Fixes desktop not displaying charts
When algorithm run ends before the message system is loaded (it depends on the UX loading), enqueued packets used on charting are never sent to the UX.
2016-07-28 18:36:45 -03:00
jameschch@outlook.com 964dc71df7 Reinstate GeckoFX for non-mono 2016-07-17 08:44:58 +01:00
jaredbroad 1c42cc94aa Added simplified desktop live charting to ux 2016-06-15 12:52:32 -04:00
jaredbroad f28902cbdf Added messaging to streaming and and ux for when config not set properly 2016-04-19 19:32:40 -04:00
jaredbroad 10a1819e8c BaseClass removal, resharper foo tidy 2016-04-19 18:57:53 -04:00
jaredbroad d4c5a422b9 Test fix with Mono Web Browser replacing Gecko 2016-04-19 18:41:48 -04:00
jaredbroad 1cff84ab81 Bux fixes on local charting, and solve logged with queue logger 2016-04-12 21:21:12 -04:00
jaredbroad 9ad2fe53be Fixed beta url -> master 2016-04-12 13:34:06 -04:00
jaredbroad 2670b41be6 Bug fixes and event onload for when embed url is loaded 2016-04-11 20:06:25 -04:00
jaredbroad 632c21c99c New UX for LEAN, launched from Launcher using embedded HTML browser 2016-04-11 18:29:50 -04:00