Re: Design Challenge -- Round Corner mask on images

2016-03-28 Thread Alejandro Tejada
Hi All, By trial and error, (the worse kind of error) I finally find a script that mask an image using a vector graphic. Follow these steps to make it work. 1) create a new stack and import an image 2) over this image, draw a closed vector graphic using any drawing tool (including freehand or

Re: Border color of graphic

2016-03-28 Thread dunbarx
Hi. Go to the colors and patterns pane. Then you will find "text/Border". What this does is set the "borderColor" Craig Newman -Original Message- From: Sannyasin Brahmanathaswami To: How LiveCode Sent: Tue, Mar 29, 2016 12:01 am Subject: Border color of graphic I'm almost embarras

Re: Border color of graphic

2016-03-28 Thread p...@livecode.org
For a graphic object: foregroundColor (forecolor) = border colour backgroundColor (backColor) = fill colour I’m guessing you have the preference setting ‘Property Labels Are:’ set to ‘Name of LiveCode Property. You should see a tooltip showing the alternative ‘Description of option' if you hov

Border color of graphic

2016-03-28 Thread Sannyasin Brahmanathaswami
I'm almost embarrassed to ask: How do we set border color for a graphic object (round rectangle style) never used them much in the past, now I'm all about graphic UI. We have the line width, but I don't see border in the colors for a graphic in the inspector of LC8 DP16 ?

Re: Script Only Stack Architecture

2016-03-28 Thread Sannyasin Brahmanathaswami
  On March 28, 2016 at 4:01:47 PM, Matt Maier (bluebac...@gmail.com(mailto:bluebac...@gmail.com)) wrote: > Monte got annoyed that I did something like that instead of setting > behaviors. So it might be better to write behaviors in script-only stacks > and then set them onto the various contro

Re: Script Only Stack Architecture

2016-03-28 Thread Monte Goulding
Yes, it was the mix of code that should have an object scope and code that was fine to have a application wide scope that I was commenting on Matt. Sent from my iPhone > On 29 Mar 2016, at 2:46 PM, Richard Gaskin wrote: > > Matt Maier wrote: > > > Monte got annoyed that I did something like t

Re: Script Only Stack Architecture

2016-03-28 Thread Richard Gaskin
Matt Maier wrote: > Monte got annoyed that I did something like that instead of setting > behaviors. So it might be better to write behaviors in script-only > stacks and then set them onto the various controls, rather than > managing the controls all the way from the library stack(s). Behaviors

Re: Script Only Stack Architecture

2016-03-28 Thread Matt Maier
Monte got annoyed that I did something like that instead of setting behaviors. So it might be better to write behaviors in script-only stacks and then set them onto the various controls, rather than managing the controls all the way from the library stack(s). On Mar 28, 2016 18:54, "Sannyasin Brahm

Script Only Stack Architecture

2016-03-28 Thread Sannyasin Brahmanathaswami
Yay! my GUI designs are in from the eye candy team so we can start cooking. I'm looking closely at script only stacks. Mark's blog was simple enough "They are just text files." I've installed Atom here. Can you check/amend my assumptions here? Of course I can test this myself, but if others a

Re: Sage and Email problems..?

2016-03-28 Thread Richard Gaskin
Paul wrote: > Is it just me or is anyone else having a bit of a problem with email > on the Sage server…? I don't know about Sage, but I've sent four posts to this list over the last 24 hours and so far only my test message (ironically enough) has gotten through. Seems like some sort of serve

Sage and Email problems..?

2016-03-28 Thread PystCat
Is it just me or is anyone else having a bit of a problem with email on the Sage server…? Thanks Paul ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

iOS and Google GCM

2016-03-28 Thread Ralph DiMola
While I was looking at the Android setup for push notifications I discovered that the Google GCM supports both Android(via package name) AND iOS(via Bundle ID). The iOS lessons(2014) and the Android(2013) lessons appear very different on the server side. It would nice to use 1 server side codebase.

Re: [OT] KickStarter - OLO 3d Printer

2016-03-28 Thread Dr. Hawkins
Gee, will someone now have one base on that kid that printed his own braces? -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc

Re: Richmond is on a roll.

2016-03-28 Thread Tore Nilsen
You sent me down a slippery slope here. I made some changes to the wipe version. If highlite of the Dissolve button is true, then it is a replication of the blend version you made. I should be grading some Norwegian tasks in preparation for tomorrow, but this is much more fun. Tore https://w

Richmond is on a roll.

2016-03-28 Thread RM
Well, that, of course, is a matter of opinion: https://www.dropbox.com/s/buvpf1h59lwahrz/WIPER.livecode.zip?dl=0 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: What grabs yer baby?

2016-03-28 Thread Roger Guay
Fun! This triggers some ideas for my Boids stack. Thanks! > On Mar 28, 2016, at 9:29 AM, RM wrote: > > Well, this might [10 minutes of Lunch break nonsense]: > > https://www.dropbox.com/s/acmtpv96jw9r094/MIRROR.livecode.zip?dl=0 > > Richmond. > > _

What grabs yer baby?

2016-03-28 Thread RM
Well, this might [10 minutes of Lunch break nonsense]: https://www.dropbox.com/s/acmtpv96jw9r094/MIRROR.livecode.zip?dl=0 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

test

2016-03-28 Thread Richard Gaskin
Sorry for the wasted bandwidth, but I wrote here yesterday and never saw the message come through, so I rewrote that today and it still hasn't come through. Now I'm just testing to see if anything comes through from my email addy at all here -- Richard Gaskin Fourth World Systems Softw

Re: Delete the first entry of an array.

2016-03-28 Thread Mike Kerner
don't make me go all LISP on you...or APL On Sun, Mar 27, 2016 at 7:03 PM, Dr. Hawkins wrote: > On Sat, Mar 26, 2016 at 4:40 PM, Alex Tweedly wrote: > > > e, and hence be able to do completely dense arrays, just like Fortran > etc. > > (he said, making about 50 wild assumptions about a language

Re: revIgniter installation

2016-03-28 Thread Bob Hall
Before installing Revigniter, you have to confirm Livecode Server (LCS) is installed and working. To be honest, this can be more of a challenge than getting Revigniter installed. Don’t even move on to Revigniter until you know for a fact LCS is operational with the simple test.lc file from the L

[ANN] This Week in LiveCode 26

2016-03-28 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 #26 here: https://goo.gl/lNxZqg This is a weekly newsletter about LiveCode, focussing on what's been going on in and around th

Re: IMG resize advice wanted

2016-03-28 Thread jameshale
Thanks Scott, I will ex-lore the snapshot option. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/IMG-resize-advice-wanted-tp4702682p4702702.html Sent from the Revolution - User mailing list archive at Nabble.com. ___

Re: Design Challenge -- Round Corner mask on images

2016-03-28 Thread Sannyasin Brahmanathaswami
Duh! and Eureka at the same time I got it to work! I kept thinking, if it works for Scott, and his stack opens in LC8 and it appears correctly, there has to be something I'm missing... indeed there was. I went back to the mask option stack from Scott site, on card one there is the automobile i

Re: Design Challenge -- Round Corner mask on images

2016-03-28 Thread Sannyasin Brahmanathaswami
This all works but for one thing. For image processing I really, really don't want to have a requirement that the image be fully composed with the left area blank. I just need to say "Give me all your curated thumbs at 150h x 412w jpg quality 75, save each one with the name of the link you wan