Re: iOS stand alone settings

2014-11-08 Thread Simon
Thank you as well Scott! Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-stand-alone-settings-tp4685405p4685583.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode maili

Re: iOS stand alone settings

2014-11-08 Thread Simon
Perfect Jacque! Exactly what I was looking for. Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/iOS-stand-alone-settings-tp4685405p4685582.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: iOS stand alone settings

2014-11-08 Thread J. Landman Gay
On 11/7/2014, 9:14 PM, Simon wrote: Hi Jacque, "The standalone builder does keep a record of the versions and other app settings as part of the stack properties..." So, is there a way to record CFBundleVersion 7.5.7 during the save as standalone for iOS mobile? Sure, I get save it as a custom

Re: iOS stand alone settings

2014-11-08 Thread Scott Morrow
Hello Simon, —> I have a locked field that, when clicked, manages version numbers —> for iOS mobile builds —> put your new version number into tNewVersion —> then update the standalone builder and your own customProperty —> at the same time —> assume “main” is the name of your mainstack -- upd

Re: iOS stand alone settings

2014-11-07 Thread Simon
Hi Jacque, "The standalone builder does keep a record of the versions and other app settings as part of the stack properties..." So, is there a way to record CFBundleVersion 7.5.7 during the save as standalone for iOS mobile? Sure, I get save it as a custom property, just how to read it? Simon

Re: iOS stand alone settings

2014-11-06 Thread Mark Talluto
On Nov 6, 2014, at 8:23 AM, ethanl...@gmail.com wrote: > Thanks for the response. Any pointers to where I can locate or discover the > object name? > > I am looking to move away from having two version numbers; > - one on the stand-alone setting screen and > - one in the application

Re: iOS stand alone settings

2014-11-06 Thread J. Landman Gay
On 11/6/2014, 10:23 AM, ethanl...@gmail.com wrote: Thanks for the response. Any pointers to where I can locate or discover the object name? I am looking to move away from having two version numbers; - one on the stand-alone setting screen and - one in the application setting screen

Re: iOS stand alone settings

2014-11-06 Thread ethanl...@gmail.com
Thanks for the response. Any pointers to where I can locate or discover the object name? I am looking to move away from having two version numbers; - one on the stand-alone setting screen and - one in the application setting screen Since the stand-alone setting version value

Re: iOS stand alone settings

2014-11-04 Thread J. Landman Gay
On 11/4/2014, 10:36 AM, ethanl...@gmail.com wrote: Is there a function or object that can be used to query an applications attributes like the version number set on the stand-alone application settings screen? A standalone mainstack can be queried like any other stack, so a script can just rea