Re: iOS forcing interface rotation

2011-11-13 Thread Björnke von Gierke
I'm not developing in iOS, but this intrigued me. It seems you can't force a reorientation (feature request?), but you can force a lock, by using the iphoneSetAllowedOrientations with a single entry, if the user then rotates the device, the new restrictions will be adhered after that point. Howe

Re: iOS forcing interface rotation

2011-11-12 Thread Scott Morrow
Hello Hugh, I don't believe LC provides a way to do this. At one point I created an animation that took over the screen and prompted the user to rotate the device. That was the best I could come up with. -Scott Morrow On Nov 10, 2011, at 7:46 AM, FlexibleLearning wrote: > Did anyone figure

RE: iOS forcing interface rotation (FlexibleLearning)

2011-11-10 Thread Frans
On 10.11.2011, at 19:00, use-livecode-requ...@lists.runrev.com wrote: > I am working with an iOS UI that allows portrait and landscape rotation on > one card but requires that the UI be presented in portrait on all other > cards. no matter what the actual device rotation is. The problem arises >

RE: iOS forcing interface rotation

2011-11-10 Thread FlexibleLearning
Did anyone figure how to do this? I need exactly the same thing: All stack windows are landscape, except 1 which must be portrait. How do we force an orientation change without requiring the user to physically rotate the device? Hugh Senior FLCo On Tue Aug 2 09:23:51 CDT 2011 Scott Morrow wrot

iOS forcing interface rotation

2011-08-02 Thread Scott Morrow
I am working with an iOS UI that allows portrait and landscape rotation on one card but requires that the UI be presented in portrait on all other cards… no matter what the actual device rotation is. The problem arises when leaving the card that allows landscape and going to a card that requir