Re: [Gnoga-list] Fwd: Modal dialog box

2017-05-26 Thread Jeffrey R. Carter
On 05/26/2017 11:44 PM, Jeremiah Breeden wrote: > So even though I specifically use View_Base_Type in the public extension, the > private extension of View_Type is actually public as well? I was hoping that > client packages couldn't see into a private section of a package (well unless > they are

Re: [Gnoga-list] Fwd: Modal dialog box

2017-05-26 Thread Jeremiah Breeden
So even though I specifically use View_Base_Type in the public extension, the private extension of View_Type is actually public as well? I was hoping that client packages couldn't see into a private section of a package (well unless they are child packages). That's kinda stinky. On Fri, May 26,

[Gnoga-list] Gnoga in JavaFX, TIPS and TODO.

2017-05-26 Thread Pascal
Hello, Gnoga in JavaFX, a contribution from Jeremiah Breeden has been added. TODO and TIPS have been updated. Enjoy, Pascal. http://blady.pagesperso-orange.fr -- Check out the vibrant tech community on one of the world

Re: [Gnoga-list] Fwd: Modal dialog box

2017-05-26 Thread Jeffrey R. Carter
On 05/25/2017 11:51 PM, Jeremiah Breeden wrote: >type Dialog_Type is new Gnoga.Gui.View.View_Base_Type with private; > > private > >type Dialog_Type is new Gnoga.Gui.View.View_Type with record > Main_View : Gnoga.Gui.View.View_Access := null; >end record; Your derivation is publi