From: Tatsuro M. <tma...@ya...> - 2009-11-26 05:46:36
|
I have confirmed. Perhaps this is intrinsic to combination of wgnuplot + wxt term. For gnuplot + wxt, the 'gnuplot>' prompt remains at cmd console. In the case wgnuplot, wgnuplot command console does not appear by 'wgnuplot test.gp -' and 'wgnuplot --persist test.gp' state. Stop of wxt terminal window perhaps cannot stop wgnuplot itself. If you use wgnuplot -noend test.gp wgnuplot /noend test.gp wgnuplot -persist test.gp the command windows is open, its not a problem. I found that difference between --persist and -persist for windows in reading winmain.c and plot.c. In winmain.c, I found the code ***** if (!stricmp(_argv[i],"-noend") || !stricmp(_argv[i],"/noend") || !stricmp(_argv[i],"-persist")) noend = TRUE; if (noend) ShowWindow(textwin.hWndParent, textwin.nCmdShow); ***** For wgnuplot + wxt terminal, is 'ShowWindow(textwin.hWndParent, textwin.nCmdShow);' inevitably used to avoid the problem ? However, there perhaps exist a demand that command window does not ppear. For compromising points, command window is open in the minimized state (I cannot find good translation from Japanese to English). Is it possible ? This is what I can comment at this time. Regards Tatsuro -- Don Tucker wrote: > > With 4.3 and 4.5 binaries, I can only get windows and wxt terminal types to > plot (not pngcairo, for instance). Using the wxt terminal type, the > wgnuplot process stays in the background after closing the plot window. > -- > View this message in context: > http://old.nabble.com/dev-win32-binary-problems-with-terminal-types-tp26517075p26517075.html > Sent from the Gnuplot - Bugs mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > gnuplot-bugs mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-bugs > -------------------------------------- What is your No.1 Entertainment of 2009? -Yahoo! JAPAN Net BANZUKE 2009 http://pr.mail.yahoo.co.jp/banzuke/ |