RE: [MBS] NSSearchFieldMBS, Howto catch MouseOver; howto setFocus?

2012-09-23 Thread Oliver Osswald
>> 1) How can I track a MouseOver on the Searchfield? > I have to add a new class which exposes such events. > So you can catch the events which the control doesn't eat itself. Thanks a lot! >> 2) How can I set the focus on the >> searchfield, programmaticaly from >> Realstudio? > call self.

Re: [MBS] NSSearchFieldMBS, Howto catch MouseOver; howto setFocus?

2012-09-23 Thread Christian Schmitz
Am 23.09.2012 um 10:53 schrieb Oliver Osswald : > 1) How can I track a MouseOver on the Searchfield? I have to add a new class which exposes such events. So you can catch the events which the control doesn't eat itself. > 2) How can I set the focus on the searchfield, programmaticaly from > Rea

[MBS] NSSearchFieldMBS, Howto catch MouseOver; howto setFocus?

2012-09-23 Thread Oliver Osswald
And one more time: I have implemented a CustomNSToolbarMBS based on the example 'Toolbar buttons.rbp' I use NSSearchFieldMBS (in your example subclassed as NSToolbarSearchField) to do a search against a database. 1) How can I track a MouseOver on the Searchfield? 2) How can I set the focus on th