Read keyboard input directly in progress window, not terminal read
Hi everyone,
When I use "raw_input" function to read keyboard input, a "terminal read" window pops up so that I can enter my data there.
It works fine, but I would like to know if we can type our data directly in progress window of PSSE, just like when PSSE asks us to enter choice for its function, such as:
ACTIVITY? vchk kv
ENTER OUTPUT DEVICE CODE:
0 FOR NO OUTPUT 1 FOR REPORT DEVICE
2 FOR A FILE 3 FOR DEFAULT PRINTER
6 FOR ALTERNATE SPOOL DEVICE 7 FOR PROGRESS DEVICE:
7
ENTER MIN, MAX BASE KV
750 750
ENTER VMAX, VMIN: 1.05 0.95
Thanks,
Did anyone figure this out?