iPad retina weirdness???

2012-10-25 Thread Lars Brehmer
So, after Colin and others solved my iOS simulator problem a few weeks ago, I have now tried to sideload the app into my iPad and take a look. The stacks are, at least I believe, the correct size for the retina display, accounting for the status bar, and are 1536 X 2008. All of the graphics were

Re: iPad retina weirdness???

2012-10-25 Thread Andrew Henshaw
Ive seen similar behavior when using an unlock screen command when the screen is not actually locked. If you are using unlock screen command, try adding a check to see if the screen is actually locked. if the screen is locked then -- your unlock screen command end if Hopefully this is the p

Re: iPad retina weirdness???

2012-10-25 Thread Guglielmo Braguglia
Hi Lars, have you called the "iphoneUseDeviceResolution true, true" function (/... see the dictionary/) ? Guglielmo On 25.10.2012 23:54, Lars Brehmer wrote: So, after Colin and others solved my iOS simulator problem a few weeks ago, I have now tried to sideload the app into my iPad and tak

Re: iPad retina weirdness???

2012-10-26 Thread Pierre Sahores
And else, did you take care to rezise all the possible groups containing controls in your app ? Le 25 oct. 2012 à 23:54, Lars Brehmer a écrit : > So, after Colin and others solved my iOS simulator problem a few weeks ago, I > have now tried to sideload the app into my iPad and take a look. > >

OK, two basic iOS questions (formerly iPad retina weirdness)

2012-10-26 Thread Lars Brehmer
Sorry if anybody reacted to this! I finally found the "iphoneUseDeviceResolution true" function, and now it looks just like I meant it to look! But the fact that I asked really underscores how behind I am on the learning curve of using liveCode for iDevices! So my app looks very nice indeed, b

Re: OK, two basic iOS questions (formerly iPad retina weirdness)

2012-10-26 Thread Guglielmo Braguglia
Hi Lars, happy that you found iphoneUseDeviceResolution :-) So, about iOS scrolling, see this discussion on the forum : http://forums.runrev.com/viewtopic.php?f=49&t=13141 ... about the keyboard ... nothing in iOS is automatic... you have to do manually, eg. grouping the controls and moving u

Re: OK, two basic iOS questions (formerly iPad retina weirdness)

2012-10-26 Thread Dr. Hawkins
On Fri, Oct 26, 2012 at 6:21 AM, Lars Brehmer wrote: > I have a scrolling list field which when the desired line is reached, mouseUp > on it performs the >desired operation. I found the iosScroller keyword and the BeginDecelerate and >EndDecelerate, >but unfortunately I couldn't figure out how t

Re: OK, two basic iOS questions (formerly iPad retina weirdness)

2012-10-26 Thread J. Landman Gay
On 10/26/12 11:45 AM, Dr. Hawkins wrote: On Fri, Oct 26, 2012 at 6:21 AM, Lars Brehmer wrote: I have a scrolling list field which when the desired line is reached, mouseUp on it performs the desired operation. I found the iosScroller keyword and the BeginDecelerate and EndDecelerate, but unfo