> There is no feedback callback in Document like there is in Preferences. > Which is the way I was going to do it but then we wouldn't get feedback > until you start changing stuff (as I was going to set messages via the > input() callback). Incidentally, I think you were talking about an alternative way to go to get feedback. There is stuff in the xforms demo code examples about a pre-handler (rather than a post-handler). No timer needed, just triggered when you enter/leabve the xforms item. Way to go, I think (after 1.1.6). Angus