Re: [Plplot-devel] plGetCursor

2015-01-29 Thread Phil Rosenberg
That's great, thanks for all the answers. Andrew I agree it's not the way you'd do it if you were writing a wxWidgets application. But I guess if, like the examples, you are writing a console application, then it gives you a mechanism to interact with the plot. Phil On 29 January 2015 at 02:15,

Re: [Plplot-devel] plGetCursor

2015-01-28 Thread Maurice LeBrun
On Wednesday, January 28, 2015 at 22:20:27 (+) Andrew Ross writes: > On Wed, Jan 28, 2015 at 10:59:04AM -0800, Alan Irwin wrote: > > On 2015-01-28 13:39- Phil Rosenberg wrote: > > > > > Hi All > > > I am trying to add the plGetCursor functionality into the wxWidgets > > > driver. It

Re: [Plplot-devel] plGetCursor

2015-01-28 Thread Andrew Ross
On Wed, Jan 28, 2015 at 10:59:04AM -0800, Alan Irwin wrote: > On 2015-01-28 13:39- Phil Rosenberg wrote: > > > Hi All > > I am trying to add the plGetCursor functionality into the wxWidgets > > driver. It will need to be implemented rather differently to before > > because of the separation be

Re: [Plplot-devel] plGetCursor

2015-01-28 Thread Alan W. Irwin
On 2015-01-28 13:39- Phil Rosenberg wrote: > Hi All > I am trying to add the plGetCursor functionality into the wxWidgets > driver. It will need to be implemented rather differently to before > because of the separation between the gui process and the calling > process. However, looking at the

Re: [Plplot-devel] plGetCursor

2015-01-28 Thread Arjen Markus
28, 2015 2:39 PM > To: plplot-devel@lists.sourceforge.net > Subject: [Plplot-devel] plGetCursor > > Hi All > I am trying to add the plGetCursor functionality into the wxWidgets driver. > It will need > to be implemented rather differently to before because of the separation &

[Plplot-devel] plGetCursor

2015-01-28 Thread Phil Rosenberg
Hi All I am trying to add the plGetCursor functionality into the wxWidgets driver. It will need to be implemented rather differently to before because of the separation between the gui process and the calling process. However, looking at the old implementation, the documentation and the examples la