Re: new way closing a stack in IOS 7

2014-02-10 Thread Alain Vezina
Hi Ender,

Thanks a lot.

I think this solution is a bit risky but I will try it on a test app.

Alain

Le 2014-02-07 à 11:59, Ender Nafi Elekcioglu endern...@keehuna.com a écrit :

 Hi Alain,
 
 I think what you’re asking is in fact *how to keep alive your app even in the 
 background*;
 then this is what you need:
 http://forums.runrev.com/viewtopic.php?f=49t=1#p95224
 
 And here is the answer of your second question:
 https://developer.apple.com/library/ios/documentation/userexperience/conceptual/MobileHIG/IconMatrix.html
 
 
 Best,
 
 ~ Ender Nafi
 
 
 From: Alain Vezina Alain Vezina
 Reply: Alain Vezina alain.vez...@logilangue.com
 Date: February 7, 2014 at 18:49:46
 To: use-livecode@lists.runrev.com use-livecode@lists.runrev.com
 Subject:  new way closing a stack in IOS 7  
 Hi All,  
 
 You know that in IOS 7 there is a way to pass from one app to another : you 
 double press the home button and all the active apps appear in a row, letting 
 you browse from one to another without closing anyone of them. If you want to 
 close any app of this row, you push it up.  
 
 So, I would like to find the way to do this in LC 6.5. I spent 2 hours in the 
 dictionary and in the tutorials without finding any clue for that question.  
 
 I am also wondering to what extend Apple obliges developers to be IOS 7 in 
 their apps : I am talking about background image, buttons shape, icons, 
 colors and so on.  
 
 Regards  
 
 Alain Vézina  
 Logilangue  
 514-596-1385  
 www.logilangue.com  
 ___  
 use-livecode mailing list  
 use-livecode@lists.runrev.com  
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:  
 http://lists.runrev.com/mailman/listinfo/use-livecode  
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: new way closing a stack in IOS 7

2014-02-10 Thread Michael Gruenthal
This remains unsupported for now, but will hopefully (re)appear as an option
at some point during the engine refactoring process. A checkbox was in the
standalone builder in the past but hidden. To enhance what your app can do
while suspended, take a look at http://mergext.com/home/mergbgtask/


On 2/10/14, 10:13 AM, Alain Vezina alain.vez...@logilangue.com wrote:

 Hi Ender,
 
 Thanks a lot.
 
 I think this solution is a bit risky but I will try it on a test app.
 
 Alain
 
 Le 2014-02-07 à 11:59, Ender Nafi Elekcioglu endern...@keehuna.com a écrit :
 
  Hi Alain,
  
  I think what you¹re asking is in fact *how to keep alive your app even in
 the background*;
  then this is what you need:
  http://forums.runrev.com/viewtopic.php?f=49t=1#p95224
  
  And here is the answer of your second question:
  
 https://developer.apple.com/library/ios/documentation/userexperience/conceptu
 al/MobileHIG/IconMatrix.html
  
  
  Best,
  
  ~ Ender Nafi
  
  
  From: Alain Vezina Alain Vezina
  Reply: Alain Vezina alain.vez...@logilangue.com
  Date: February 7, 2014 at 18:49:46
  To: use-livecode@lists.runrev.com use-livecode@lists.runrev.com
  Subject:  new way closing a stack in IOS 7
  Hi All,  
  
  You know that in IOS 7 there is a way to pass from one app to another : you
 double press the home button and all the active apps appear in a row, letting
 you browse from one to another without closing anyone of them. If you want to
 close any app of this row, you push it up.
  
  So, I would like to find the way to do this in LC 6.5. I spent 2 hours in
 the dictionary and in the tutorials without finding any clue for that
 question.  
  
  I am also wondering to what extend Apple obliges developers to be IOS 7 in
 their apps : I am talking about background image, buttons shape, icons,
 colors and so on.
  
  Regards  
  
  Alain Vézina  
  Logilangue  
  514-596-1385  
  www.logilangue.com
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:  
  http://lists.runrev.com/mailman/listinfo/use-livecode
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode
 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: new way closing a stack in IOS 7

2014-02-10 Thread Gerry Orkin
Or, for location:

keyUIBackgroundModes/key 
array 
   stringlocation/string 
 /array 


Gerry


On 11 Feb 2014, at 10:49 am, Gerry Orkin gerry.or...@gmail.com wrote:

 BTW if you need the app to keep playing sound (or tracking location etc) 
 you'll also need to add:
 
 keyUIBackgroundModes/key
 array
 stringaudio/string
 /array
 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: new way closing a stack in IOS 7

2014-02-07 Thread Ender Nafi Elekcioglu
Hi Alain,

I think what you’re asking is in fact *how to keep alive your app even in the 
background*;
then this is what you need:
http://forums.runrev.com/viewtopic.php?f=49t=1#p95224

And here is the answer of your second question:
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/MobileHIG/IconMatrix.html


Best,

~ Ender Nafi


From: Alain Vezina Alain Vezina
Reply: Alain Vezina alain.vez...@logilangue.com
Date: February 7, 2014 at 18:49:46
To: use-livecode@lists.runrev.com use-livecode@lists.runrev.com
Subject:  new way closing a stack in IOS 7 
Hi All, 

You know that in IOS 7 there is a way to pass from one app to another : you 
double press the home button and all the active apps appear in a row, letting 
you browse from one to another without closing anyone of them. If you want to 
close any app of this row, you push it up. 

So, I would like to find the way to do this in LC 6.5. I spent 2 hours in the 
dictionary and in the tutorials without finding any clue for that question. 

I am also wondering to what extend Apple obliges developers to be IOS 7 in 
their apps : I am talking about background image, buttons shape, icons, colors 
and so on. 

Regards 

Alain Vézina 
Logilangue 
514-596-1385 
www.logilangue.com 
___ 
use-livecode mailing list 
use-livecode@lists.runrev.com 
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences: 
http://lists.runrev.com/mailman/listinfo/use-livecode 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: new way closing a stack in IOS 7

2014-02-07 Thread Ender Nafi Elekcioglu
Hi Alain,

I think what you’re asking is in fact *how to keep alive your app even in the 
background*;
then this is what you need:
http://forums.runrev.com/viewtopic.php?f=49t=1#p95224

And here is the answer of your second question:
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/MobileHIG/IconMatrix.html


Best,

~ Ender Nafi


From: Alain Vezina Alain Vezina
Reply: Alain Vezina alain.vez...@logilangue.com
Date: February 7, 2014 at 18:49:46
To: use-livecode@lists.runrev.com use-livecode@lists.runrev.com
Subject:  new way closing a stack in IOS 7  
Hi All,  

You know that in IOS 7 there is a way to pass from one app to another : you 
double press the home button and all the active apps appear in a row, letting 
you browse from one to another without closing anyone of them. If you want to 
close any app of this row, you push it up.  

So, I would like to find the way to do this in LC 6.5. I spent 2 hours in the 
dictionary and in the tutorials without finding any clue for that question.  

I am also wondering to what extend Apple obliges developers to be IOS 7 in 
their apps : I am talking about background image, buttons shape, icons, colors 
and so on.  

Regards  

Alain Vézina  
Logilangue  
514-596-1385  
www.logilangue.com  
___  
use-livecode mailing list  
use-livecode@lists.runrev.com  
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:  
http://lists.runrev.com/mailman/listinfo/use-livecode  
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode