|
From: Tatsuro M. <tma...@ya...> - 2010-01-30 07:34:35
|
Hello
The previous post has a mistake. Please ignore it.
--- Petr Mikulik wrote:
> But in wxt_gui.cpp there is a special code for WGP_CONSOLE and not for
> WIN_IPC in wxt_waitforinput().
Ooops! I have not noticed.
#ifdef WGP_CONSOLE
if (paused_for_mouse) {
MSG msg;
BOOL ret;
:
:
I have changed #ifdef WGP_CONSOLE to #ifdef _Windows in wxt_gui.cpp
Your patch almost works for wgnuplot. However, if the graph window of wxt (wxtFrame?) terminal
(wxtFrame) is not active, for example the graph window is closed by user, 'pause mouse' freezes the
wgnuplot.
(In the previous post I wrote 'is active' but 'is not active' is correct )
This is also happen in gnuplot.exe
The explanation of wxtFrame is written in wxt_gui.cpp as,
/* ---------------------------------------------------------------------------
* Frame : the main windows (one for each plot)
* ----------------------------------------------------------------------------*/
I would like to know flag for wxtFrame similar to 'graphwin.hWndGraph'
in windows terminal.
Regards
Tatsuro
--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/
|