Fwd: Build problems with 9.6 [mostly fixed]

2020-06-23 Thread David V Glasgow via use-livecode
I never saw mail below reach the list, and received no replies, so I am trying again. Aside from thanks to Panos, I reported a new problem with an error “could not auto-detect inclusions or security categories because stack is password protected” when I don’t think it is password

Re: Build problems with 9.6 [mostly fixed]

2020-06-23 Thread panagiotis merakos via use-livecode
Hello David, This warning is thrown only if the stack (or a substack) is password protected. If a stack is password protected, then automatic inclusions are not expected to work. If the stack is not password-protected, and you still get that error, then this might be a bug. Could you file a

Platform Divergence

2020-06-23 Thread Jim Lambert via use-livecode
This year’s WWDC shows Apple is moving to a unified ‘system' for all their products: Mac, iPhone, iPad, Apple Watch, AppleTV. The Apple development environment promises to produce a single app capable of running on all, or almost all, of Apple devices. This unification promises to be quite

Re: Mobile Keyboard

2020-06-23 Thread Dan Friedman via use-livecode
Ralph, I had this same issue on a project. The problem is when the card/stack opens, LiveCode want to activate the first typable field it finds. If my old memory is correct, what I did was this: on preOpenCard set the lockText of fld "thisDarnField" to true end preOpenCard on

Re: Platform Divergence

2020-06-23 Thread Sean Cole (Pi) via use-livecode
I'm pretty convinced that, although some of the UI niceties won't be included initially, LC will be barely, if not completely, unaffected by this divergence (even with AppleStore complications). No more than we already have! Scrollbars always get me! Put a standard scrolling field on a mobile

Re: Platform Divergence

2020-06-23 Thread Richmond via use-livecode
A plastic bath-toy that dumbs everything down for the fashionistas and rich, slack-jawed morons. Vrey sad indeed. On 23.06.20 22:36, Stephen Barncard via use-livecode wrote: Got really depressed watching the presentation. On Tue, Jun 23, 2020 at 12:22 Paul Dupuis via use-livecode <

Re: Platform Divergence

2020-06-23 Thread Paul Dupuis via use-livecode
We make and sell a desktop application (Windows and macOS) for a niche research market. I expect when Apple does their migration to a common processor and OS, Apple Developer's will have to go through all of Apple hoops for all their platforms.Most of our customer don't care about UI widget

Re: Platform Divergence

2020-06-23 Thread Stephen Barncard via use-livecode
Got really depressed watching the presentation. On Tue, Jun 23, 2020 at 12:22 Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > We make and sell a desktop application (Windows and macOS) for a niche > research market. I expect when Apple does their migration to a common >

stacks panel in standalone application settings disabled

2020-06-23 Thread Mike Kerner via use-livecode
why would everything on the stacks panel of the standalone application settings be disabled? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God

Re: stacks panel in standalone application settings disabled

2020-06-23 Thread J. Landman Gay via use-livecode
On 6/23/20 2:34 PM, Mike Kerner via use-livecode wrote: why would everything on the stacks panel of the standalone application settings be disabled? It's disabled if you are building for mobile. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: stacks panel in standalone application settings disabled

2020-06-23 Thread Mike Kerner via use-livecode
uh, isn't that a problem if you have behaviors included and you need to add or remove some? On Tue, Jun 23, 2020 at 4:57 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > On 6/23/20 2:34 PM, Mike Kerner via use-livecode wrote: > > why would everything on the stacks

Re: Platform Divergence

2020-06-23 Thread Dev via use-livecode
Time to learn Swift and SwiftUI Sent from my iPhone > On Jun 23, 2020, at 1:44 PM, Richmond via use-livecode > wrote: > > A plastic bath-toy that dumbs everything down for the fashionistas and rich, > slack-jawed morons. > > Vrey sad indeed. > >> On 23.06.20 22:36, Stephen Barncard via

Re: Platform Divergence

2020-06-23 Thread Colin Holgate via use-livecode
Something they did show was a demo of a high end Intel CPU compiled game, and with Rosetta 2 the performance was good. I think it will be a few years before having to take advantage of native hardware will matter, and if LiveCode is built with Xcode, there is already a way to compile so that

datagrid delay hilite

2020-06-23 Thread Mike Kerner via use-livecode
i just put a new dg in a mobile app (was using the mergDGScroller before), and noticed that the auto-hilite is very fast, like so fast that the dg selects the row instead of recognizing that what you're really trying to do is scroll. has anyone resolved that? -- On the first day, God created the

Re: stacks panel in standalone application settings disabled

2020-06-23 Thread J. Landman Gay via use-livecode
Yeah. But you can disable the mobile build(s) and add the files and then re-enable mobile. Seems like the wrong interface but it works. On 6/23/20 4:11 PM, Mike Kerner via use-livecode wrote: uh, isn't that a problem if you have behaviors included and you need to add or remove some? On Tue,

Re: Platform Divergence

2020-06-23 Thread Dev via use-livecode
Presentation yesterday made a point of saying that apps DID NOT have to go through the Mac App Store. It will probably be like Catalina where the OS will warn, but there is an unobtrusive Open button that will let you run anything you want. Sent from my iPhone > On Jun 23, 2020, at 1:22 PM,

Mobile Keyboard

2020-06-23 Thread Ralph DiMola via use-livecode
I have a card with one focusable input field. How can I keep the keyboard from opening until the user taps into the field? I tried putting "focus on nothing"s in various places such as preopencard and opencard with no success? I think this has been discussed before. Was there ever a solution for