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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.62.81 with SMTP id x17mr29923115ich.10.1415595617981; Sun, 09 Nov 2014 21:00:17 -0800 (PST) X-Received: by 10.140.102.117 with SMTP id v108mr306qge.36.1415595617768; Sun, 09 Nov 2014 21:00:17 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!h15no1356607igd.0!news-out.google.com!m4ni0qag.1!nntp.google.com!u7no474851qaz.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 9 Nov 2014 21:00:17 -0800 (PST) In-Reply-To: <9fafbc62-0843-4ba3-b0c0-f906294b4d06@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.44.225.195; posting-account=vk6_JwoAAABkMyHO1YfdP69Hm3CpbdGR NNTP-Posting-Host: 108.44.225.195 References: <77ce9e26-2bdd-4703-b078-7d38433447f2@googlegroups.com> <9fafbc62-0843-4ba3-b0c0-f906294b4d06@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <428e1c63-e895-4371-b572-1b82264f5cd0@googlegroups.com> Subject: Re: Gnoga: control over borders with nested views From: Jeremiah Injection-Date: Mon, 10 Nov 2014 05:00:17 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:190412 Date: 2014-11-09T21:00:17-08:00 List-Id: On Sunday, November 9, 2014 11:10:24 PM UTC-5, David Botton wrote: > > Main_View.Create(Window); > > Parent_View.Create(Main_View); >=20 > Parent_View.Overflow (Gnoga.Gui.Element.Hidden); > -- This will cause the children to be "clipped" and contained in the = Parent_View >=20 > > Child1_View.Create(Parent_View); > > Child2_View.Create(Parent_View); >=20 > ... >=20 > Parent_View.Border_Radius(Radius =3D> "10%"); >=20 >=20 > That should get you started. >=20 Thank you. That does help. =20 > Also consider joining the gnoga list - https://lists.sourceforge.net/list= s/listinfo/gnoga-list I've been meaning to. I just need to figure out a good email for this stuf= f. I already really hate that my email address is public here and I couldn= 't find any info on how email addresses are displayed within the list inter= face. Mostly just OCD type stuff on my part. I just have to decide on a g= ood email name so I can move my posting here to it as well as join the gnog= a list.