Re: more iOS questions

2012-10-31 Thread J. Landman Gay
On 10/31/12 4:35 PM, J. Landman Gay wrote: On 10/31/12 10:19 AM, Lars Brehmer wrote: I now know about the on keyboardActivated on keyboardDeactivated handlers, but I can''t figure out how to use it. In some cases I want the app to slide up with the keyboard. I seemed to me that in that handler

Re: more iOS questions

2012-10-31 Thread J. Landman Gay
On 10/31/12 10:19 AM, Lars Brehmer wrote: I now know about the on keyboardActivated on keyboardDeactivated handlers, but I can''t figure out how to use it. In some cases I want the app to slide up with the keyboard. I seemed to me that in that handler I should set loc the bottom of the stack to

more iOS questions

2012-10-31 Thread Lars Brehmer
I am slowly getting there on this first iPad project, but things that should be fairly easy simply aren't for me. First the keyboard I now know about the on keyboardActivated on keyboardDeactivated handlers, but I can''t figure out how to use it. In some cases I want the app to slide up with 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

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 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

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: iOS questions

2012-10-17 Thread Monte Goulding
le stacks do you have to set notifications for each stack > in order to be able to respond to UIApplicationWillResignActiveNotification? > > Or can you set it once for the whole application? > > Thanks > > -- Mark > > > > > -- > View this message in conte

Re: iOS questions

2012-10-17 Thread Mark Smith
you set it once for the whole application? Thanks -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-questions-tp4656338p4656479.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: iOS questions

2012-10-16 Thread Colin Holgate
At the top of the icons section is a checkbox marked Prerendered Icon. Checking that will make it use your non-shine version. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: iOS questions

2012-10-16 Thread Mark Smith
x27;t have shine, messages, youtube, iTunes, appstore do have shine). For my icon image, it would be best without. Thanks -- Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-questions-tp4656338p4656458.html Sent from the Revolution - User mailing

Re: iOS questions

2012-10-14 Thread Monte Goulding
On 15/10/2012, at 2:10 PM, Mark Smith wrote: > Monte Goulding wrote >> on UIApplicationWillResignActiveNotification >> -- do your encryption here >> end UIApplicationWillResignActiveNotification > > I'm going to try: > > > on UIApplicationWillResignActiveNotification > close this stack > e

Re: iOS questions

2012-10-14 Thread Mark Smith
orientation. But clearly when you press home it sends a "closestack" message and shuts down the application. Strange how this would not be documented (unless I missed it)? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-questions-tp4656338p4656374.ht

Re: iOS questions

2012-10-14 Thread Mark Smith
Monte Goulding wrote > on UIApplicationWillResignActiveNotification >-- do your encryption here > end UIApplicationWillResignActiveNotification Thanks -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-questions-tp4656338p4656373.html Sent

Re: iOS questions

2012-10-14 Thread Monte Goulding
> Monte, what I want to do is encrypt the file (mergeAES) before the system > shuts down or hibernates. Essentially trap it and send a shutdown/close > stack request to myself so I can terminate in an orderly fashion. Doable? mergNotify "UIApplicationWillResignActiveNotification" on UIApplicati

Re: iOS questions

2012-10-14 Thread Mark Smith
message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-questions-tp4656338p4656371.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: iOS questions

2012-10-13 Thread J. Landman Gay
On 10/13/12 9:22 PM, Mark Smith wrote: 2. is there a tutorial around on how to add an application icon for an iPad program? It's a field in the iOS pane in standalone settings. Just choose a PNG from your hard drive. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperAct

Re: iOS questions

2012-10-13 Thread Monte Goulding
I don't think you can trap this event. Also I don't think there's a separate notification for this button as opposed to the system just going to sleep. But if you just want to know if the device is put to sleep eiher way with your app running then that's what mergNotify was invented for. You wan

iOS questions

2012-10-13 Thread Mark Smith
.nabble.com/iOS-questions-tp4656338.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription