ConcurrentModificationException

still getting these…did we ever get an answer as to what’s
causing this?

i’ve added some code to a few methods to write some diagnostic information
to a text field on the form; the information i’m displaying is simply “entering
[methodname]” and “leaving [methodname]”.

i hope i’m wrong, but it’s starting to look as though methods that are called when
the form is displayed (onShow) and when records change (onRecordChange)
are being called in some sort of threaded fashion??

in some cases, both methods are displaying the “entering” message before
either displays the “leaving” message!

if this is the case, my code is going to break. badly.

please let me know:

  1. does servoy call form methods in any certain order (when switching from
    designer mode to ‘user’ mode, or at solution startup)
  2. does servoy call methods before other methods are finished executing.
  3. if so, what can i do to stop this from happening
  4. is this the reason for the “concurrent modification” exceptions i’m getting?