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.
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 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).

Good luck!
Gautier


------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to