Re: Chromebook apps?

2020-11-26 Thread prothero--- via use-livecode
Rick: Thanks. I’ve considered that. But my app is pretty complex. There is interactive maps plotting earthquakes, elevations, ages, etc, graphics capture and editing, writing, lots of complex actions that I think would require a major time investment to do on the web. It is actually something

scrollbars of treeview widget

2020-11-26 Thread Klaus major-k via use-livecode
Hi friends, FYI: I just created an enhancement request to make the scrollbars of the treeview widget a TAD wider, feel free to add a comment. Best Klaus -- Klaus Major https://www.major-k.de kl...@major-k.de

Re: scrollbars of treeview widget

2020-11-26 Thread Brian Milby via use-livecode
Very easy to implement. I would suggest a setting for the width. I think the intent was to mimic the look of the mobile scroller which isn’t normally grabbed. Sent from my iPhone > On Nov 26, 2020, at 9:18 AM, Klaus major-k via use-livecode > wrote: > > Hi friends, > > FYI: > I just

Re: Chromebook apps?

2020-11-26 Thread panagiotis merakos via use-livecode
Hello Richmond, >>so LiveCode builds for Android wouldn't run on them. LC supports both arm (armv7, arm64) and Intel (x86, x86_64) on Android. Kind regards, Panos -- On Thu, 26 Nov 2020 at 15:31, Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > Is a Chromebook app an

Re: scrollbars of treeview widget

2020-11-26 Thread Klaus major-k via use-livecode
Hi Brian, > Am 26.11.2020 um 15:26 schrieb Brian Milby via use-livecode > : > > Very easy to implement. OK, good to hear, please add this already to LC9.6.2 RC2. 8-) > I would suggest a setting for the width. I think the intent was to mimic the > look of the mobile scroller which isn’t

Re: Chromebook apps?

2020-11-26 Thread Richmond via use-livecode
Is a Chromebook app an Android app? Or, to put things another way . . . I thought I'd be clever and design something for kids at my school to use on their Android phones and tablets . . . Fantastic idea that foundered badly when I worked out that a lot of ANdroid tablets ran on INTEL chips

Re: Chromebook apps?

2020-11-26 Thread ELS Prothero via use-livecode
Thanks for the perspective, Jacque, Hmm, it could be venturing into a swamp for me, tho. Given the popularity of Chromebooks, it would be great if Livecode could be invested in support for them. In my own case, I need to be cautious about where I spend my effort. I’m a happily retired

Re: Chromebook apps?

2020-11-26 Thread J. Landman Gay via use-livecode
Android apps run in an emulator on Chromebooks. I forgot to mention that the emulator is only 32-bit so you have to build ARM 7 apps for Chromebook. I haven't needed to build an x86 app, my tests have all run okay on three different models. -- Jacqueline Landman Gay | jac...@hyperactivesw.com

RE: Chromebook apps?

2020-11-26 Thread Ralph DiMola via use-livecode
Haven't looked close at CBs but if it's x86 then an x86 build performance will be 8-10 times faster than an app running in an arm emulator. At least that's what I measured using an x86 Android tablet. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: Chromebook apps?

2020-11-26 Thread Kee Nethery via use-livecode
If you are deploying a single purpose system, for example voter registration or data collection or multiuser simulations/games, Chromebooks are the way to go. And I can see LiveCode as the software for those single purpose custom built systems. Kee Nethery > On Nov 26, 2020, at 9:19 AM, J.

Re: iOS notification app goes into background doesn't seem to work

2020-11-26 Thread Graham Samuel via use-livecode
Hi Mark - glad you got an explanation. I am still getting some anomalies in these notifications, and more importantly from my point of view I’m seeing problems with receiving sensor messages when the app goes into the background. Elanor thinks there is a bug there (tho so far unconfirmed -

Re: Chromebook apps?

2020-11-26 Thread Rick Harrison via use-livecode
Hi Bill, If you make your app a webpage instead by using a LiveCode Server, then everyone can just visit your website. It will run on all computers with web access, not just ChromeBooks. Good luck with whatever you decide to do! Rick > On Nov 26, 2020, at 12:52 AM, prothero--- via