Menu

Released v1.0.10

Yet another important compatibilty problem with wxWidgets v3.x has been patched:

  • Fixed: (BUG) wxWidgets v3.x.x: DaqViewer: wxTextCtrl::SetEditable() is undocummented in wxWidgets
    v3.x.x and its behaviour is incompatible with 2.8.x.
    TraceCfgPanel: txc_MALptr and txc_DeadBand controls are processing editor events even
    after SetEditable(false) is called -> this leads to a mess, since those fields must not
    be editable for remote daq traces.
    Now the wxWindow::Enable() is used as a workaround, but it's not the same as SetEditable():
    disabled window doesn't allow to select and copy the text.
Posted by Tomasz Pawlak 2018-12-20

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.