Submitting to the Google Play Store

2019-08-19 Thread J. Landman Gay via use-livecode
Has anyone submitted a new app to the Play Store this month since the rules changed? A forum member can't do it: http://forums.livecode.com/viewtopic.php?f=53=33000=1=unread#p182392 Does anyone know why this might fail? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Scaling Imported Images

2019-08-19 Thread Bob Sneidar via use-livecode
I seem to remember some time ago there was a key combination so that when you sized an image, instead of cropping it, it would scale it. Am I imagining things? I can create a new scaled image in Preview, so no big deal. Bob S ___ use-livecode

Re: HTML5 Focus-Move-Resize v_100

2019-08-19 Thread hh via use-livecode
Sorry, the correct download link (if not from "Sample Stacks") is http://livecodeshare.runrev.com/stack/945/ The one below loses the stack name (downloads as "rev" only). > I wrote: > Download "HTML5 Focus-Move-Resize" > from "Sample Stacks" of the LC toolbar or > >

HTML5 Focus-Move-Resize v_100

2019-08-19 Thread hh via use-livecode
The stack shows simple methods how to resize and move a HTML5 standalone in the browser and how to focus a field so that you can start typing at startup without first clicking in a field. Moving a stack window has to be done by JavaScript, the script is in the stack script. It is added to your

Re: [ANN] This Week in LiveCode 190

2019-08-19 Thread Lagi Pittas via use-livecode
Hi Panos Considering it was launched a couple of weeks ago https://filemaker.livecode.com/lcfm-native-1-0-launched/ The silence is deafening Either it went great or not as good as expected If you follow that site and see how much work has gone into LC for FM - we know why there has been very

Re: set the textColor

2019-08-19 Thread Stephen Barncard via use-livecode
We missed you, Richmond On Mon, Aug 19, 2019 at 09:12 Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > Neither with "floozy programming languages, nor with plain, simple > floozies. ;-) > > Let's just say I was a bit sleepy after 3 weeks holiday away from > LiveCode: just >

Re: set the textColor

2019-08-19 Thread Richmond via use-livecode
Neither with "floozy programming languages, nor with plain, simple floozies. ;-) Let's just say I was a bit sleepy after 3 weeks holiday away from LiveCode: just about as cheap as excuses go, but cannot right now think of a better one. Richmond. On 19.08.19 17:45, Dar Scott Consulting via

[ANN] This Week in LiveCode 190

2019-08-19 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 #190 here: http://bit.ly/2P3bDsE This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: set the textColor

2019-08-19 Thread Bob Sneidar via use-livecode
Just don't strand a pointer. :-) Bob S > On Aug 19, 2019, at 07:45 , Dar Scott Consulting via use-livecode > wrote: > > Have you had a dalliance with a floozy programming language that allows you > to do such things? ___ use-livecode mailing

Re: set the textColor

2019-08-19 Thread Dar Scott Consulting via use-livecode
Have you had a dalliance with a floozy programming language that allows you to do such things? > On Aug 17, 2019, at 3:51 PM, Richmond via use-livecode > wrote: > > A long time since I studied Logic. :-[ > > Richmond. > > On 17.08.19 23:00, Dar Scott Consulting via use-livecode wrote: >>

Re: set the textColor

2019-08-19 Thread Bob Sneidar via use-livecode
I take that back. You are trying to set the textColor of a string literal which of course you cannot do. Line n of old "fPROC" has to resolve to something before the textColor is set. But of course you can only do that to the field or a chunk of text in the field. Bob S > On Aug 19, 2019,

Re: set the textColor

2019-08-19 Thread Bob Sneidar via use-livecode
you are forcing the statement in parenthesis to resolve, so it becomes set the tectColor of n to "red" which of course is nonsense. Bob S > On Aug 17, 2019, at 12:42 , Richmond via use-livecode > wrote: > > setthetextColorof(line XOUNT offld "fPROC") to"red" > > Disnae wark . . . > >