|
From: yves2010 <su...@vi...> - 2010-08-06 15:52:24
|
Hi In order to take the control of the Windows Gnuplot window (for removing frame, moving, changing its parent etc.), I need its handle, so I have to plot first a dummy plot simply to create the window so that Windows can find it (API function FindWindow), which makes an ugly flicker at the beginning of my app. Is there a way to create and open the terminal window with the SW_HIDE flag, or any other way to obtain the terminal window handle after having issued 'set term win' but before any plotting, so that I can arrange the look of the window before it shows up? Thanks in advance Yves -- View this message in context: http://old.nabble.com/Windows-terminal-window-created-hidden-tp29356461p29356461.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |