|
From: Tatsuro M. <tma...@ya...> - 2010-01-28 10:29:29
|
Hello
--- Petr Mikulik wrote:
> > 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.
What do you mean mouse hotkeys?
Is 'the hotkey 'h' in the graph window' a example of mouse hotkey.
The gnuplot.exe on windows on current state (without your patch) allows hotkeys ,'h','p', 'l'...... on
graph window when gnuplot is in pause -1 and pause mouse mode.
In pause -1 mode, we can use mouse zooming on the current gnuplot.exe on windows.
Is the above a problem?
However only return key breaks 'pause -1' for wgnuplot and gnuplot-x11(I have confirmed on cygwin) but
any key breaks pause -1.
That is a problem, I think.
You patch at leasdt changes of the feature of pause -1 on gnuplot.exe on windows from current state.
If people hope this change, I am not against it.
I have another idea to treat it. I have a winter term examination in my lecture tomorrow.
Please wait a while to try the idea.
>
> > # ***** 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.
Exactly.
> 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?
I have tried perhaps the way you mensioned the above. When graph windows was active, it went well.
However pause mouse without graph window make a trouble. The trail was done in the computer at home.
I cannot remember how the trouble is and cannot reproduce now.
Regards
Tatsuro
--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/
|