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.66.219.36 with SMTP id pl4mr46799820pac.2.1412245057094; Thu, 02 Oct 2014 03:17:37 -0700 (PDT) X-Received: by 10.140.102.110 with SMTP id v101mr97315qge.6.1412245056821; Thu, 02 Oct 2014 03:17:36 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!h18no578981igc.0!news-out.google.com!q8ni40qal.1!nntp.google.com!dc16no318398qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 2 Oct 2014 03:17:36 -0700 (PDT) In-Reply-To: <993f47a9-a666-43b2-a5d8-c84fe0b22142@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.128.185.17; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 86.128.185.17 References: <993f47a9-a666-43b2-a5d8-c84fe0b22142@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <298d6277-e6f7-49c7-80d9-748565f87997@googlegroups.com> Subject: Re: Gnoga - The GNU Omnificent GUI for Ada From: tonyg Injection-Date: Thu, 02 Oct 2014 10:17:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189301 Date: 2014-10-02T03:17:36-07:00 List-Id: On Thursday, 2 October 2014 03:54:17 UTC+1, David Botton wrote: > Today I added drag and drop support and a new Tutorial that demonstrates how to use drag and drop, it also uses fixed positioning of elements. Part of the user interface I am building involves the rooms in peoples house and devices which are placed in rooms. So in my UI the devices could potentially be dragged and dropped between rooms. I am sort of struggling in my imagination how I actually track which devices though are dragged and dropped to each room if you see what I mean, after studying your example. Another problem I have is that the App_Data type is generated at compile time when I want really to be able to populate this or even possible update it during the use of the web app. Forgive the pun, but do you have any pointers here :)