Re: Getting Orientation Enforced on Phone

2018-04-24 Thread Sannyasin Brahmanathaswami via use-livecode
Eureka! Montes been busy, but keeping quiet https://quality.livecode.com/show_bug.cgi?id=19465 BR: just completed test. I tried "go letting" to stack mobileSetAllowedOrientations "portrait,portrait upside down,landscape left,landscape right" just before closing in

Re: Getting Orientation Enforced on Phone

2018-04-14 Thread Sannyasin Brahmanathaswami via use-livecode
BR: just completed test. I tried "go letting" to stack mobileSetAllowedOrientations "portrait,portrait upside down,landscape left,landscape right" just before closing in and opening the next stack. No go an Android. Next I wondered by the portrait turn up portrait in iOS? Well I look

Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Sannyasin Brahmanathaswami via use-livecode
Monte: "there is a God in LC Universe!" 9.0.1 I can live with that.. hopefully sooner than later. If you don’t there soon I will be forced to a horrible notice "Please turn phone" and end of change of stacks. Like Ralph said "using wait is madness" (but using wait is for a different

Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Brian Milby via use-livecode
In my MobileProfile demo app it seems to respect the lock properly on iPhone (can only user lock to portrait). Sounds like something that would be good to do additional testing on. Is there any way to test pre-release engine changes on iOS? On Fri, Apr 13, 2018 at 8:54 PM Monte Goulding via

Re: Getting Orientation Enforced on Phone

2018-04-13 Thread Monte Goulding via use-livecode
> On 14 Apr 2018, at 10:45 am, Ralph DiMola via use-livecode > wrote: > > To fix this right we need: > 1) mobileSetAllowedOrientations should be just that. This should be a end > user rotation permissions. I have had a brief look at this worked out what needs

RE: Getting Orientation Enforced on Phone

2018-04-13 Thread Ralph DiMola via use-livecode
10, 2018 10:40 PM To: How LiveCode Cc: Sannyasin Brahmanathaswami Subject: Getting Orientation Enforced on Phone # using this method to change stack go cardOrStackObject # e.g go "gems" (or this string) go card 3 of "gems" wait 100 milliseconds with messages close sta

Getting Orientation Enforced on Phone

2018-04-10 Thread Sannyasin Brahmanathaswami via use-livecode
# using this method to change stack go cardOrStackObject # e.g go "gems" (or this string) go card 3 of "gems" wait 100 milliseconds with messages close stack oStackName wait 100 milliseconds with messages # don't try to go in same window method ( we used "set the fullscreenmode of this