> Tom Sawyer: > i was wondering about this FXDataTarget stuff. that sets up an update > mechinism right? so the the GUI can 'pull' data from the app, as well as > push. seems to me such a pull strategy is lack lust. it requires > continual polling and potential delays. comments? what is there to say against pulling and pushing data? put queues and a signalling mechanism between UI and application and you're all set. the "delays" are then only for people who can't do something with their free time :) clemens