Re: More Long ID Differences

2018-05-20 Thread Brian Milby via use-livecode
Just pushed the updated code that manually creates the consistent long IDs. Not sure what to call them - they are still pretty much a long ID, in the same form as the long ID that is used for behaviors but derived differently. Bulk of the code for the stack is here:

Re: Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-20 Thread Sannyasin Brahmanathaswami via use-livecode
Awesome… thanks I think I will *finally* read the entire dictionary, bases in the LC Dict app that was done by someone in China? (in has no name attached to it) Tom… thanks for the "wait" tip. On 5/20/18, 9:23 AM, "use-livecode on behalf of Matthias Rebbe via use-livecode"

Re: Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-20 Thread Tom Glod via use-livecode
Just fyi..in a couple of things i needed i ended up sending the "StandaloneSaved" message in 2 or 3 seconds . because when i sent it right away, it interfered a little with the answer window that pops up. On Sun, May 20, 2018 at 4:10 PM, Mike Bonner via use-livecode <

Re: Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-20 Thread Mike Bonner via use-livecode
Hey that's cool! And it works well. On Sun, May 20, 2018 at 1:22 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > You could add a StandaloneSaved handler to your stack which is send to the > mainstack when it was saved as a standalone. > You could add the code for

Splash-stack apps on Google Play

2018-05-20 Thread J. Landman Gay via use-livecode
Has anyone released an Android app on Google Play that uses the splash-stack method to download the real working stack from a server? Was it rejected? My current project needs to provide instant updates in case there is a serious bug, and having an accessible stack on the server accomodates

Re: Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-20 Thread Matthias Rebbe via use-livecode
You could add a StandaloneSaved handler to your stack which is send to the mainstack when it was saved as a standalone. You could add the code for playing into that handler. Maybe easier than hacking the IDE? Regards, Matthias > Am 20.05.2018 um 05:29 schrieb Sannyasin Brahmanathaswami via

Re: How to handle a LSAH in user entered filename on mobile?

2018-05-20 Thread Klaus major-k via use-livecode
Am 20.05.2018 um 18:25 schrieb Klaus major-k via use-livecode : > > Hi friends, > > the subject says it all :-) well, obviously NOT, sorry, tiny typo in the subject, I am talking about the SLASH! 8-) > User entered a filename with a SLASH -> ddd/uuu.whatever >

How to handle a LSAH in user entered filename on mobile?

2018-05-20 Thread Klaus major-k via use-livecode
Hi friends, the subject says it all :-) User entered a filename with a SLASH -> ddd/uuu.whatever How should this be handled on mobile iOS/Android? Escape with a BACKSLASH? -> ddd\/uuu.whatever Replace with what? On the Mac this is obviously replaced with a colon -> ddd:uuu.whatever At least