From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.102.42 with SMTP id fl10mr22819155pab.45.1415592623862; Sun, 09 Nov 2014 20:10:23 -0800 (PST) X-Received: by 10.140.41.147 with SMTP id z19mr456686qgz.1.1415592623469; Sun, 09 Nov 2014 20:10:23 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!h15no1343876igd.0!news-out.google.com!u1ni1qah.0!nntp.google.com!i13no470662qae.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 9 Nov 2014 20:10:23 -0800 (PST) In-Reply-To: <77ce9e26-2bdd-4703-b078-7d38433447f2@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 References: <77ce9e26-2bdd-4703-b078-7d38433447f2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9fafbc62-0843-4ba3-b0c0-f906294b4d06@googlegroups.com> Subject: Re: Gnoga: control over borders with nested views From: David Botton Injection-Date: Mon, 10 Nov 2014 04:10:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:190410 Date: 2014-11-09T20:10:23-08:00 List-Id: > Main_View.Create(Window); > Parent_View.Create(Main_View); Parent_View.Overflow (Gnoga.Gui.Element.Hidden); -- This will cause the children to be "clipped" and contained in the Parent_View > Child1_View.Create(Parent_View); > Child2_View.Create(Parent_View); ... Parent_View.Border_Radius(Radius => "10%"); That should get you started. Also consider joining the gnoga list - https://lists.sourceforge.net/lists/listinfo/gnoga-list David Botton