Received: by ATHENA-PO-3.MIT.EDU (5.45/4.7) id AA23186; Thu, 4 Apr 91 02:23:18 EST
Received: from munnari.OZ.AU by ATHENA.MIT.EDU with SMTP
	id AA19018; Thu, 4 Apr 91 02:23:00 EST
Received: from melba.bby.oz (via ditmela) by munnari.oz.au with SunIII (5.64+1.3.1+0.50)
	id AA21965; Thu, 4 Apr 1991 17:22:53 +1000 (from gnb%bby.oz.au@melba.bby.oz.au)
Received: from baby.bby.oz.au by melba.bby.oz.au (4.0/SMI-4.0/BBY)
	id AA28420; Thu, 4 Apr 91 16:03:56 EST
       (from gnb@bby.oz.au for bug-at%athena.mit.edu@munnari.oz)
Received: by baby.bby.oz.au (4.1/SMI-4.1)
	id AA13079; Thu, 4 Apr 91 16:03:53 EST
Message-Id: <9104040603.AA13079@baby.bby.oz.au>
To: bug-at@ATHENA.MIT.EDU
Subject: AtPlotter: displayed resource doesn't realy work???
Date: Thu, 04 Apr 91 16:03:50 +1000
From: Gregory Bond <gnb@bby.oz.au>

I have spent the last day or so experimenting with the AtPlotter, and
I don't think the displayed contraint resource is being used for
anything.  The only place it gets looked at is in the SetValues
routine where it forces a redraw if it changes, but the redraw code
etc never seems to look at it.

Am I right?

The reason this is useful is that when using Wcl to prototype
applications, you can't add the data until after the widget is created
(you use the WcCallback resource to execute a callback to attatch the
data).  This means the widgets complain about zero size at creation
time.  What I intended to do was create the widgets with
displayed=false, attatch the data, then set displayed=true.  Displayed
is ignored so I cant do it....   Damn.

Greg.
