Allow closing ttermpro when ttpmacro is closed
Eröffnet am: 2011-06-06 23:58
Letztes Update: 2011-08-01 07:29
Auswertung: | slide_o_mix | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Funktionsanfragen | Schweregrad: | 5 - Mittel |
Komponente: | (Keine) | Status: | Offen |
Lösung | Keine |
Einzelheiten
I am launching ttpmacro from an application. At some point, if the test running on the device fails, it sends a WM_CLOSE message to ttpmacro to close it down. If ttpmacro has launched a session with ttermpro, ttermpro does not exit when ttpmacro is closed. It would be useful to either link the two so that if ttermpro is launched from ttpmacro, they both close when WM_CLOSE is sent, or provide a way to set a flag that says ttermpro should be closed when ttpmacro is closed.
Kommentar
This doesn't solve the problem that I am trying to solve. What I need is a way such that if ttpmacro is sent a close message from another application, I can either trap on that to use closett or link them together such that ttpmacro will send the close message to teraterm when it receives the close message.