Hi > >> On 02.08.2015, at 08:20, Gautier de Montmollin <[email protected]> wrote: >> >> Hello, >>> Hm probably missing a lot of information about how a gui works. >> Didn't look at your issue, but I can confirm that it takes quite some >> time to sort out how any GUI is working.
> Great! If you already need time to figure it out, then I will need forever^^. > >> Basically your pieces of code communicate with a black box whose you >> need to guess the behaviour. >> Mutatis mutandis (from experience with GWindows, the ancestor of Gnoga, >> and other UI systems), there are a few questions to sort out: >> >> Is the form closed when you send the data through OK ? >> In this case, you may want to reopen it over and over when you detect an >> erroneous data - loop needed there. > > I didn’t remove the loop so I think that there is still an endless loop until > the erroneous value > is removed/corrected. The only difference is that it is not directly visible. > >> I do it with GWindows and see also web forms doing that (marking in red >> the errors). >> >> If you can analyse the data entered in each field before sending the >> form it is even better (saw some Gnoga demos doing that IIRC). > > Probably worth taking a look. > >> Good luck! >> Gautier > > Thanks ------------------------------------------------------------------------------ _______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
