Re: htaccess rewrite rule to https let my apps stop working

2017-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
T. Yes mod-rewrite is the way to go. What Matthias sent is how we are doing it. but for backwards compatibility in our apps I also include a function to replace http:// with https:// in any URL in our apps. BR ___ use-livecode mailing list

Re: Sending a message to users that floats above everything

2017-08-20 Thread Jonathan Lynch via use-livecode
Thanks Swami, I think you are right - but I really hate the way the answer dialog looks on Android. Sent from my iPhone > On Aug 20, 2017, at 11:21 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Jonathan: > > I don't think it is even/ever

Re: Sending a message to users that floats above everything

2017-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
Jonathan: I don't think it is even/ever possible to get something to "float"on top of a browser widget on Mobile. I wish/hope that I am wrong. On 8/20/17, 3:53 PM, "use-livecode on behalf of Jonathan Lynch via use-livecode"

Sending a message to users that floats above everything

2017-08-20 Thread Jonathan Lynch via use-livecode
What is the best way to send a message to users that floats above everything else, including browser widgets? I have been using "answer", "ask", and the mobile picker because they appear on top. However, these system dialogs are not always pretty, especially on Android. Is there another

Is tsnet always better?

2017-08-20 Thread Jonathan Lynch via use-livecode
LC gives us multiple ways to connect to online databases. Is TSnet always the best performing method? Sent from my iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Developing first on android

2017-08-20 Thread Monte Goulding via use-livecode
> On 21 Aug 2017, at 9:22 am, Brian Milby via use-livecode > wrote: > > > Ok, in that case, would the following work: > > > > On openStack > > Set the behavior of me to stack "parent" > > Set the behavior of stack "child" to me > > End openStack

Re: Developing first on android

2017-08-20 Thread Brian Milby via use-livecode
Ok, in that case, would the following work: On openStack Set the behavior of me to stack "parent" Set the behavior of stack "child" to me End openStack There may be some need to check that referenced stacks are open, but just did some experimenting to

Re: Developing first on android

2017-08-20 Thread Monte Goulding via use-livecode
> On 21 Aug 2017, at 5:48 am, Brian Milby via use-livecode > wrote: > > What about handlers?Stacks already call preOpenStack and related > handlers.Adding handlers that get called automatically would leave it as > script only but allow for post-load

Re: Filtering, Search and Fields on Mobile

2017-08-20 Thread Sannyasin Brahmanathaswami via use-livecode
I got my answer for this from an earlier project coded by Jacque if # user is searching and you show the controls then focus on fld "searchString" --jg: force mobile keyboard select after fld "searchString" highlightSelectedTab "search" else -- hide it focus on nothing end if

Re: Developing first on android

2017-08-20 Thread Brian Milby via use-livecode
What about handlers?Stacks already call preOpenStack and related handlers. Adding handlers that get called automatically would leave it as script only but allow for post-load initialization.I haven't looked to see what is already processed though. > > On

Levure update: Customizing builds

2017-08-20 Thread Trevor DeVore via use-livecode
Hi list, I made a screencast introducing a new features I've been working on for the Levure packager. Applications that are delivered to different target groups may have different distribution requirements. On macOS a common example is an application that is distributed through the developers

Levure update: Customizing builds

2017-08-20 Thread Trevor DeVore via use-livecode
Hi list, I made a screencast introducing a new features I've been working on for the Levure packager. Applications that are delivered to different target groups may have different distribution requirements. On macOS a common example is an application that is distributed through the developers