| Author |
Message |
Forum: Support Topic: Responding to text in a terminal emulation program |
| domhnull |
|
Posted: October 9th, 2004, 1:23 pm
|
|
Replies: 3 Views: 1367
|
Thanks Chris, I'll look at that.
I did think of capturing the text to a file and parsing it, but Anzio's performance degraded significantly while running the capture. |
|
 |
Forum: Support Topic: Responding to text in a terminal emulation program |
| domhnull |
|
Posted: October 9th, 2004, 12:24 am
|
|
Replies: 3 Views: 1367
|
| I'm working with Anzio Lite. Basically I want to trigger an action based on text displayed in the terminal window (not typed or entered by the user). I've created one solution using a timer to call Anzio's Copy function which copies the screen to the clipboard. It works, but not without problems. #1... |
|
 |
Forum: Suggestions Topic: Switch Case statement |
| domhnull |
|
Posted: October 8th, 2004, 11:24 pm
|
|
Replies: 2 Views: 1720
|
| Yep, I knew. Just like the switch/case format. Thanks! Fantastic program, BTW |
|
 |
Forum: Suggestions Topic: Switch Case statement |
| domhnull |
|
Posted: October 8th, 2004, 2:14 pm
|
|
Replies: 2 Views: 1720
|
Any chance to implement a switch/case statement?
Ex.:
Switch (var) {
case 1:
; do something
return
case 2:
; do something else
return
default:
; if no matches do this
return
} |
|
 |
| Sort by: |