06-18-2007 11:35 AM
06-18-2007 11:41 AM
06-18-2007 11:44 AM
Doug,
If I understand your request correctly, I would be bracing myself for some negative feedback. The mouse sitting over a control I am trying to edit can be quite anoying because it obscures the view of what you are trying to enter.
Have you concidered using the "enter" or "return" keys?
Just trying to help!
Ben
06-18-2007 11:48 AM
06-18-2007 11:52 AM
06-18-2007 12:05 PM
06-18-2007 12:05 PM
06-18-2007 12:11 PM
06-18-2007 12:25 PM
Update while typing only works for string controls. I've wanted a way to do that with numerics in the past but couldn't get it to work without unsetting and resetting keyboard focus. The 'synchronous display' option does not do this. Enabling this updates the display every time the control changes instead of dropping some of the updates.
For your situation, I would use a "Panel Close?" filter event and change the keyboard focus in this event before saving the values to file. This way the cursor will move and whatever control it was in as the user closed the panel will be updated before you save the value.
06-18-2007 12:32 PM