There would be a bit missing. How to register the gnoga label with the
data, and then the trigger pushing the text value (or indeed values) on the
gnoga label.

On Fri, Aug 7, 2015 at 9:36 PM, Jeffrey R. Carter <jrcar...@acm.org> wrote:

> On 08/07/2015 01:42 AM, tony gair wrote:
> >
> > Can there be a gnoga button, label or even select statement which as
> part of
> > it, displays the data from data held in a separate protected object, so
> that
> > when data is changed in the protected object then the screen is updated,
> > regardless of how many gnoga objects are linked to that protected object?
>
> Would this work:
>
> protected Merrimack is
>    procedure Set (Value : in Integer);
>    function Value return Integer;
>
>    entry Changed;
> private -- Merrimack
>    Item     : Integer := 0;
>    Modified : Boolean := False;
> end Merrimack;
>
>
> where the body of Set sets Modified to True, the barrier of Changed is
> "when
> Modified", and Changed uses 'Count to release any tasks blocked on it
> before
> setting Modified to False?
>
> --
> Jeff Carter
> "From this day on, the official language of San Marcos will be Swedish."
> Bananas
> 28
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list
>
------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to