I want to create a Terminal Application.
I would like to write some text in the terminal when it is activated for the
first time. I made a callback in Activate of the PtTerminal but this
function never executes.
Any idea?
Thanks in advance
I want to create a Terminal Application.
I would like to write some text in the terminal when it is activated for the
first time. I made a callback in Activate of the PtTerminal but this
function never executes.
Any idea?
Thanks in advance
Try the get focus callback rather.
Activate is normally used for button-not sure
how PtTerminal would use this.
Teresa wrote:
I want to create a Terminal Application.
I would like to write some text in the terminal when it is activated for the
first time. I made a callback in Activate of the PtTerminal but this
function never executes.Any idea?
Thanks in advance