In my recent projects I use FormHandler - the class that solves tasks of handling hot keys, displaying load indicators and locking. I use this class for building client-side form classses. In this tutorial I reveal the class code responsible for processing hot keys and demonstrate examples of its usage.
Jun 22, 2008 | 0 comments | Posted in tutorials
In part I I've showed how I use my class FormHandler for processing hot keys in client-side forms. In this post I'm going to demonstrate the locking feature implemented in FormHandler.
Jun 24, 2008 | 0 comments | Posted in tutorials