Conversion of the legacy WPF application for xCoAx 2015 Paper "Data Exploration on Elastic Projections" to use ReFlex framework
- Version: 2.4.0
- ReFlex-Version: 0.9.8 or newer
- Websocket-Address (default, can be configured in
appsettings):ws://127.0.0.1:40001/ReFlex
.NET 10.0 SDK Download
edit App.config (in project) or DeeP.dll.config (in compiled project) and edit the lines:
<setting name="ReFlexServerAddress" serializeAs="String">
<value>localhost</value>
</setting>
<setting name="ReFlexServerPort" serializeAs="String">
<value>40001</value>
</setting>
<setting name="ReFlexServerEndpoint" serializeAs="String">
<value>ReFlex</value>
</setting>Sending diagnostics data is disabled by default - to enable it edit App.config (in project) or DeeP.dll.config (in compiled project) and edit the lines:
<setting name="SendDiagnosticData" serializeAs="String">
<value>False</value>
</setting>
<setting name="DiagnosticsAddress" serializeAs="String">
<value>http://localhost:4302/log/appData</value>
</setting>| Shortcut | Description |
|---|---|
F1 |
Toggle Help Panel |
F2 |
Toggle Log Window |
F10 |
Toggle Properties Panel |
F11 |
Minimize Main Window |
F12 |
Toggle Fullscreen |
Esc |
Close the application |
- the source files from ReFlex Framework are copied into
library/src/Core/Commonandlibrary/src/Core/Networking(from Version 0.9.8)
