Jump to content
SearchBot

Bug in OverbyteIcsTnEmulVT.Connect

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×