Re: iPhone orientation problems

2010-07-27 Thread Eric Giguere
Hi Laurent No apologies please, your input did guide me in the right direction. The structure of my application was some kind of workaround of the problem where NavigationController cannot be loaded from a nib, at least not like the other type of controllers due to the fact that this guy

Re: iPhone orientation problems

2010-07-26 Thread Eric Giguere
Hi Matt Thanks for the advice. So, if I got it right, I have to remove the second controller from my main window nib file and put it elsewhere. Otherwise, it gets created at the same time as the other. I did that to go around a problem with the Navigation Controller. This guy doesn't get

Re: iPhone orientation problems

2010-07-26 Thread Matt Neuburg
On Mon, 26 Jul 2010 10:03:14 -0400, Eric Giguere eric.gigu...@videotron.ca said: Hi Matt Thanks for the advice. So, if I got it right, I have to remove the second controller from my main window nib file and put it elsewhere. Otherwise, it gets created at the same time as the other. I did that to

Re: iPhone orientation problems

2010-07-26 Thread Laurent Daudelin
On Jul 26, 2010, at 13:33, Matt Neuburg wrote: On Mon, 26 Jul 2010 10:03:14 -0400, Eric Giguere eric.gigu...@videotron.ca said: Hi Matt Thanks for the advice. So, if I got it right, I have to remove the second controller from my main window nib file and put it elsewhere. Otherwise, it

Re: iPhone orientation problems

2010-07-25 Thread Matt Neuburg
Everywhere, it is said that it should be handled automatically when adding the subview to the window but it doesn't seem to work, at least not with my controller layout. My experience is that you have to wait until the window's primary subview has itself rotated before you do any further

iPhone orientation problems

2010-07-24 Thread Eric Giguere
Hi all I've read a lot of articles on the subject but still could not figure out how to solve my issue. I have a multiview iPhone application. One of those views is a Navigation view of course controlled by a Navigation controller. The other view is a full screen image view, which is also the