Re: [Plplot-devel] wxWidgets initialisation bug

2012-07-03 Thread Andrew Ross
So not a vastly different version then. Does anyone on other platforms (e.g, different windows variants / OSX) see problems with the wxPlplotDemo example? Regards Andrew On Tue, Jul 03, 2012 at 02:35:52AM -0700, phil rosenberg wrote: > I'm on version 2.8.10 > > > > ___

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Andrew Ross
On Tue, Jul 03, 2012 at 11:25:45AM -0700, Alan Irwin wrote: > On 2012-07-03 13:21+0100 Andrew Ross wrote: > > > On Tue, Jul 03, 2012 at 11:05:17AM +0200, Sylwester Arabas wrote: > >> Hi Andrew, > >> > >> Thanks for your answer. > >> > >> On 03/07/12 10:05, Andrew Ross wrote: > >> > On Sat, Jun 30,

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Alan W. Irwin
On 2012-07-03 13:21+0100 Andrew Ross wrote: > On Tue, Jul 03, 2012 at 11:05:17AM +0200, Sylwester Arabas wrote: >> Hi Andrew, >> >> Thanks for your answer. >> >> On 03/07/12 10:05, Andrew Ross wrote: >> > On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote: >> >> In GDL (gnudatalangua

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Andrew Ross
On Tue, Jul 03, 2012 at 11:05:17AM +0200, Sylwester Arabas wrote: > Hi Andrew, > > Thanks for your answer. > > On 03/07/12 10:05, Andrew Ross wrote: > > On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote: > >> In GDL (gnudatalanguage) we use two "private" plplot functions: > >> p

Re: [Plplot-devel] wxWidgets initialisation bug

2012-07-03 Thread phil rosenberg
I'm on version 2.8.10 From: Andrew Ross To: phil rosenberg Cc: "plplot-devel@lists.sourceforge.net" Sent: Tuesday, 3 July 2012, 9:08 Subject: Re: [Plplot-devel] wxWidgets initialisation bug You could possibly be right. It might also be differences in i

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Sylwester Arabas
Hi Andrew, Thanks for your answer. On 03/07/12 10:05, Andrew Ross wrote: > On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote: >> In GDL (gnudatalanguage) we use two "private" plplot functions: >> plstrl and plP_mmpcy to get string width: >> ... >> Are there any "public" equiva

Re: [Plplot-devel] wxWidgets initialisation bug

2012-07-03 Thread Andrew Ross
You could possibly be right. It might also be differences in implementation between Windows and Linux. Does anyone else see this on other platforms / versions of wxwidgets? I'm using version 2.8.12.1. Regards Andrew On Fri, Jun 29, 2012 at 06:13:16AM -0700, phil rosenberg wrote: > Hi Andrew >

Re: [Plplot-devel] accessibility to plstrl & plP_mmpcy

2012-07-03 Thread Andrew Ross
Hi Sylwester, These functions are part of the internal API of plplot as you note and so are not guaranteed to be available to the user. In fact using -fvisibility=hidden enforces this (and hence shows up problems like yours). I don't think there is a sensible alternative in the current external