Re: Changing views from within another view

2008-07-03 Thread Cathy Shive
Hi Wayne, One way you could do this is to connect the control to the "First Responder" object in Interface Builder, instead of to the "File's Owner". This means that when the action is triggered, it will go to the window's first responder (probably the view at that point), and then move

Changing views from within another view

2008-07-03 Thread Wayne Pascoe
Hi all, I think I've hacked myself into a corner and I could use some advice / clarity in getting out of it. I am trying to build a tool that uses multiple views inside one window as well as additional windows when appropriate. The code for changing between views (changeViewController and