Re: [Plplot-devel] Redesigned wxWidgets Driver

2015-01-22 Thread Joost Kuckartz
Hello Phil, Alan, I remember the last time I used plplot and wxWidgets, and noticed I had difficulty including the wxWidgets driver into my own application. Certainly, the wxWidgets driver worked and the viewer worked through the examples, but the inclusion of plplot functions into my own projec

Re: [Plplot-devel] FindwxWidgets.cmake

2014-03-02 Thread Joost Kuckartz
Hello, In a previous conversation with Werner (which I noticed ended up not being sent to the plplot list) I can compile plplot with wxwidgets 3.0.0 without any problems. The problem is in cmake itself: the findwxwidgets there is not up to date yet (version 2.8.12 doesn't have the correct file y

Re: [Plplot-devel] wxWidgets-3.0.0 demo display incorrect

2013-12-10 Thread Joost Kuckartz
In reply to item 1 below:I found that this is error is specific to the use of wxGC in wxPLplotDemo.cpp. The reason that this error does not occur when running -dev wxwidgets is because most likely the wxPLplotwindow class in the bindings is outdated (the examples don't use the bindings, they use

Re: [Plplot-devel] wxWidgets-3.0.0 demo display incorrect

2013-12-10 Thread Joost Kuckartz
I would like to also ask: which wxPLplotwindow should normally be referred to when creating your own wxwidgets plplot apps? I noticed that updates to the wxWidgets driver are not common, but there are actually two versions of the wxPLplotwindow class.There is one located on trunk/bindings/wxwidg

[Plplot-devel] wxWidgets-3.0.0 demo display incorrect

2013-12-10 Thread Joost Kuckartz
Hello, 1.In the wxPLplotdemo example, the bottom half of the plot display is empty (see http://img197.imageshack.us/img197/5332/oqdv.jpg ). Having seen this in wxWidgets before I expect a sizer issue.When resizing the screen, it becomes worse (only the original visible size will stay visible, bu

[Plplot-devel] Minor mods (x04c.c, nmake install)

2013-12-10 Thread Joost Kuckartz
Hello, When compiling the x04c.c example, I received a compile error on line 131. Instead of symobols[0] = "";this line should readsymbols[0] = ""; Small error (and unfortunately I'm not authorized to commit, so I hope someone with commit authorization could fix this). Also, I wonder why the "nma

[Plplot-devel] Compiling plplot with wxWidgets-3.0.0

2013-12-03 Thread Joost Kuckartz
It looks simple to me: modify the cmake -DwxWidgets_LIB_DIR from the 2.8.12 path to the 3.0.0 path. I'm running cmake C:\plplot-trunk -G "NMake Makefiles" -DCMAKE_INSTALL_PREFIX:PATH="C:\Programming" -DwxWidgets_LIB_DIR=C:\wxWidgets-3.0.0\lib\vc_lib -DwxWidgets_CONFIGURATION=mswu -DBUILD_SHARE

[Plplot-devel] wxWidgets not detected through cmake

2013-10-30 Thread Joost Kuckartz
I had to recently update my computer OS, and have shifted from Windows XP to Windows 7. Additionally, I've shifted from Visual Studio 2010 to Visual Studio 2012. After installing and building wxWidgets and shapelib, I tried the procedure for compiling plplot (from svn trunk). The procedure I use

Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-08-10 Thread Joost Kuckartz
> "basic" corresponds to backend=0=wxBACKEND_DC (or fallback to that), > "AGG" corresponds to backend=1=wxBACKEND_AGG (_if_ the AGG library has > been installed so it doesn't fall back to wxBACKEND_DC), and wxGC (to > finally answer your question) corresponds to backend=2=wxBACKEND_GC > (_if_ the

Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-08-09 Thread Joost Kuckartz
> Hi Joost: > > Fixed as of revision 12475. Thanks very much for spotting this. > > One peculiar issue remains. (For background see > http://en.wikipedia.org/wiki/Even–odd_rule and > http://en.wikipedia.org/wiki/Nonzero-rule.) > > software@raven> examples/c/x27c -dev wxwidgets -eofill -drvopt

Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-08-08 Thread Joost Kuckartz
...@beluga.phys.uvic.ca > To: jkuckartz1...@hotmail.com > CC: plplot-devel@lists.sourceforge.net > Subject: RE: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets) > > On 2013-08-03 13:39+1000 Joost Kuckartz wrote: > > > By executing nmake, it compiled ALL the e

[Plplot-devel] Linking Shapelib on Windows error

2013-08-04 Thread Joost Kuckartz
It took me some effort to get PLplot to actually use Shapelib, but I followed the following steps: 1. Extract shapelib-1.3.0.zip to "C:\" 2. Copy CMakeLists.txt from PLPlot's directory "\plplot-trunk\cmake\build_projects\shapelib" to "C:\shapelib-1.3.0" 3. Executed: cmake C:\shapelib-1.3.0 -G

Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-08-02 Thread Joost Kuckartz
r a new plot, even though it's plotted on the same device? Joost > Date: Fri, 2 Aug 2013 22:33:33 -0700 > From: ir...@beluga.phys.uvic.ca > To: jkuckartz1...@hotmail.com > CC: plplot-devel@lists.sourceforge.net > Subject: RE: [Plplot-devel] PLfill function shifts 2 pixels (w

Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-08-02 Thread Joost Kuckartz
is it because wxwidgets only displays the last created page?)... The mail became quite long, but I hope it helps you to understand what I'm doing (and what issues I'm having). Regards, Joost > Date: Fri, 2 Aug 2013 09:33:07 -0700 > From: ir...@beluga.phys.uvic.ca > To: jk

Re: [Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-07-30 Thread Joost Kuckartz
My apologies for the non-descriptive mail below, but I was typing the mail and suddenly it was sent automatically... In any case, I am currently working on transforming (almost all) the examples into wxwidgets and while I was at example 12, I noticed some filling errors. Looking at example 25 (

[Plplot-devel] PLfill function shifts 2 pixels (wxwidgets)

2013-07-30 Thread Joost Kuckartz
http://imageshack.us/a/img14/4047/mruk.png (example 12) http://imageshack.us/a/img687/5489/xncq.png -- Get your SQL database under version control now! Version control is standard