Page 1 of 1

✔️ NEW FEATURE: Remember Window Size

Posted: 2024-Feb-09, 23:44
by Krishty
This was literally the first request for almost every other GUI I have released: Remember exactly where TFXplorer was placed when it was closed before.

Pretty easy to do considering I have already implemented it in my other programs.

Re: 💡 OPEN FEATURE: Remember Window Size

Posted: 2024-Mar-17, 16:49
by Krishty
This was actually a nightmare to implement.

Remembering the window size means that TFXplorer starts minimized if you closed it minimized.

This means that during initialization, its window size becomes 0×0 pixels (as with all minimized windows).

And this, in turn, causes Direct3D to crash and burn.

I think I covered all cases now but wow was it annoying.

Re: ✔️ NEW FEATURE: Remember Window Size

Posted: 2024-Mar-17, 17:24
by Krishty