SearchBot 0 Posted 3 hours ago I use the terminal on a TabSheet. In the case the PageControl shows me another TabSheet and I connect remotely, here it crashes with "can't focus"-Error. So I fixed it with the "canFocus": Around Line 566 if Self.Showing then begin {drjohn} Form := GetParentForm(Self); if Self.CanFocus then //Bugfix Form.ActiveControl := Self; end; Another thing - anybody knows, why the scollbar of the terminal window is flickering extremly? Share this post Link to post