Am 27.04.2013 um 09:33 schrieb Marnaud <[email protected]>: > Greetings, > > I'd like to put a text field in the title bar, over the existing title, when > the user clicks the title bar. Before wasting my time, I'd like to know if > it's possible, with the MBS plugin: > 1: to get an event when the user clicks the title bar
If you put a customNSViewMBS there you can have mouse events. > 2: to put a text field (or another control) in the title bar You can put a NSTextFieldMBS there or a NSTextViewMBS. I think we have an example project for putting a control on title bar. It's not difficult. Just put them in the parent of the content view of the window. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
