RE: [MBS] NSSearchFieldMBS, Action event: how to search only after Return key was pressed?

2012-09-23 Thread Oliver Osswald
> Not sure what the problem is here. The point is, that my method 'DoSearch' is called as expected when the user hits Return or Enter, but then this keystroke is still in the 'pipeline' when I display the resultset in a listbox. At that point usually the user selects a record using the arrow keys

Re: [MBS] NSSearchFieldMBS, Action event: how to search only after Return key was pressed?

2012-09-23 Thread Christian Schmitz
Am 23.09.2012 um 08:10 schrieb Oliver Osswald : > In the event handlers of that class I find only an action event, which fires > on each keystroke. But I want to search the database only after Return or > Enter key were pressed. You can in next plugins use keyUp event for this. > Now the proble