When should a task be used instead of putting the processing
into the event handler? A simple example of the max amount of
code to put into an event handler would be useful. The
bootcamp presentations show a filtering task that looks fairly
trivial so perhaps event handlers should do just about nothing
except set a few variables and call a command or two. The
example code seems to use that as a rough design rule also.
Ron
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When should a task be used instead of putting the processing
into the event handler? A simple example of the max amount of
code to put into an event handler would be useful. The
bootcamp presentations show a filtering task that looks fairly
trivial so perhaps event handlers should do just about nothing
except set a few variables and call a command or two. The
example code seems to use that as a rough design rule also.
Ron