|
From: Petr M. <mi...@ph...> - 2010-01-28 07:06:50
|
> The patch gives s gui 'gnuplot pause' window when the command 'pause -1'
> is executed when terminal is set to 'windows'. When WGP_CONSOLE is true.
> the code should be modified. I have encountered this problem and I have
> considered to treat the side effect. I will show it afterwards.
"pause -1" shows a GUI Pause dialog. You would prefer to have just
fgets(stdin) for gnuplot.exe. I've tried it, but then mouse hotkeys are not
working during pause. So I prefer the current GUI dialog.
> # ***** results for wgnuplot{_pipes}.exe *****
>
> The patch does not correct the 'pause mouse' issue of wxt term.
> Clicking mouse button does not break 'pause mouse' while pressing a key breaks it.
> Of course, the pause mouse for windows terminals works correct.
I.e. wgnuplot.exe + wx terminal + "pause mouse" still waits for Enter.
> There is no gnuplot executable for all other platformes which has a
> original GUI based console except for wgnuplot. I suspect that
> wxt_waitforinput() does not work correct on wgnuplot.exe. However it is no
> more than speculation at present.
windows terminal is not using the waitforinput but WIN_IPC. In "pause
mouse", it stops pausing when the event arrives to gnuplot. Could a similar
reaction be applied to pausing from wxt?
---
PM
|