Your message dated Fri, 28 Sep 2007 19:09:20 +0100
with message-id <[EMAIL PROTECTED]
and subject line database of real estate agents
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: sciplot-dev
Version: 1.36-8   

Some old sciplot-using code of mine compiles without warning but says

> Error: attempt to add non-widget child "DropSiteManager" to parent
> "plotonline" which supports only widgets

when I compile it using a modern sciplot.

The error seems to occur within the last statement in this sequence:

  toplevel = XtAppInitialize(&app_con, "SciPlot",
                             NULL, 0, &argc, argv, NULL, NULL,
                             0);
  dummy =
    XtVaCreateManagedWidget("dummy",
                            /* sciplotWidgetClass, toplevel, */
                            coreWidgetClass, toplevel,

                            XtNchartType, (polar_plot
                                           ? XtPOLAR
                                           : XtCARTESIAN),
                            XtNdegrees, True,
                            XtNwidth, 1,
                            XtNheight, 1,
                            XtNplotTitle, title,
                            XtNxLabel, xlabel,
                            XtNyLabel, ylabel,
                            XtNshowLegend, False,
                            XtNxLog, xlog,
                            XtNyLog, ylog,

                            XtNdrawMajor, False,
                            XtNdrawMinor, False,

                            NULL);

  XtSetMappedWhenManaged(toplevel, False);

  plot = SciPlotDialog(toplevel, title);

If the same source is compiled on potato, with sciplot 1.36-3, it runs
fine.  The resulting executable runs fine even on a frozen machine
with 1.36-8.


Also ... the example /usr/doc/sciplot-dev/examples/xyplot.c fails to
compile, because it cannot seem to

    #include <Xm/PushB.h>
    #include <Xm/MainW.h>

Please don't take ... my sciplot ... away.


--- End Message ---
--- Begin Message ---


1 million real estate agents on file. Special price for 
this Friday Sep 28 only $249. Contact me for more details

  [EMAIL PROTECTED]
  
  otherwise just send an email with delete in the sub.


--- End Message ---

Reply via email to