/ Published in: Objective C
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
- (BOOL)canBecomeKeyWindow;
- (BOOL)canBecomeMainWindow;
- (BOOL)acceptsFirstResponder;
of NSView:
and the style mask during the initialization:
styleMask:(� your app specific other flags� | NSNonactivatingPanelMask)
URL: http://www.macosxguru.net/article.php?story=20070303105049331
Comments
 Subscribe to comments
                    Subscribe to comments
                
                