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 create

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 > 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

Re: iPhone orientation problems

2010-07-26 Thread Matt Neuburg
On Mon, 26 Jul 2010 10:03:14 -0400, Eric Giguere 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 go around a problem

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 loade

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 interfac

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

Re: iPhone Orientation

2008-12-09 Thread Roland King
no longer a violation of the NDA provided you're discussing publicly released software, as the new NDA states; as far as I understand it. You may or may not have better luck over the iPhone dev forums, there's a couple of great people over there who are very good at answering the iPhone odd

Re: iPhone Orientation

2008-12-08 Thread Bruce Martin
Thanks for the answers. I was told that it was a violation of the NDA: >> Until an announcement is made otherwise, developers should be aware that the iPhone SDK is still under non-disclosure (section 5.3 of the iPhone Development Agreement). It can't be discussed here, or anywhere publicly. This

Re: iPhone Orientation

2008-12-08 Thread Ricky Sharp
On Dec 8, 2008, at 9:58 AM, I. Savant wrote: On Sat, Dec 6, 2008 at 12:19 PM, Bruce Martin <[EMAIL PROTECTED]> wrote: I'm not sure this is the right list but a search in the Archives returned no results for this question so that makes this question a simple one, or maybe no one else has ha

Re: iPhone Orientation

2008-12-08 Thread I. Savant
On Sat, Dec 6, 2008 at 12:19 PM, Bruce Martin <[EMAIL PROTECTED]> wrote: > I'm not sure this is the right list but a search in the Archives returned no > results for this question so that makes this question a simple one, or maybe > no one else has had an issue with it. The best place for detail

Re: iPhone Orientation

2008-12-08 Thread Roland King
have you looked at UIViewController at all? That's the generally recommended (in the documentation) way of controlling views and has all the methods required for telling you when orientations change, allowing you to say you do or do not want an orientation change and poking your view when i

Re: iPhone Orientation

2008-12-08 Thread Luke Hiesterman
The UIKit changes orientation for you if you respond YES to shouldAutoRotateToOrientation which is part of UIViewController. Luke Sent from my iPhone. On Dec 6, 2008, at 9:19 AM, Bruce Martin <[EMAIL PROTECTED]> wrote: I'm not sure this is the right list but a search in the Archives return

Re: iPhone Orientation

2008-12-08 Thread Dave DeLong
UIViewController has methods that are called to notify that the iPhone will, is, or has rotated: - (BOOL)shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation - (void)willRotateToInterfaceOrientation: (UIInterfaceOrientation)toInterfaceOrientationduration: (NST

iPhone Orientation

2008-12-08 Thread Bruce Martin
I'm not sure this is the right list but a search in the Archives returned no results for this question so that makes this question a simple one, or maybe no one else has had an issue with it. I am trying to get notifications that the orientation of the iPhone has changed, if it changed then I