Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-14 Thread Jim Dishaw
> On Jun 14, 2015, at 5:28 AM, Phil Rosenberg wrote: > > On 11 June 2015 at 17:57, Jim Dishaw > wrote: >> >>> On Jun 11, 2015, at 4:06 AM, Phil Rosenberg wrote: >>> >>> Hi Jim >>> The documentation states that the provided text height will be in mm. >>> The user can s

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Hazen Babcock
On 06/14/2015 05:59 PM, Alan W. Irwin wrote: > On 2015-06-14 13:40-0400 Jim Dishaw wrote: > >> []The aqt driver is a mystery. It does not use the plot buffer > nor does it look at the nopause member; however, it is an interactive > driver. It should work with just a NULL in the wait handler b

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Alan W. Irwin
On 2015-06-14 19:16-0400 Jim Dishaw wrote: > I am planning on making a native driver for macos x, though I am not sure if I can make the cutoff for 5.11.1 Hi Jim: Such a native Mac OS X device would be quite welcome. However, that's new development where the cutoff for pushing to the master bra

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Jim Dishaw
> On Jun 14, 2015, at 5:59 PM, Alan W. Irwin wrote: > >> On 2015-06-14 13:40-0400 Jim Dishaw wrote: >> >> []The aqt driver is a mystery. It does not use the plot buffer > nor does it look at the nopause member; however, it is an interactive > driver. It should work with just a NULL in the

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Alan W. Irwin
On 2015-06-14 13:40-0400 Jim Dishaw wrote: > []The aqt driver is a mystery. It does not use the plot buffer nor does it look at the nopause member; however, it is an interactive driver. It should work with just a NULL in the wait handler because the EOP will be called only once. The dg300 is

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Jim Dishaw
> On Jun 14, 2015, at 5:19 AM, Alan W. Irwin wrote: > > On 2015-06-13 22:29-0400 Jim Dishaw wrote: > >> >>> On Jun 13, 2015, at 2:11 PM, Jim Dishaw wrote: >>> >>> >>> On Jun 13, 2015, at 1:13 PM, Phil Rosenberg >> > wrote: >>> Hmmm Then h some

Re: [Plplot-devel] Tcl build error

2015-06-14 Thread Alan W. Irwin
On 2015-06-14 11:12+0100 Phil Rosenberg wrote: > I've recently started getting a build error for TCL > > The error I get is > > 8>-- Build started: Project: concatenate_pkgIndex.tcl, > Configuration: Release x64 -- > 8> Building Custom Rule D:/usr/local/src/plplot-plplot/bindings/CMakeList

[Plplot-devel] Tcl build error

2015-06-14 Thread Phil Rosenberg
I've recently started getting a build error for TCL The error I get is 8>-- Build started: Project: concatenate_pkgIndex.tcl, Configuration: Release x64 -- 8> Building Custom Rule D:/usr/local/src/plplot-plplot/bindings/CMakeLists.txt 8> CMake does not need to re-run because D:\usr\local\

Re: [Plplot-devel] Driver behavior questions and wingdi preview

2015-06-14 Thread Phil Rosenberg
On 11 June 2015 at 17:57, Jim Dishaw wrote: > >> On Jun 11, 2015, at 4:06 AM, Phil Rosenberg wrote: >> >> Hi Jim >> The documentation states that the provided text height will be in mm. >> The user can set dpi with plspage so you should use the PLStream->xdpi >> and PLStream->ydpi to size your te

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Alan W. Irwin
On 2015-06-13 22:29-0400 Jim Dishaw wrote: > >> On Jun 13, 2015, at 2:11 PM, Jim Dishaw wrote: >> >> >> On Jun 13, 2015, at 1:13 PM, Phil Rosenberg > > wrote: >> >>> Hmmm >>> Then h some more >>> Followed by an ummm or two. >>> >>> As you say Jim, clearly thing

Re: [Plplot-devel] Bug fix to plbuf.c

2015-06-14 Thread Phil Rosenberg
I agree that option 2 seems less "hacky" - it is directly addressing the problem with a clear solution rather than trying to bend the existing interface and further muddy the interface between the core and driver code. The only disadvantage of 2 is that things will break (compile or run time probl