[ANN] This Week in LiveCode 129

2018-05-21 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #129 here: https://goo.gl/yo6mRp This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Web fonts

2018-05-21 Thread hh via use-livecode
> Peter B. wrote: > Crazy question, but is it possible to use a web font within a > internet-connected LiveCode application? Of course in a browser widget, but not for use in other LC objects. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Splash-stack apps on Google Play

2018-05-21 Thread Lagi Pittas via use-livecode
Hi Jacque, If your app is for a specific client/company do you put it on the Play Store still? Or is it an app for a company who wants to sell it? - Lagi On 20 May 2018 at 21:06, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Has anyone released an Android app on Goog

Re: Splash-stack apps on Google Play

2018-05-21 Thread J. Landman Gay via use-livecode
My client sells supplies to hospitals and the mobile app is part of a tracking system. We have been distributing the app from a web site but some users don't trust that and others don't understand why they need to enable "unknown sources" in prefs. It would be easier to distribute through the o

Re: Splash-stack apps on Google Play

2018-05-21 Thread Brian Milby via use-livecode
Would you need to go full “splash stack”? Could you have a “supplemental data” stack that is checked for/updated on launch and has data inside it to update any objects that need to be adjusted? On Mon, May 21, 2018 at 10:52 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote:

Re: Splash-stack apps on Google Play

2018-05-21 Thread Colin Holgate via use-livecode
At the time Mark thought there might be some LCB tweaks LiveCode might make to keep Google happy, but after the Google guys looked at a number of LiveCode apps, they concluded that they don’t seem to violate the new policy. Well, it was new 11 months ago when this came up last time!

Re: Splash-stack apps on Google Play

2018-05-21 Thread J. Landman Gay via use-livecode
That's great! Thanks for posting that Colin, I'm going to take the chance. I didn't know things had proceeded that far. Do you have any more details about the decision so we can avoid potential conflicts? How is the determination about noncompliance made? -- Jacqueline Landman Gay | jac...@h

LiveCode Builder syntax added to LiveCode SublimeText language module

2018-05-21 Thread Trevor DeVore via use-livecode
Hi all, Support for LiveCode Builder syntax has been added to the LiveCode SublimeText language module and I've created a new release - 0.5.0. This release adds support for navigating LCB handlers, syntax highlighting, and some snippets (use Tools > Snippets menu to see a list of available snippet

LC ImageToolbox_89_v170

2018-05-21 Thread hh via use-livecode
Uploaded an enhanced version of LC-ImageToolbox that has Matrix (Convolve up to 7x7) and ColorMatrix available. This does here on a medium fast machine (2.5 GHz Mac mini) a 5x5 convolve (e.g. Laplace filter) for a 1920x1080 image using LC 8 in 1 second, using LC 9 in 850 millisecs! You can easily

Re: Splash-stack apps on Google Play

2018-05-21 Thread Mark Waddingham via use-livecode
On 2018-05-21 17:51, J. Landman Gay via use-livecode wrote: My client sells supplies to hospitals and the mobile app is part of a tracking system. We have been distributing the app from a web site but some users don't trust that and others don't understand why they need to enable "unknown sources

Copying Text from Field In HTML5 app?

2018-05-21 Thread JOHN PATTEN via use-livecode
HI All, I have a little HTML5 project that creates some text data in a card field. I would like to let my user copy the text created in this field out the HTML5 app so that they can paste it into a spreadsheet in order to manipulate it. Can this be done using an HTML5 app? Thank you! John Patt

Re: Copying Text from Field In HTML5 app?

2018-05-21 Thread hh via use-livecode
> John P. wrote: > I have a little HTML5 project that creates some text data in a > card field. I would like to let my user copy the text created in > this field out the HTML5 app so that they can paste it into a > spreadsheet in order to manipulate it. > Can this be done using an HTML5 app? You c

LC & Java

2018-05-21 Thread Tom Glod via use-livecode
Hi folks, For whatever reason I really hate Java..;) and I've been avoiding it like the plaque. I would like to get over this because I will need it going forward to maximize my use of LC, Widgets & Browser content. Can anyone point me to a way that i can learn about how LC works with Java?

Re: LC & Java

2018-05-21 Thread Tom Glod via use-livecode
Ooopspremature send.Thank you for any links or ideas. On Mon, May 21, 2018 at 3:29 PM, Tom Glod wrote: > Hi folks, > > For whatever reason I really hate Java..;) and I've been avoiding it > like the plaque. I would like to get over this because I will need it > going forward to maxi

Re: LC & Java

2018-05-21 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > ...Browser...Java... Did you mean JavaScript? No relationship to Java other than a short-sighted marketing decision at Netscape 25 years ago. JavaScript is the language supported by all browsers. Java is an important language for server-side use, and occasionally some GUI

Re: LC & Java

2018-05-21 Thread Tom Glod via use-livecode
I totally meant JavaScript On Mon, May 21, 2018 at 6:31 PM, Richard Gaskin via use-livecode < use-livecode@lists.runrev.com> wrote: > Tom Glod wrote: > > > ...Browser...Java... > > Did you mean JavaScript? > > No relationship to Java other than a short-sighted marketing decision at > Netscape 25

Re: LC & Java

2018-05-21 Thread Brian Milby via use-livecode
The LiveCode cheat sheet for JavaScript is probably a good thing to look at. That will show some of the common syntax elements. On Mon, May 21, 2018 at 6:25 PM Tom Glod via use-livecode < use-livecode@lists.runrev.com> wrote: > I totally meant JavaScript > > On Mon, May 21, 2018 at 6:31 PM, Richar

Re: LC & Java

2018-05-21 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > I totally meant JavaScript For the complete beginner I've found the Head First series from O'Reilly good: http://shop.oreilly.com/product/0636920027065.do For intermediate scripters I love O'Reilly's "cookbook" series: http://shop.oreilly.com/product/0636920033455.do There's

how to clear residual garbage in a stack?

2018-05-21 Thread Neville Smythe via use-livecode
I am constructing a large stack as a test for a bug report (to report the slow saving of large stacks for a standalone Windows 10 app under LC 8.x). I start with a stack with a single card which saves as a 28 KB file. I then use a script to create 299 copies of card 1. The resulting stack saves

Re: LC & Java

2018-05-21 Thread Mark Wieder via use-livecode
On 05/21/2018 04:58 PM, Richard Gaskin via use-livecode wrote: Tom Glod wrote: > I totally meant JavaScript There's a ton of stuff on the web, but sorting the signal from the noise can be hard. I'm still fond of JavaScript: The Good Parts

Re: how to clear residual garbage in a stack?

2018-05-21 Thread Phil Davis via use-livecode
Neville, Use "compact stack" to get rid of space formerly used by now-deleted objects. See the docs. Phil Davis On 5/21/18 5:42 PM, Neville Smythe via use-livecode wrote: I am constructing a large stack as a test for a bug report (to report the slow saving of large stacks for a standalone

Re: LC & Java

2018-05-21 Thread Tom Glod via use-livecode
Thank you for the links and suggestions Gentlemen i will look at them and see how far i can get with my study of Livecode & Javascript together. I'm not sure what about it I have disliked. maybe i'll fall in love with it Thanks again On Mon, May 21, 2018 at 8:45 PM, Mark Wieder via use-

Crash when moving video window to external monitor pc

2018-05-21 Thread Jeff Reynolds via use-livecode
Just had a report of having an LC9 application crash on windows 10 home crash when a video window opened on the laptop screen is moved to the external. The application has a main window with the user interface and a daughter window that is just has a video player in it. app opens with both windo

Re: Livecode and Google Analytics?

2018-05-21 Thread Jose Enrique Montero via use-livecode
Hi Dan Friedman, Do you found a solution ? best regards. Jose 2018-02-15 14:37 GMT-04:00 Dan Friedman via use-livecode < use-livecode@lists.runrev.com>: > Greetings! > > Is there a method to implement Google Analytics in a LiveCode Mobile app? > Client wants to see the analytic data. > > -Dan

Re: Splash-stack apps on Google Play

2018-05-21 Thread J. Landman Gay via use-livecode
@Mark, thanks so much for your post, it helps. When you get a chance it would be great to get more detail about how to set up the RSA keys. I'm sure I won't be the only person here who needs this, so you'll be helping everyone. I think I can find out how to generate the keys, but I'm not quite

Re: Splash-stack apps on Google Play

2018-05-21 Thread Brian Milby via use-livecode
The dictionary entries that you want are "encrypt using rsa", "decrypt using rsa", and "messageDigest'. High level process... - Generate a public/private key pair - Package the file that you want to ensure is not tampered with - Generate a hash of the file (messageDigest) - Encrypt the hash with y

Re: Livecode and Google Analytics?

2018-05-21 Thread jbv via use-livecode
Hi Have you tried to include in your app a browser object that would load web pages with the necessary GA js script ? I know it's a brute-force strategy and that it would probably slow down the app a bit, but I don't have any better solution so far... Best, jbv On Tue, May 22, 2018 4:03 am, Jose

Re: how to clear residual garbage in a stack?

2018-05-21 Thread Richard Gaskin via use-livecode
Does your card contain a group with its backgroundBehavior set to true? If so, and if the cards are created with copy and paste, I believe you may find a large number of unplaced groups in the stack. In the IDE menus see Object -> Place Group If that submenu is long, you've found your culprit

Livecode Hosting and GDPR

2018-05-21 Thread jbv via use-livecode
Hi list, I have just emailed Livecode Hosting about the new General Data Protection Regulation (GDPR) effective in the EU starting May 25th 2018, asking if they're planing to send to their customers all necessary documents regarding hosting, backup and security for themselves and their affiliates C