Path: utzoo!utgpu!watserv1!watmath!att!rutgers!cs.utexas.edu!uunet!clyde.concordia.ca!mcgill-vision!quiche!calvin!quiche!kriss From: kriss@quiche (Christian DUPONT) Newsgroups: comp.sys.next Subject: link between main menu and module's action method. Message-ID: <3654@calvin.cs.mcgill.ca> Date: 6 Jul 90 01:24:33 GMT Sender: kriss@quiche.cs.mcgill.ca Reply-To: kriss@quiche.cs.mcgill.ca (Christian DUPONT) Distribution: na Lines: 21 i am writting an App with a module. I included a Subclass of View in the windown 's class of that module. The module's goal is to create as many windows as the user request. D There are buttons in each window instance. I would like to connect those buttons to actions of the subclass of View discussed above. How can i do that ? when i connect the buttons to either first responder or File's Owner, none of the actions appear in the inspector Window.How to get these actions to be able to link them ? Another question: is it possible from the menu (main nib file) to run action methods defined in the module ? how to do it ? what s the trick ??? Thanx Christian. Ps: Most of the actions (defined in the subclass' module) involved must be start from buttons or from item of the menu.