erich.wanker Posted June 1, 2020 Posted June 1, 2020 Hi, if i mousedown the closebutton or titlebar for 1 seconds - the form jumps in the center of the screen: BorderStyle = bsSizeToolWin FormStyle = fsStayOnTop Position = poDesigned procedure TuniForm.UniFormCreate(Sender: TObject); begin self.Top:=40; self.Height:=MainForm.Height-80; self.Left:= MainForm.Width-20-self.Width; .. it seems that a javascript-value does not recognite the left and top values what are given at create-time.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.