rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: sequestrum on December 13, 2008, 09:22:40 AM

Title: [Feature request] Saving window position upon closing
Post by: sequestrum on December 13, 2008, 09:22:40 AM
Would it perhaps be possible to make HFS remember where it was positioned the last time it was closed? My HFS always opens on my primary monitor, it refuses to remember that I had it on my secondary monitor before I closed/restarted it. I'm currently using 2.3 beta, build 217, but this issue/behaviour has always been there as far as I know.
Title: Re: [Feature request] Saving window position upon closing
Post by: Mars on December 13, 2008, 06:44:07 PM
Yes it is possible, I use too two screens and windows tended to open on horseback on both screens

This linked version is 100% compatible  with the version of rejetto

www.rejetto.com/forum/index.php?topic=6418.msg1039095#msg1039095 (http://www.rejetto.com/forum/index.php?topic=6418.msg1039095#msg1039095)

The magic parameters for every forms are

(Tform.)position:=poScreenCenter;

(Tform.)DefaultMonitor:=dmMainForm;

except for the Main Form who has those parameters

(Tform.)position:=poDesigned;

(Tform.)DefaultMonitor:=dmMainForm;