Skip to content

visualengineers/reflex-deep-legacy-wpf

Repository files navigation

DeeP_LegacyWPF (ReFlex)

Tests Release

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

App Screenshot

Prerequisites

.NET 10.0 SDK Download

Change WebSocket Address

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>

Enable Diagnostics Data

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>

Keyboard Shortcuts

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

ReFlex usage

About

legacy WPF application for xCoAx 2015 Paper "Data exploration on Elastic Projections"

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages