ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
57 stars 26 forks source link

Showing linked information in tree #8

Closed Murmele closed 1 year ago

Murmele commented 1 year ago

Is it possible to directly showing the metadata directly in the table instead of just (link to unit?) image

ihedvall commented 1 year ago

Well maybe. I only have one line to show data in or at maybe multiline may work. I could check if the TXT or the MD block only consist of a "one liner" text, then showing the contents instead of the link. I can see what can be done

Murmele commented 1 year ago

Or maybe when clicking on the link showing the content in a dialog?

ihedvall commented 1 year ago

A double click should either show pop-up or set the tree-list to the block. Note that the link may me NULL i.e. pointing on nothing.

ihedvall commented 1 year ago

I have checked in the changes so the TX/MD blocks "main" text are show in the description field.

Still in the GUI, is the bitmap problem. Windows uses BITMAP format while Unix and MacOS uses some other format (PNG?). I'm setting up an Ubuntu computer for development but it take some days before it works.