how can i call a built in window? (About Window, Color Picker, etc.)... it seems i can only have full control over windows that are included as objects in my NIB...
for example, if i wanted to set a key equivalent to open the built in [NSColorPanel sharedColorPanel], how can i add the built in color panel (or color picker) as an outlet, or as an object to the NIB?
another example: if i remove the "About Application" menu item (and therefore have now automatic way to set a key equivalent), how do i call the built in About Window with a key event (without having to make my own)?
for example, if i wanted to set a key equivalent to open the built in [NSColorPanel sharedColorPanel], how can i add the built in color panel (or color picker) as an outlet, or as an object to the NIB?
another example: if i remove the "About Application" menu item (and therefore have now automatic way to set a key equivalent), how do i call the built in About Window with a key event (without having to make my own)?