Multi Commander > Support and Feedback

[Solved] MultiDataViewer does not remember its maximized state.

(1/1)

zorglups:
Hello,

I use MultiDataViewer a LOT and for each file I open, I need to maximize it.
Can you make the Options/SavePosition save the maximize status too ?

Thank you very much,

Pierre

zorglups:
As a work-around, I keep that Autohotkey running.
Not nice but useful until you have the time to look at it.

SetTimer, MaximizeMultiDataViewer, -1

MaximizeMultiDataViewer:
   Loop
   {
      WinWait, MultiDataViewer
      {
         WinMaximize
         Sleep, 1000
      }
   }
   Return

zorglups:
This is fixed in the v3.5 build 1490 !!!

THANK YOU SO MUCH !!!

Navigation

[0] Message Index

Go to full version