|
From: yves2010 <su...@vi...> - 2010-08-07 13:15:37
|
I need to SetParent (Windows API) and remove the borders, resize, move, etc. so I really need (and obtain by the way I explained) the Windows handle Yves Petr Mikulik wrote: > >> 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? > > What look do you need? > 1. For "set term windows", it's all in wgnuplot.ini > 2. In "set term wxt", several options can bee tuned. > > (The windows terminal lacks many options available in wxt and x11, like > size, position, close; you are welcome to contribute.) > > --- > PM > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > -- View this message in context: http://old.nabble.com/Windows-terminal-window-created-hidden-tp29356461p29374500.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |