Re: Fade In and Out Using Blend Level: Performance Issues

2016-02-01 Thread Scott Rossi
Are you saying you can't use "dissolve"? It works on iOS, but if you can't use it on Android, you might have to use a less preferred transition. In an attempt to keep things snappy in my own stacks, I usually set the effectRate to 1000 along with dissolve very fast. Most of the time, I leave acc

Using [ Control "SomeImageName" ] VS [image "SomeImageName"]

2016-02-01 Thread Sannyasin Brahmanathaswami
I using some scripts lately where it seems convenient to do something like this: global gCurrentHiddenControl, gCurrentShowingControl # then: command fadeOutCurrentControl pSpeed put (the blendlevel of control gCurrentShowingControl) +1 into tLevel set the blendlevel of control gCurr

Fade In and Out Using Blend Level: Performance Issues

2016-02-01 Thread Sannyasin Brahmanathaswami
I am trying to overcome the limitations we face with Mobile where our transitions are Limited to for example on IOS only flip there is no dissolve or anything like that. So I am using the blend level of the object or an image in setting this up or down to try and emulate fade in and fadeout eff

Re: Graphic effects - Feather Edges of Rects

2016-02-01 Thread Devin Asay
> On Feb 1, 2016, at 11:53 AM, Howard Bornstein wrote: > > If you set the line size to 0, the outer glow disappears. For what kind of object? I tested it on a graphic object. Devin Devin Asay Office of Digital Humanities Brigham Young University _

Re: snapshot and animation capture

2016-02-01 Thread Matt Maier
Also, I switched from exporting to an image and just had it export straight to a file, then set the filename of the image to that file. The behavior of an image when it's got a direct snapshot in it, and when its filename is set, is not consistent. I skipped the voyage if exploration and just used

Re: Graphic effects - Feather Edges of Rects

2016-02-01 Thread Howard Bornstein
If you set the line size to 0, the outer glow disappears. On Mon, Feb 1, 2016 at 10:32 AM, Devin Asay wrote: > > > On Jan 30, 2016, at 9:02 PM, Terry Judd > wrote: > > > > On 31/01/2016 1:56 pm, "use-livecode on behalf of Sannyasin > > Brahmanathaswami" > bra...@hindu.org> wrote: > > > >> Does

Re: Graphic effects - Feather Edges of Rects

2016-02-01 Thread Devin Asay
> On Jan 30, 2016, at 9:02 PM, Terry Judd wrote: > > On 31/01/2016 1:56 pm, "use-livecode on behalf of Sannyasin > Brahmanathaswami" bra...@hindu.org> wrote: > >> Does anyone have any method to ³feather² the edges of a fld, rect or grc? >> >> Any inner glow or outer glow leaves a sharp edge o

Re: Ken Burn's Effect Library for Livecode

2016-02-01 Thread Sannyasin Brahmanathaswami
On January 31, 2016 at 12:51:18 PM, BNig (bernd.niggem...@uni-wh.de) wrote: I like it! Have you thought about, for some of this, using those whiteboard animations? They seem to draw attention. And I’ve seen another type where a hand brings in symbols, one by one

Re: Ken Burn's Effect Library for Livecode

2016-02-01 Thread Sannyasin Brahmanathaswami
On January 31, 2016 at 1:09:32 PM, Scott Rossi (sc...@tactilemedia.com) wrote: My *untested* opinion is that getting an actual Ken Burns effect natively in LC is going to be difficult, if not impossible. It would be great to see someone pull this off. But to accompli

Re: LC 8, new pushbuttons

2016-02-01 Thread Klaus major-k
Hi all, > Am 01.02.2016 um 11:20 schrieb Klaus major-k : > Hi Bernd, >> Am 01.02.2016 um 00:36 schrieb BNig : >> Hi Klaus, >> I don't see a way for the push button, > maybe they will add this later, if I fill out an enhancement request!? and feature requested:

[ANN] This Week in LiveCode 18

2016-02-01 Thread Peter TB Brett
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 #18 here: https://goo.gl/BA22ye This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Richmond gets into drag

2016-02-01 Thread RM
On 1.02.2016 11:53, [-hh] wrote: Richmond, 1. Can you "click through" the transparency to desktop on Linux? I couldn't manage that (what works on Mac/Win). I've just tried that, and, no, I cannot. 2. Be aware of a nasty resize problem with Linux + LC6. I'm using LC 7.1 (abandoned LC 6 when

Re: LC 8, new pushbuttons

2016-02-01 Thread Klaus major-k
Hi Bernd, > Am 01.02.2016 um 00:36 schrieb BNig : > > Hi Klaus, > > I don't see a way for the push button, maybe they will add this later, if I fill out an enhancement request!? > but maybe you could use a navigation > bar with just one item. > It fires on mouseDown though and you have to fake

Re: Richmond gets into drag

2016-02-01 Thread [-hh]
Richmond, 1. Can you "click through" the transparency to desktop on Linux? I couldn't manage that (what works on Mac/Win). 2. Be aware of a nasty resize problem with Linux + LC6. When you are done you could compare with a solution that's fast enough for Raspi (runs also, faster, on newer MacOS

Richmond gets into drag

2016-02-01 Thread RM
Well, that got your attention! So: I'm getting bogged down with a stack with a custom windowShape that I want to drag around my screen with grab-handles . . . So: In drag with grab-handles . . . . AND then I'm trying to work out a resize button. Richmond. _