cjee21
cjee21
> What context menu and where? Any steps to reproduce? Right click file in Windows Explorer > MediaInfo or using CLI `MediaInfo.exe %pathtoafile%` must not produce a MediaInfo window that...
> [New build](https://mediaarea.net/download/snapshots/binary/mediainfo-gui/20240704/MediaInfo_GUI_24.06.20240704_Windows.exe). This is still slow but as slow as in [a build without this PR](https://mediaarea.net/download/snapshots/binary/mediainfo-gui/20240703-2/MediaInfo_GUI_24.06.20240703_Windows.exe), I guess that a slowdown was introduced in a a previous PR so...
There's another minor 'Preferences' window bug I found. When clicking 'More...' next to 'Language' on 'Setup' page, it goes to 'Customize' -> 'Graph'. I'm guessing it should be going to...
> And despite "toolbar" is disabled after closing the "Preferences" the toolbar is not hidden, only the buttons disappear but the place stays like it is still shown, but on...
I wonder why many things seem to happen on the main window upon clicking advanced in preferences window. I don't see anything that may cause that in this function: https://github.com/MediaArea/MediaInfo/blob/dda61d6a99aa58fbf69b488669c2ac26242222b2/Source/GUI/VCL/GUI_Preferences.cpp#L629
Debugging results: > Open MediaInfo Open "Preferences" and click on "Advanced" then despite search is disabled and version is up to date buttons appear:  When `Advanced` is...
> So it seems to be triggered by something in `Prefs`? @JeromeMartinez Upon further testing, it appears to not be caused by `Prefs`. I changed https://github.com/MediaArea/MediaInfo/blob/223d9ae5844bc369545a9ef04c2b93847e6ce641/Source/GUI/VCL/GUI_Preferences.cpp#L632 to ```C++ CB_ShowMenu->Checked=1; ```...
@JeromeMartinez While looking around for something else, found the cause of the orange button partially visible in 2nd screenshot of first post... This is hiding behind there (a second, unnamed...
> > This is hiding behind there (a second, unnamed 'Donate' button?): > > It is from a very old code with buttons for donation, actually they should be deleted...
> I just tested 24.12 and issue still persists. That is expected. No one did anything about it that is why this issue is still open.