TcOpenGroup / tcopen-app-templates

Contains application templates for TcOpen framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUBaseMiniDiagnosticsView doesn't update unless redrawn by usercontrol parent [BUG] [FEATURE]

KrisztianOlah opened this issue · comments

Describe the bug
CUBaseMiniDiagnosticsView is only shown when UI elements are redrawn. ie exiting then reentering the view otherwise it remains static showing outdated data or not showing relevant data.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any cu that will produce diagnostic messages in its context.
  2. Wait for messages to show up.
  3. After messages fail to appear exit to operator view and reenter cu view.
  4. Diagnostic messages appear, but do not dissapear or change.

Expected behavior
Messages sould appear and dissappear as they do in the model or at least poll changes at set intervals if it would be too much of a performance hit or would cause issues viewing the results.

Screenshots
image

Additional remark
It would be neat if the number of messages could be limited to only a handful.