Re: Getting custom urls to work on android

2016-01-31 Thread Terry Judd
Just checked on the forums to see if I could find anything relevant there. It seems to suggest that the only way to get custom urls to work on Android is to embed the url in a hyperlink in a webpage. This seems to work but is real pain as it means I need to create a separate page for every email th

Getting custom urls to work on android

2016-01-31 Thread Terry Judd
Hi there – I don’t seem to be able to get custom urls to work on android. I include these in emails to users and while I’m pretty sure they were working previously they now show up as plain text on my two test devices (both Samsungs). Any ideas on what might be the problem and how to fix it as I

Re: ANN: FlockOBoids

2016-01-31 Thread Roger Guay
Thank you very much, Alex. I don’t know how I managed to miss the previous versions of Boids over the years, but I would very much like to catch up on yours and others, if you run across them again. No hurry, of course. Our tax returns are due on April 15th and I need something to help me procr

Re: ANN: FlockOBoids

2016-01-31 Thread Alex Tweedly
Very nice, Roger - thanks. There have been a number of versions of 'Boids' posted to the list over the years - at least 5 now ! I just checked back, and my one (posted on the original version of revOnline, and misplaced during the upgrade) was sometime late in 2004 - and I'm pretty sure Andr

Re: LC 8, new pushbuttons

2016-01-31 Thread BNig
Hi Klaus, I don't see a way for the push button, but maybe you could use a navigation bar with just one item. It fires on mouseDown though and you have to fake the hilite/unhilite because it does not unhilite. You could use this script to experiment in the script of the navigation bar widget call

Re: Ken Burn's Effect Library for Livecode

2016-01-31 Thread Scott Rossi
There was a thread a while back about motion and parallax, and Colin Holgate shared a stack or two with a demonstration of that effect. On my blog, I posted an example of Malte Brill's technique of using a scroller to move large images along a single axis, which could likely be expanded to move in

Re: Ken Burn's Effect Library for Livecode

2016-01-31 Thread BNig
here is a stack that draws a graphic Those graphics were made using a livecode stack converting a bitmapped image into x,y coordinates. http://forums.livecode.com/viewtopic.php?f=7&t=22575#p116267 A little further up in that thread http://forums.livecode.com/viewtopic.php?f=7&t=22575#p116239

Re: Ken Burn's Effect Library for Livecode

2016-01-31 Thread William Prothero
> Brahmanathaswami: 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, as a narration continues. This might be more suitable for livecode. The animated drawing

Re: Ken Burn's Effect Library for Livecode

2016-01-31 Thread William Prothero
> Brahmanathaswami: 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, as a narration continues. This might be more suitable for livecode. The animated drawing

Fw: RE: Ken Burn's Effect Library for Livecode

2016-01-31 Thread Sannyasin Brahmanathaswami
Puzzle is working now. go stack url "http://dev.himalayanacademy.com/stacks/SivasHawaiiRev/SivasHawaiiRev.livecode” getting back to Ken Burns. On January 31, 2016 at 5:57:21 AM, Sannyasin Brahmanathaswami (bra...@hindu.org) wrote: see current iteration here go stack

Re: inserting Data into CustomProp array

2016-01-31 Thread Mark Wieder
On 01/30/2016 10:27 PM, Phil Davis wrote: On 1/30/16 9:05 AM, Mark Wieder wrote: -- get the entire array at once put the uEffects of image 1 into tArray And of course what you meant to say was: put the customProperties["uEffects"] of image 1 into tArray :-) Yeah, but hey... I was c

RE: Ken Burn's Effect Library for Livecode

2016-01-31 Thread Todd Fabacher
Hello BR, Any luck with the KenBurn's effects? We are looking into that and what is being called 2.5D effects in a LiveCode. Not sure Scott Rossi or any of the other great visual designers have looked into it yes. In effect is mixes Ken Burn's with parallax and can also gif animation to get fancy.

LC 8, new pushbuttons

2016-01-31 Thread Klaus major-k
Hi all, LC 8 looks just great, but maybe I am missing something? I want to use one of the new pushbuttons, but with text AND (svg) icon, is that possible? Or with another widget? I do not want a regular button with a (bitmap) icon. Thanks in advance! Best Klaus -- Klaus Major http://www.majo

Re: Graphic effects - Feather Edges of Rects

2016-01-31 Thread Tore Nilsen
You need to make the group with the object wider and taller than the object with the graphic effects in order to show the graphic effects “undisturbed”. You must also set the lockLoc (Lock size & position) of the group to true. Tore Nilsen > 31. jan. 2016 kl. 10.29 skrev Phil Jimmieson : > >

Re: Graphic effects - Feather Edges of Rects

2016-01-31 Thread Phil Jimmieson
I've seen clipping of graphic effects when the object with the effect is in a group. For example I had a round rect with a drop shadow with other objects placed inside it. When I grouped them, the drop shadow became clipped. I removed the drop shadow from the rect and applied it to the group in