On 2015-12-20 12:07- Phil Rosenberg wrote:
> Hi Laurent
> (Alan, please see my email below - I accidentally replied to Laurent
> instead of replying to all yesterday)
>
> I've just had a look and you can use plTranslateCursor to get the
> coordinates. This function is listed as part of the AP
On 2015-12-20 12:34- Arjen Markus wrote:
> Hi everyone,
> Alan and I are developing a new Fortran binding and we would like to
cooperate using patches rather than sending complete source files to
one another. However, I am experiencing weird problems with the "git
am" command. It simply doesn
Hi phil,
Thanks you to waste time on my problem.
I have try something like this
void FenetreCourbe::OnLeftDown(wxMouseEvent& event)
{
PLGraphicsIn g;
wxPLplotstream* pls = GetStream();
// pls->adv(0); uncomment this line does not change result
g.dX = event.GetX();
g.dY =
Hi everyone,
Alan and I are developing a new Fortran binding and we would like to cooperate
using patches rather than sending complete source files to one another.
However, I am experiencing weird problems with the "git am" command. It simply
doesn't apply the patches. This may have to do wit
Hi Laurent
(Alan, please see my email below - I accidentally replied to Laurent
instead of replying to all yesterday)
I've just had a look and you can use plTranslateCursor to get the
coordinates. This function is listed as part of the API on p181 of the
documentation, but it doesn't seem to be d