Re: Setting the acceleratedRendering to true on startup on Android 7 and Android 8

2017-09-22 Thread Sannyasin Brahmanathaswami via use-livecode
Not only that… but I think we have other stacks where the wait is applied before accelerated rendering and it is stills stopping on exit/resume. I'm deep into refactoring… will get around to deploy again on devices in a day or so… will report back again then. J. Landman wrote: It's kind

Possible workaround for local constants in behaviors

2017-09-22 Thread Bob Sneidar via use-livecode
Hi all. I came up with a workaround for local constants in behaviors. It doesn't actually use constants. Instead I have an array of "constants" I set for a particular object. For example, in my customer stack properties, I have an array with key value pairs like so: cParentTable1:

Re: HTML5 and Copy and Pasting of graphics?

2017-09-22 Thread JOHN PATTEN via use-livecode
Thanks Richard! That works :) http://jpatten.on-rev.com/circletest1/circletest.html > On Sep 22, 2017, at 12:41 PM, Richard Gaskin via use-livecode > wrote: > > JOHN PATTEN wrote: > > > I am pretty sure

Re: How to offset placement of referenced images?

2017-09-22 Thread Jonathan Lynch via use-livecode
I have done this by putting the image inside a group with a locked rect. It worked quite well. Sent from my iPhone > On Sep 22, 2017, at 3:25 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > We need to occasionally Offset referenced images in their

Re: HTML5 and Copy and Pasting of graphics?

2017-09-22 Thread Richard Gaskin via use-livecode
JOHN PATTEN wrote: > I am pretty sure I did a copy and paste from card 2 to card 1 in a > HTML5 project. I may have been dreaming though :) > > I have two cards. First card has a button with this script: > > on mouseUp > copy grc "circle" of cd 2 > do paste > set the loc of last grc of cd 1 to

Re: Setting the acceleratedRendering to true on startup on Android 7 and Android 8

2017-09-22 Thread J. Landman Gay via use-livecode
It's kind of odd though, because the wait occurs before acceleratedRendering is set. I'm not sure how a prior wait could affect a command that hasn't happened yet. On 9/22/17 2:20 PM, panagiotis merakos via use-livecode wrote: Hi Jacque, Thanks for checking. Yes, it seems that the "wait" is

How to offset placement of referenced images?

2017-09-22 Thread Sannyasin Brahmanathaswami via use-livecode
We need to occasionally Offset referenced images in their frame. place a large image into a small rect; move that image internally so that a given area of the composition is focused/centered in the image area. I thought I knew how to do that, but today the method escapes me. Is it possible?

HTML5 and Copy and Pasting of graphics?

2017-09-22 Thread JOHN PATTEN via use-livecode
Hi All! I am pretty sure I did a copy and paste from card 2 to card 1 in a HTML5 project. I may have been dreaming though :) I have two cards. First card has a button with this script: on mouseUp copy grc "circle" of cd 2 do paste set the loc of last grc of cd 1 to 100,100 end mouseUp

Re: Setting the acceleratedRendering to true on startup on Android 7 and Android 8

2017-09-22 Thread panagiotis merakos via use-livecode
Hi Jacque, Thanks for checking. Yes, it seems that the "wait" is probably fixing things here. I also tested on a Pixel running Oreo. Best regards, Panos -- On Fri, Sep 22, 2017 at 7:48 PM, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > Panos: I just tested Swami's

Re: Setting the acceleratedRendering to true on startup on Android 7 and Android 8

2017-09-22 Thread J. Landman Gay via use-livecode
Panos: I just tested Swami's app on my Pixel running Oreo (Android 8) and acceleratedRendering seems to be working okay. There is a preOpenStack handler in the stack script: on preopenstack wait 100 milliseconds with messages set the fullScreenMode of this stack to "ShowAll" set the

Re: Moving on from 8.* to 9.*

2017-09-22 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks Panos you are awesome… appreciate the responsiveness. @ Richard. OK, downloading now.. I'm in. moving dev in 9 DP9. BR On 9/22/17, 2:30 AM, "use-livecode on behalf of panagiotis merakos via use-livecode"

Re: [ANN] Release 9.0.0 DP-9

2017-09-22 Thread panagiotis merakos via use-livecode
Hi Richard, My bad, this feature should have been phrased more clearly. Essentially, this is about the ability to support libURL syntax in an HTML5 standalone, such as `put ULR .. ` and `get URL ..`. This is the PR: https://github.com/livecode/livecode/pull/5751/files You can see the changes in

Re: [ANN] Release 9.0.0 DP-9

2017-09-22 Thread Richard Gaskin via use-livecode
panagiotis merakos wrote: > We are pleased to announce the release of LiveCode 9.0.0 DP-9. Thanks, Panos. It's looking good in my early work with it this morning. > - A liburl driver has been added that implements the liburl handlers > for http(s) urls. The driver calls javascript functions

Re: Scrolling Groups on Mobile - Show a little of what is below

2017-09-22 Thread Bob Sneidar via use-livecode
Not sure if that is an attibute of genius, but if it is, there are precious few of us in the world. ;-) Bob S > On Sep 21, 2017, at 20:13 , Sannyasin Brahmanathaswami via use-livecode > wrote: > > But following on Jacque's essay on user testing and "ruthless

Re: Moving on from 8.* to 9.*

2017-09-22 Thread panagiotis merakos via use-livecode
Hi all, The LC 9.0 DP-9 build, released today, has all the fixes of LC 8.1.x and 8.2.x. Best, Panos -- On Fri, Sep 22, 2017 at 12:03 AM, Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > DP9 should have the fixes from the 8 branch. Essentially any bug fix on > the 8.1

[ANN] Release 9.0.0 DP-9

2017-09-22 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.0.0 DP-9. Developer Preview Release = Warning: this is not a stable release. Please ensure that you back up your stacks before testing them. Getting the Release === You can get the