Bitsum Community Forum

General Category => Process Lasso => Topic started by: Sfwrtr on January 09, 2013, 10:23:10 AM

Title: Save window position and size
Post by: Sfwrtr on January 09, 2013, 10:23:10 AM
Could you please make process lasso remember its position and size on the screen.

In the windows API this is simply done with GetWindowPlacement and SetWindowPlacement.

This would be a great enhancement, especially with new automatic updates showing up often and resetting the program's screen placement.

Thanks,
Robert
Title: Re: Save window position and size
Post by: BenYeeHua on January 09, 2013, 11:45:27 AM
Ah, another person that facing this problem.
Quote from: Jeremy Collake on January 08, 2013, 09:54:29 PM
UPDATE: I have determined for *certain* that it is the function that does the sanity checks on saved child window positions that is malfunctioning. Adjustments to it have had some side effects and need more testing, but it is being worked on.

Same goes for the briefly shown GUI in some cases (before it self-minimizes).
And ya, the dev has know this problem, and will try fixing it. :)
Title: Re: Save window position and size
Post by: Jeremy Collake on January 12, 2013, 03:22:25 AM
Fixed in v6.0.2.39 beta. It broke due to a change a few versions ago addressing a separate complaint. Failure was in regression testing.
Title: Re: Save window position and size
Post by: edkiefer on January 13, 2013, 01:43:56 PM
Seems to be working now .
Title: Re: Save window position and size
Post by: BenYeeHua on January 13, 2013, 11:26:08 PM
I think yes. ;)
Title: Re: Save window position and size
Post by: Jeremy Collake on January 13, 2013, 11:41:31 PM
Thanks for the confirmations. The child window (pane) positions not always being preserved if they are too small, or too tall, I've still got to evaluate.
Title: Re: Save window position and size
Post by: edkiefer on January 14, 2013, 09:40:04 AM
It seems to remember both overall GUI window size and lower panel window size where logs are .
Title: Re: Save window position and size
Post by: Jeremy Collake on January 15, 2013, 04:10:01 AM
I did make a minor adjustment to the child window persistence code too (the sanity check I've referenced), but didn't test it. So, maybe that is all it needed. I do have to test it further before I declare a fix though.