Hi,
In VFP7 I've noticed a strange behavior. If readonly textbox gets a focus and you press a key eventually hold the key to let it auto repeat and fill the keyboard buffer, (mouse) cursor disappears or takes hourglass shape for a surprisingly long time. Many seconds on 2 GHz machine. During this period is program busy.
I understand that readonly textbox could (i) ignore keyboard buffer at all or (ii) discards its contents fully.
Does someone know what happens at that long time and how to avoid this situation. I don't like to give up of using readonly textboxes – they are better then disabled ones if one wants to prevent values to be changed by user.
Thank you, Toman
In VFP7 I've noticed a strange behavior. If readonly textbox gets a focus and you press a key eventually hold the key to let it auto repeat and fill the keyboard buffer, (mouse) cursor disappears or takes hourglass shape for a surprisingly long time. Many seconds on 2 GHz machine. During this period is program busy.
I understand that readonly textbox could (i) ignore keyboard buffer at all or (ii) discards its contents fully.
Does someone know what happens at that long time and how to avoid this situation. I don't like to give up of using readonly textboxes – they are better then disabled ones if one wants to prevent values to be changed by user.
Thank you, Toman