Am 18.08.2013 um 21:22 schrieb William Koperwhats <[email protected]>:
> Can anyone give me advice on how I can put a small (16x16 pixel) canvas into > the Mac title bar? Please put a CustomNSViewMBS there. You can't move Xojo controls there as they expect a special view hierarchy. > WindowView.contentView.superview.addSubview(MiniControllerButton) here you add a subview which already is a subview of a view. This could crash or raise exception. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
