Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Scott Rossi
Oh, I understand -- I'm just saying a graphic + backPattern may be a good option because you have control over the shape (the roundRadius of the corners be changed), the radius will auto-scale across different screen sizes, and you don't have to pre-process all the images with rounded corners.

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread J. Landman Gay
Addendum: I forgot to make the background around the image transparent. You'd need to do that. On 3/27/2016 11:25 PM, J. Landman Gay wrote: My method doesn't use a graphic at all. The button itself just uses the image as a backpattern. I'll leave my test stack here for a while:

Re: IMG resize advice wanted

2016-03-27 Thread Scott Rossi
Weight a minute... Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 3/27/16, 8:57 PM, "use-livecode on behalf of Mark Wieder" wrote: >On 03/27/2016 08:52 PM, Scott Rossi wrote: > >> (And while

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread J. Landman Gay
My method doesn't use a graphic at all. The button itself just uses the image as a backpattern. I'll leave my test stack here for a while: On 3/27/2016 11:03 PM, Scott Rossi wrote: Jacque's backPattern idea

Re: [OT] KickStarter - OLO 3d Printer

2016-03-27 Thread Kay C Lan
On Mon, Mar 28, 2016 at 11:51 AM, Mark Wieder wrote: > ...and I completely missed the fact that there were a couple hundred $99 > dual printer sets being offered as an easter egg. > Not only that, I've since read that as a lead up to the KickStarter Solido3D ran a

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Scott Rossi
Jacque's backPattern idea is an option purely for masking images as well, though you're more limited using that option. The image and graphic need to be the same height, and you need to have "extra" image on the left side so you can crop off the rounded corners on the left. The advantage of that

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Alejandro Tejada
Hi, Could a bitmap mask (alphadata) work for this? >From the archives 2008 and 2011, http://lists.runrev.com/pipermail/use-livecode/2008-November/117324.html http://lists.runrev.com/pipermail/use-livecode/2011-December/165123.html http://www.sanke.org/Software/MoreAboutMasks.zip Back in the

Re: IMG resize advice wanted

2016-03-27 Thread Mark Wieder
On 03/27/2016 08:52 PM, Scott Rossi wrote: (And while we're at it, someone should really add the word "heidth" to the English language because "height" doesn't really go with "width".) I've been told repeatedly to stay away from synonyms, so I'm staying far away from that . Besides, maybe

Re: IMG resize advice wanted

2016-03-27 Thread Scott Rossi
Can you use referenced images and lock their widths to the width of your field/s? I believe others on the list have mentioned system-level tools that can be used for image processing, but if you want to resize within LC, the "traditional" method is to scale the image and set the imageData of the

Re: [OT] KickStarter - OLO 3d Printer

2016-03-27 Thread Mark Wieder
On 03/27/2016 08:21 PM, Kay C Lan wrote: On Mon, Mar 28, 2016 at 10:07 AM, Mark Wieder wrote: I ordered mine in the first half-hour after it went live. Well you could have shared that,... or did I miss the email. All the cheap pledges have long since gone... although

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread J. Landman Gay
On 3/27/2016 5:26 PM, Sannyasin Brahmanathaswami wrote: I'm thinking this is probably (I hope) not that hard to implement. it's obviously easy enough to create a background graphic with round corners, add a small field on the left site that is transparent, lock that, put an image on the right

Re: LC8 DP16

2016-03-27 Thread Mark Wieder
On 03/27/2016 07:33 PM, Sannyasin Brahmanathaswami wrote: I've been building GUI from ground zero today in LC8 dp16 and it's gets worse and worse the longer the session remains open. The inspector switch to "revFrontScriptLibrary" starts to occur more and more frequently. Now I just opened

Re: [OT] KickStarter - OLO 3d Printer

2016-03-27 Thread Kay C Lan
On Mon, Mar 28, 2016 at 10:07 AM, Mark Wieder wrote: > > I ordered mine in the first half-hour after it went live. > Well you could have shared that,... or did I miss the email. All the cheap pledges have long since gone... although seriously, the price to cool ratio is

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Scott Rossi
If you have acceleratedRendering enabled, try disabling it. Regarding your second screenshot, you're likely getting that result because you repositioned the graphic within the group. LC8 might be more sensitive to acceleratedRendering than previous versions, but enabling the property in general

Re: (way OT, WAS: )Re: Delete the first entry of an array.

2016-03-27 Thread J. Landman Gay
On 3/27/2016 6:59 PM, Dr. Hawkins wrote: I've been out-crankied! LOL. But actually I think the final score is three out of four, so you are still in the running. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Sannyasin Brahmanathaswami
Thanks for the re-assurance and, that's a relief, that its a simple solution... Are you working in LC8 dp 16? BUT: What's happening here is: I'm getting some serious rendering issues. Your stack opens fine and I could see the lovely roundrect grc mask... then as soon as I touch anything we

IMG resize advice wanted

2016-03-27 Thread jameshale
I current;y have an app for indexing ans searching ePub files. The focus of the app being the ability to apply complex searches against the text of the ePub. That being said some ePubs have embedded images which my app can display in situ. At this time the on;y change I make is to ensure the image

Re: [OT] KickStarter - OLO 3d Printer

2016-03-27 Thread Roger Eller
I've been 3D printing "the old fashioned way" (wow that was weird to say) since I bought my filament-based 3D printer in December. In fact, I'm printing now! My concern about using a smart phone, using its screen as the light source, is that you don't have a phone anymore. You know, to make and

Re: LC8 DP16

2016-03-27 Thread Sannyasin Brahmanathaswami
I've been building GUI from ground zero today in LC8 dp16 and it's gets worse and worse the longer the session remains open. The inspector switch to "revFrontScriptLibrary" starts to occur more and more frequently. Now I just opened the project browser and it is completely blank. I'm having

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Scott Rossi
An oval is the same as a roundRect, just with larger radii. The technique doesn't "fail" as shown in the demo stack, so yes, you may indeed be missing something. Make sure you have the inks applied properly. go url "http://tactilemedia.com/download/RoundCornerSample.livecode; Regards, Scott

Re: [OT] KickStarter - OLO 3d Printer

2016-03-27 Thread Mark Wieder
On 03/27/2016 07:01 PM, Kay C Lan wrote: For anyone interested in 3D printing, or just a runaway KickStarter campaign: I ordered mine in the first half-hour after it went live. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list

Re: LC8 DP16

2016-03-27 Thread Mark Wieder
On 03/27/2016 06:42 PM, William Prothero wrote: I see similar behaviors in the IDE in DP16. It seems to forget which stack is in focus and does unexpected things. I tried using the Project Browser yesterday, and three times I deleted the wrong object because I couldn't tell which one was

[OT] KickStarter - OLO 3d Printer

2016-03-27 Thread Kay C Lan
For anyone interested in 3D printing, or just a runaway KickStarter campaign: https://www.kickstarter.com/projects/olo3d/olo-the-first-ever-smartphone-3d-printer Where will technology take us tomorrow? ___ use-livecode mailing list

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Sannyasin Brahmanathaswami
Scott, thanks stack downloaded Fascinating technique. But your example uses an oval... but if I use graphic style "round rectangle" -- the technique fails -- or I am missing something. Can you try it there? tks On March 27, 2016 at 1:42:52 PM, Scott Rossi

Re: LC8 DP16

2016-03-27 Thread William Prothero
I see similar behaviors in the IDE in DP16. It seems to forget which stack is in focus and does unexpected things. Bill > On Mar 26, 2016, at 12:17 PM, Sannyasin Brahmanathaswami > wrote: > > I had an odd incident in a different context but similar "paradigm" i.e. as > if

revIgniter installation

2016-03-27 Thread Matt Maier
Can someone help clarify the revIgniter installation instructions? I'm trying to get started with learning how to work with this tool but it's assuming more experience than I have. I want to confirm that I got my own computer and my server setup correctly for working with FileZilla and

Re: Installing metacard on linux - cmd line or?

2016-03-27 Thread Mark Wieder
On 03/27/2016 12:47 PM, RM wrote: Quite honestly I cannot see any obvious advantages using the MetaCard GUI rather than the LiveCode one: it looks a bit masochistic frankly. Yes, but the OP has her/his (I no longer remember) set on MC, so there you go. I supported MetaCard in my apps until

Re: (way OT, WAS: )Re: Delete the first entry of an array.

2016-03-27 Thread Dr. Hawkins
On Sun, Mar 27, 2016 at 4:36 PM, Alex Tweedly wrote: > Hmmm ... not real Fortran. (that should be said in a deep, impressive > voice) > Real Fortran died when Fortran 77 took over :-( > I've been out-crankied! > > And, AFAIK, only those modern variants from (I think)

Re: Design Challenge -- Round Corner mask on images

2016-03-27 Thread Scott Rossi
One way is using ink effects. In a group with the roundRect graphic layered above the image: blendSrcOver applied to the group blendDstIn applied to the graphic You might want to take a look at the stack provided in this article for ideas:

Re: Siege benchmarks for Pierre

2016-03-27 Thread Pierre Sahores
Richard, If your lcHTTPd standalone is a TCP sockets server, the low TOP load (less than 25%) is not surprising at all and can even go lots less in using nginx instead of apache (6 to 8%) while the power consomption increase on the PostgreSQL controllers pool side (-> LC app’s server will

Re: Siege benchmarks for Pierre

2016-03-27 Thread Pierre Sahores
Hi Richard, Good stuff, this siege, is’t ? Probably more readable than Apache Bench. Stay tuned. I will be back soon with more to share : advanced testing against a real word web application with up to seventy PostgreSQL calls per request (ways to setup best pg urbanization but the goal was in

Re: Delete the first entry of an array.

2016-03-27 Thread Dr. Hawkins
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 he can't find a > spec for :-) Just to throw gas on the flames (petrol for you

Selecting Object invokes inspector for "revFrontScriptLibrary"

2016-03-27 Thread Sannyasin Brahmanathaswami
Frequently today.. .when I double click on a control in a stack, the inspector pops open with "revFrontScriptLibrary" It seems to happen in a sequence like this 1) create graphic 2) double click on graphic --> inspector opens 3) Click to choose colors --> click background color 4) color

scrolbardrag not working LC8 p16?

2016-03-27 Thread Sannyasin Brahmanathaswami
See other post on rounded corners.. I downloaded an old stack by Bernd that has controls to adjust a graphic to look like a button. But scrollBarDrag doesn't seem to work on scrollbarDrag pValue put pvalue put the loc of grc "roundRectAngleButton" into tLoc set the roundRadius of grc

Re: Delete the first entry of an array.

2016-03-27 Thread Alex Tweedly
On 27/03/2016 20:47, Ali Lloyd wrote: True - but sadly there's no effective way to filter those 523 entries to see only the ones that are relevant to a List type. One way to do this is to click the 'lists' filter in the tags section. Thanks. I had tried typing 'list' into the search box,

[ANN] DGH 2.1 for LC 8.x and new cloning options

2016-03-27 Thread zryip theSlug
Dear List Members and DGH Users, I am pleased to announce the release of a new Data Grid Helper version, compatible with LC 8. In this new version, we have also: 1. New features: - Addition of a "Contents" button in the "Content" topic allowing edition of the selected datagrid's content. -

Design Challenge -- Round Corner mask on images

2016-03-27 Thread Sannyasin Brahmanathaswami
Our design team finished a design for a mobile app. The used rounded corners everywhere. see http://wiki.hindu.org/screenshots/radius-all-corners.jpg Something I wished we had in LC for all controls (groups included) is corner radius, but is is only available for graphics objects. set the

Re: [ANN] Blog Post

2016-03-27 Thread Jim Lambert
Scott, Surprisingly fast. Thanks. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Delete the first entry of an array.

2016-03-27 Thread Ali Lloyd
> True - but sadly there's no effective way to filter those 523 entries to > see only the ones that are relevant to a List type. One way to do this is to click the 'lists' filter in the tags section. On Sun, Mar 27, 2016 at 5:33 PM Alex Tweedly wrote: > > > On 27/03/2016

Re: Installing metacard on linux - cmd line or?

2016-03-27 Thread RM
I tried to"upgrade" MetaCard 2.5 using Jacque's stack: http://livecodeshare.runrev.com/stack/590/MetaCard-Setup-2-02 and LiveCode 7.1, and ended up with an odd, icon-less "thing" that didn't get any further than that. Quite honestly I cannot see any obvious advantages using the MetaCard GUI

Re: Installing metacard on linux - cmd line or?

2016-03-27 Thread FlexibleLearning.com
MC runs fine on Windows 10, all versions that I use from v4.5 to v7 (except the MC properties palette under v7 can sometimes cause problems). Can't help you with Linux Hugh Senior (Old Guard) FLCo > Oddly enough I've just got MetaCard 2.5 running on Xubuntu 15.10 64 bit! > > Mind you, having

Siege benchmarks for Pierre

2016-03-27 Thread Richard Gaskin
Pierre, thanks for introducing me to Siege in your benchmark posts from Feb. For those who missed them he has some great stuff there: http://lists.runrev.com/pipermail/use-livecode/2016-February/223352.html http://lists.runrev.com/pipermail/use-livecode/2016-February/223496.html

Re: Delete the first entry of an array.

2016-03-27 Thread Alex Tweedly
On 27/03/2016 10:42, Peter TB Brett wrote: On 26/03/2016 23:40, Alex Tweedly wrote: I haven't found (can't find) a spec for LCB, so I'm not sure exactly what "proper lists" are - but I think maybe not quite what I meant. There's a spec in the "Guides" tab of the LC8 dictionary -- look for

Re: [ANN] Blog Post

2016-03-27 Thread BNig
Scott Rossi wrote > New blog article about crazy fast blur and pixelizing effects, with sample > stacks. > > > http://tactilemedia.com/blog/ > > > Regards, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design Thank you for sharing this. It is a ultra cool use of existing

Grab Me

2016-03-27 Thread RM
Go on: I dare you: https://www.dropbox.com/s/djb48g4otvv9pgf/FLATdemo.livecode.zip?dl=0 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: LiveCode and Alexa

2016-03-27 Thread Erik Beugelaar
Paul, Unfortunately I don’t have a complete example but looking at the Alexa API services they are simply HTTP GET requests that return XML. No need for JSON parsing so far I have seen. Please take a look at: 1. http://livecode.byu.edu/internet/webServices.php (Example of HTTP GET

Re: Delete the first entry of an array.

2016-03-27 Thread Peter TB Brett
On 26/03/2016 23:40, Alex Tweedly wrote: I haven't found (can't find) a spec for LCB, so I'm not sure exactly what "proper lists" are - but I think maybe not quite what I meant. There's a spec in the "Guides" tab of the LC8 dictionary -- look for "LiveCode Builder Language Reference".

Re: Installing metacard on linux - cmd line or?

2016-03-27 Thread RM
Oddly enough I've just got MetaCard 2.5 running on Xubuntu 15.10 64 bit! Mind you, having done that I'm packing it away and getting on with producing stuff for my school using LiveCode 7.1. Richmond. On 27.03.2016 02:21, Mark Talluto wrote: On Mar 26, 2016, at 12:37 PM, Richard Gaskin