Jump to content

SearchBot

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. 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?
×