cjee21
cjee21
Just realized Graph view is using HTML too so implemented WebView2 for that too. Tested. Note: Graph view does not have dark mode.
> > Note: Graph view does not have dark mode. > > True... HTML code is mixed in C++ code in https://github.com/MediaArea/MediaInfoLib/blob/master/Source/MediaInfo/Export/Export_Graph.cpp , we need to add an option to...
> > Note: Graph view does not have dark mode. > > True... HTML code is mixed in C++ code in https://github.com/MediaArea/MediaInfoLib/blob/master/Source/MediaInfo/Export/Export_Graph.cpp , we need to add an option to...
>x Supported platforms: this is the last version compatible with Windows RHEL/CentOS 7 Am I understanding correctly that Windows 7 support is dropped after this? Does that mean we can...
New version of HTML dark mode implementation. Works with the new PR of MediaInfoLib. Now both WebView2 and IE supports dark mode and has almost identical rendering. WebView2 theme switching...
FYI deleted previous post that is outdated and no longer relevant.
For the Graph view, I did not change anything other than implementing WebView2 since I cannot find the source code. Here is how it looks on both themes using WebView2:...
> The source code is https://github.com/MediaArea/MediaInfoLib/blob/master/Source/MediaInfo/Export/Export_Graph.cpp then it is processed by graphviz. We understand that this is not an easy task and we'll adapt that ourselves after the merge of...
> > That is part of the issue but there is also \Plugin\Graph\Template.html which I cannot find the source. > > Oops, something kept in a developer repo, it is...
Done! 😄  Will update the template HTML file when I see it in the MediaArea repos.