> As an aside note. I was inadvertently doing UI stuff in non-UI threads and
> Pivot didn't break. Either I am lucky or Pivot is robust enough to take it
> ;-)
>

The former :-)  If you perform UI operations on a non-UI thread, you'll get
typical concurrency issues, which is to say: non-deterministic behavior.

-T

Reply via email to