Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Maurice LeBrun
On Friday, August 31, 2012 at 16:07:06 (-0700) Jerry writes: > I would reverse the sort of implied preference that Alan states here, if I > understand correctly. I would say the primary zoom style would be to redraw > the plot with new (zoomed) axes. If the zooming only enlarges everything in >

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread phil rosenberg
Hi Alan Thanks for the suggestions. Using the environment variables seems to work for unicode, but not for the static linkage. When I refer to static linkage I mean linkage with the static/dynamic linked runtime library, rather than internal static linkage to generate a .lib rather than a .dll.

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Jerry
On Aug 31, 2012, at 8:55 AM, phil rosenberg wrote: > I find similar results to you on windows, however there seems to be something > that is making things unstable and after a few clicks or button presses the > cursor lines disapear and then the program quits. Not really sure what's > going on

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Jerry
On Aug 31, 2012, at 8:14 AM, Alan W. Irwin wrote: > Hi Phil: > > On 2012-08-31 04:35-0700 phil rosenberg wrote: > >> When you talk about zooming, are you referring to zooming in on a page - >> simply scaling everything up and showing only a portion of it > > Yes. > >> or are you talking abou

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread phil rosenberg
I think, yes that might have been what was happening. I've just tried it again with random key pressing and even heading your warnings it isn't entirely stable, however I do get key presses recognised on all three backends.   Anyway there is plenty of potential to add zoom type features to the wx

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread Alan W. Irwin
On 2012-08-31 07:04-0700 phil rosenberg wrote: > I think I've found the problem, but haven't properly solved it. >   > I am using -DCMAKE_CXX_FLAGS_RELEASE="/MT" and -DCMAKE_CXX_FLAGS_DEBUG="/MTd" > and the C versions of these flags to specify static linkage. I found that > adding /DNDEBUG to th

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Alan W. Irwin
Hi Phil: On 2012-08-31 08:55-0700 phil rosenberg wrote: > I find similar (x01c with -locate option) results to you on windows. That's a good start. > However there seems to be something that is making things unstable and after a few clicks or button presses the cursor lines disapear and then th

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread phil rosenberg
I find similar results to you on windows, however there seems to be something that is making things unstable and after a few clicks or button presses the cursor lines disapear and then the program quits. Not really sure what's going on.   Phil From: Alan W. I

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread Alan W. Irwin
Hi Phil: On 2012-08-31 04:35-0700 phil rosenberg wrote: > When you talk about zooming, are you referring to zooming in on a page - > simply scaling everything up and showing only a portion of it Yes. > or are you talking about changing the axes of a plot based on mouse clicks > and keyboard i

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread Arjen Markus
Hi Phil, it is probably better to append these flags to the existing values rather than resetting them. But my somewhat limited knowledge of CMake does not allow me to immediately come up with the proper sequence of commands. Regards, Arjen On 2012-08-31 16:04, phil rosenberg wrote: > I think I

Re: [Plplot-devel] Building examples on Windows

2012-08-31 Thread phil rosenberg
I think I've found the problem, but haven't properly solved it.   I am using -DCMAKE_CXX_FLAGS_RELEASE="/MT" and -DCMAKE_CXX_FLAGS_DEBUG="/MTd" and the C versions of these flags to specify static linkage. I found that adding /DNDEBUG to the release versions of the flags cured my problem.   Howeve

[Plplot-devel] unicode support patch for wingcc.c

2012-08-31 Thread phil rosenberg
Hi all I've just been trying to build plplot with unicode under windows. I noticed quite a few warnings with wingcc.c that didn't appear in the non-unicode build. A quick check showed that this was due to passing char* strings to unicode functions. Although these are only warnings I checked and

Re: [Plplot-devel] Plplot-devel Digest, Vol 75, Issue 15

2012-08-31 Thread phil rosenberg
When you talk about zooming, are you referring to zooming in on a page - simply scaling everything up and showing only a portion of it or are you talking about changing the axes of a plot based on mouse clicks and keyboard input?   I'd be interested in helping with the wxWidgets driver.   Phil M