Re: [Gnoga-list] Console_IO.

2017-12-22 Thread Anh (TA) Vo
Hi Pascal, The length of the protected ring buffer is 100. Is it long enough for the general purpose. I would suggest to increase it to 256 or 512 if not doubling it. Anh Vo On Sun, Dec 17, 2017 at 1:03 PM, Pascal via Gnoga-list < gnoga-list@lists.sourceforge.net> wrote: > Hello, > > Add suppor

Re: [Gnoga-list] Grid panel parent's view.

2017-12-22 Thread Jeffrey R. Carter
On 12/22/2017 11:29 AM, Pascal via Gnoga-list wrote: > > After declaration of my view: >type Default_View_Type is new Gnoga.Gui.View.Grid.Grid_View_Type with > record > Label_Text : Gnoga.Gui.View.View_Type; > Click_Button : Gnoga.Gui.Element.Common.Button_Type; >end record;

[Gnoga-list] Grid panel parent's view.

2017-12-22 Thread Pascal via Gnoga-list
Hello, After declaration of my view: type Default_View_Type is new Gnoga.Gui.View.Grid.Grid_View_Type with record Label_Text : Gnoga.Gui.View.View_Type; Click_Button : Gnoga.Gui.Element.Common.Button_Type; end record; and creation of my objects: Gnoga.Gui.View.Grid.Grid_