Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: zorglups on August 27, 2013, 11:32:16

Title: [Solved] MultiDataViewer does not remember its maximized state.
Post by: zorglups on August 27, 2013, 11:32:16
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
Title: Re: MultiDataViewer does not remember its maximized state.
Post by: zorglups on August 27, 2013, 11:33:30
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
Title: Re: MultiDataViewer does not remember its maximized state.
Post by: zorglups on August 30, 2013, 09:41:20
This is fixed in the v3.5 build 1490 !!!

THANK YOU SO MUCH !!!