Hi,
I use a smartclient 8.0 build from beginning of November. What I like to do is that if a user selects a value in a combo that the focus moves automatically to the next field. This is a great productivity improvement for experienced users of an app.
But I noticed that the _refocusFromPLMouseUp method calls focusInItem explicitly. This causes the focus to remain in the item itself. The _refocusFromPLMouseUp method is obfuscated so I can't really override it.
Is there a possibility to make this method more overrideable? Or even better to do the focus handling on selection of values in a separate overrideable method?
That would be great...
Thanks for your consideration!
gr. Martin
I use a smartclient 8.0 build from beginning of November. What I like to do is that if a user selects a value in a combo that the focus moves automatically to the next field. This is a great productivity improvement for experienced users of an app.
But I noticed that the _refocusFromPLMouseUp method calls focusInItem explicitly. This causes the focus to remain in the item itself. The _refocusFromPLMouseUp method is obfuscated so I can't really override it.
Is there a possibility to make this method more overrideable? Or even better to do the focus handling on selection of values in a separate overrideable method?
That would be great...
Thanks for your consideration!
gr. Martin
Comment