I have a simple Dialog Box having an entry field ( one line ) a default "Find" button, and a Cancel button.
When I instantiate this dialog as modal, if I hit ENTER while I am typing the Find button is activated, which is the desired behavior. When I instantiate it as modeless and hit ENTER while in the entry field the speaker beeps instead.
Has anyone any ideas what I have to do to get the same behavior in modeless mode as in modal?
thanks in advance