Minor enhancement to the Exception dialog
Minor enhancement to the Exception dialog
Minor enhancement to the Exception dialog
Add support for Mouse back-button to the 7-zip File Manager.
To the original request. This would make navigation of archives much faster with mouse. Also would work as in windows Explorer etc... Resources: - https://learn.microsoft.com/en-us/windows/win32/inputdev/wm-xbuttondown - https://learn.microsoft.com/en-us/windows/win32/learnwin32/mouse-clicks UINT button = GET_XBUTTON_WPARAM(wParam); if (button == XBUTTON1) { // XBUTTON1 was clicked. } And in there, just call already existin back-functionality
Error message on closing D12.1.1
Error message oin closing D12.1.1
Glad to see that my memory serves someone :) -Tee- On Mon, Mar 13, 2023 at 8:14 AM Ian Branch ijbranch@users.sourceforge.net wrote: Ah Ha! got it. Tks Tee. [bugs:#314] https://sourceforge.net/p/gexperts/bugs/314/ Random operation of Formatter..* Status: open Group: New Labels: Formatter Created: Thu Mar 09, 2023 08:07 AM UTC by Ian Branch Last Updated: Mon Mar 13, 2023 04:16 AM UTC Owner: Tommi Prami D11.3, Win 11, 32 bit Apps, Delphi opened DPIUnaware. I have a ShowMessage at the start of the GX_CodeFormatterExpert.pas...