Graham, I haven't had time to test yet but I think something changed in the latest version(s) of LC with regard to autorotate. I had to add the set allowed orientations to a very simple stack in order to get it to rotate correctly. I didn't need to add this before:
on preopenstack iphoneSetAllowedOrientations "Portrait,Portrait Upside Down,Landscape Left,Landscape Right" end preopenstack So at least put portrait in for allowed orientations and see if it goes away: iphoneSetAllowedOrientations "Portrait" -- Tom McGrath III http://lazyriver.on-rev.com [email protected] On Apr 25, 2012, at 11:56 AM, Graham Samuel wrote: > I don't think this is OT, since it's something arising from testing a > LiveCode project. While attempting to test my iOS app, I see this in the > System Log output. Can anyone say what it means, and if there is anything I > can do within LC to correct it? > >> The view controller <com_runrev_livecode_MCIPhoneStartupViewController: >> 0x8d9d7d0> returned NO from -shouldAutorotateToInterfaceOrientation: for all >> interface orientations. It should support at least one orientation. > > i thought at first it might be something to do with my Standalone settings, > but if so, I can't see what I've changed from earlier tests where this error > didn't appear. > > TIA > > Graham > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
