Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-07 Thread J. Landman Gay
On 6/7/11 5:58 AM, Roger Eller wrote: On Tue, Jun 7, 2011 at 12:34 AM, J. Landman Gay wrote: On 6/6/11 7:30 PM, Roger Eller wrote: It was previously reported on May 13, 2011, and flagged as 'Fixed' on June 1, 2011. http://quality.runrev.com/show_bug.cgi?id=9540 I added my comment that it i

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-07 Thread Roger Eller
On Tue, Jun 7, 2011 at 12:34 AM, J. Landman Gay wrote: > On 6/6/11 7:30 PM, Roger Eller wrote: > > It was previously reported on May 13, 2011, and flagged as 'Fixed' on June >> 1, 2011. >> http://quality.runrev.com/show_bug.cgi?id=9540 >> >> I added my comment that it is STILL upside-down, but th

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-06 Thread J. Landman Gay
On 6/6/11 7:30 PM, Roger Eller wrote: It was previously reported on May 13, 2011, and flagged as 'Fixed' on June 1, 2011. http://quality.runrev.com/show_bug.cgi?id=9540 I added my comment that it is STILL upside-down, but the QCC record is still closed. Do you have the dp release that came on

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-06 Thread Roger Eller
On Mon, Jun 6, 2011 at 12:17 PM, J. Landman Gay wrote: > On 6/5/11 5:00 PM, Roger Eller wrote: > > Have you heard anything on how the iOS/Android alignment is coming along >> at >> RunRev? >> > > Not really. The only info I have is that the team is swamped and working > like mad. Presumably they

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-06 Thread J. Landman Gay
On 6/5/11 5:00 PM, Roger Eller wrote: Have you heard anything on how the iOS/Android alignment is coming along at RunRev? Not really. The only info I have is that the team is swamped and working like mad. Presumably they are focusing mainly on all the bugs that affect *me*, but I'm not sure.

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-05 Thread Roger Eller
On Sun, Jun 5, 2011 at 1:53 PM, J. Landman Gay wrote: > On 6/5/11 10:47 AM, Roger Eller wrote: > > I am seeing some strange things. >> >> So, I have this in preOpenStack: >> >> if the environment is "mobile" then >> mobileSetAllowedOrientations "landscape right, portrait, portrait >> upsided

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-05 Thread J. Landman Gay
On 6/5/11 10:47 AM, Roger Eller wrote: I am seeing some strange things. The release notes say: -- Here orientations must be a comma-delimited list consisting of at least one of -- portrait, portrait upside down, landscape left and landscape right. So, I have this in preOpenStack: if the envir

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-05 Thread Roger Eller
On Fri, Jun 3, 2011 at 12:02 PM, J. Landman Gay wrote: > On 6/3/11 10:10 AM, Nonsanity wrote: > >> Am I wrong in thinking this command doesn't exist unless the stack is >> running in a mobile environment? In other words... >> >> on preOpenStack >> if the environment is "mobile" then >>

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-03 Thread J. Landman Gay
On 6/3/11 10:10 AM, Nonsanity wrote: Am I wrong in thinking this command doesn't exist unless the stack is running in a mobile environment? In other words... on preOpenStack if the environment is "mobile" then mobileSetAllowedOrientations "portrait" end if end preOpenStack ..

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-03 Thread Nonsanity
Am I wrong in thinking this command doesn't exist unless the stack is running in a mobile environment? In other words... on preOpenStack if the environment is "mobile" then mobileSetAllowedOrientations "portrait" end if end preOpenStack ...Will prevent errors when running in the I

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-03 Thread Roger Eller
On Fri, Jun 3, 2011 at 9:06 AM, Colin Holgate wrote: > It looks different to the syntax Jacque gave you. She wrote: > > I had the same issue until I remembered to set the allowed orientations in > preOpenStack: > mobileSetAllowedOrientations "portrait,portrait upside down,landscape > left,landsca

Re: [mobile:Android] mobileSetAllowedOrientations gives error

2011-06-03 Thread Colin Holgate
It looks different to the syntax Jacque gave you. She wrote: I had the same issue until I remembered to set the allowed orientations in preOpenStack: mobileSetAllowedOrientations "portrait,portrait upside down,landscape left,landscape right" On Jun 3, 2011, at 7:45 AM, Roger Eller wrote: > W

[mobile:Android] mobileSetAllowedOrientations gives error

2011-06-03 Thread Roger Eller
What is wrong with my syntax? I have this in my openStack handler. put mobileSetAllowedOrientations("landscape right") or put mobileSetAllowedOrientations("portrait, portrait upside down, landscape left, landscape right") I get this: stack "MyFirstAndroidApp": execution error at line 26 (Functio