Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-27 Thread Matt Neuburg
On Mon, 26 Jul 2010 16:53:53 -0700, Jay Reynolds Freeman said: >Sorry I did not make clear; that was an excellent idea; I made one, it worked, and not only does the relevant code (just mentioned) look the same in my app, but also the connections between top-level objects in the nib files look the

Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-26 Thread Jay Reynolds Freeman
Thanks much to Matt ... On Jul 26, 2010, at 1:51 PM, Matt Neuburg wrote: > What do you mean "there is supposed to be a mechanism"? Do you mean the > normal nib-loading KVC-based setting out outlets? If so, there is not > "supposed" to be a mechanism; there *is* a mechanism. If that is what the

Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-26 Thread Matt Neuburg
On Mon, 26 Jul 2010 11:35:20 -0700, Jay Reynolds Freeman said: >Investigation revealed, however, that though the desired >instance of my subclassed UIViewController was in fact getting >loaded and some of its code is running, the IBOutlets that >I hooked up from the File's Owner in the second xib

Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-26 Thread Jay Reynolds Freeman
I have actually made a little progress on this, and hope no one minds if I ask for more advice. (Failing all else, this long message may help you sleep ...) First, as Matt suggested, I did set a breakpoint in the code -- and "shouldAutorotateToInterfaceOrientation" is indeed not being called. (A

Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-25 Thread Matt Neuburg
On Sun, 25 Jul 2010 05:21:44 -0700, Jay Reynolds Freeman said: > > >This code shows instrumentation to report the method call Instrumentation code can fail silently. How about just setting a breakpoint? My first step in a case like this would be breakpoint everything in your UIViewController sub

Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-25 Thread Jay Reynolds Freeman
On Jul 25, 2010, at 3:01 AM, Roland King wrote: > First off - post that piece of code, cut and paste it right out of the app > just incase you went and misspelled it, unlikely but, if you post it here we > can eliminate that possibility. This code shows instrumentation to report the method ca

Re: shouldAutorotateToInterfaceOrientation not being called ...

2010-07-25 Thread Roland King
First off - post that piece of code, cut and paste it right out of the app just incase you went and misspelled it, unlikely but, if you post it here we can eliminate that possibility. Second - type 'QA1688' into the documentation browser and read that technote, that gives several reasons that

shouldAutorotateToInterfaceOrientation not being called ...

2010-07-25 Thread Jay Reynolds Freeman
I posted about this in the CocoaTouch developer forum, with no response. I am bringing my problem here in the forlorn, last hope that someone who reads this newsgroup but not that forum knows something that will assist me. I am developing an iPad app under Xcode/IB/iPhone-simulator 3.2.2. (I hav