[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hiding pgnuplot console window
From: |
Michael Goffioul |
Subject: |
Re: Hiding pgnuplot console window |
Date: |
Wed, 13 May 2009 10:59:41 +0100 |
Make your app to allocate a console and hide it.
pgnuplot will use it and won't create its own.
See for instance "AllocConsole" in Win32 API.
Michael.
On Wed, May 13, 2009 at 10:50 AM, leledumbo <address@hidden> wrote:
>
> Is it possible? I'm currently making a GUI app that uses Octave, it hides the
> console window and communicate through pipes. However, the plot function
> makes Octave starts process for pgnuplot which doesn't hide its console
> window. Is it possible to hide it? Because when it unexpectedly closed,
> further calls to plot doesn't start new pgnuplot process. Therefore, I can't
> see any figure plotted.
> --
> View this message in context:
> http://www.nabble.com/Hiding-pgnuplot-console-window-tp23518731p23518731.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>