Re: Female form of 'guru'?

2016-04-04 Thread RM
How does one pronounce a 'q' without its dependent 'u' ? Rather like 'guru' reduced to "Gr" I suppose ? Love, Richmond. On 4.04.2016 08:38, J. Landman Gay wrote: On 4/3/2016 6:26 PM, Dr. Hawkins wrote: On Sun, Apr 3, 2016 at 1:52 PM, -hh wrote: Is there also a designation for a "femal

Re: Female form of 'guru'?

2016-04-04 Thread J. Landman Gay
On April 4, 2016 2:00:01 AM RM wrote: How does one pronounce a 'q' without its dependent 'u' ? Check with the Iraqis. ;) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com _

Re: Female form of 'guru'?

2016-04-04 Thread RM
Not much chance of that. The last time I met an Iraqi was in a parking lot outside a strip mall in Al Ain in the United Arab Emirates: he came right up to me and hit me in the face stating that I, personally, was responsible for the Western Allies attitude towards Sodom Hussein and Weapons of M.

Re: Script Only Stack Architecture

2016-04-04 Thread Ali Lloyd
localPath() & "main-stack-scripts/generic-mobile-functions_behavior.livecode" is not a valid stack reference - it's just a path. Try: on assignBehaviors set the behavior of stack "siva-portal-links_behavior" to the long id of stack (localPath() & "main-stack-scripts/generic-mobile-functions_behav

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread Trevor DeVore
On Sunday, April 3, 2016, William Prothero wrote: > Trevor: > Never tried to install a widget before. I downloaded your zip folder and > copied the folder with its contents to the “extensions” folder. I don’t see > it in the extensions manager. I’m in dp15. Any suggestions? > Try updating to DP-

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread Trevor DeVore
On Monday, April 4, 2016, J. Landman Gay wrote: > > > Trevor, this is SO COOL. Not just the work you've produced, which is > really neat stuff, but also how anyone can make LC into anything they want. > I hope Kevin is right and that we get lots more of these little gems. > I'm glad you like it

Re: Difficulty using Livecode.com

2016-04-04 Thread Trevor DeVore
On Fri, Apr 1, 2016 at 8:26 PM, Mark Wieder wrote: > On 04/01/2016 03:13 PM, J. Landman Gay wrote: > > Our Linux users can answer that better than I can, but for now bookmark >> this: I could find no way to get there by >> clicking around the web site. That's a grav

snapshot from rect XXX without card?

2016-04-04 Thread RM
So there I am, with my happy little stack making pictures with rounded corners using the simplest code possible (take note of that last bit people), and to obtain a snapshot of my graphic with rounded corners with my picture inside it, and any ink effects I have to do this sort of thing: put the

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread RM
Here's the next step; using absolutely the most *bog-basic* code you can imagine (all you purists can check out the button script in "Export Image" and get upset) will export the image with rounded corners AND ink effects. http://forums.livecode.com/viewtopic.php?f=10&t=26933&p=140584#p14058

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread RM
On 4.04.2016 18:21, RM wrote: Here's the next step; using absolutely the most *bog-basic* code you can imagine (all you purists can check out the button script in "Export Image" and get upset) will export the image with rounded corners AND ink effects. http://forums.livecode.com/viewtopic

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread Jim Lambert
Trevor, Thanks for the Rounded Corners widget. Very nice! 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

Re: 7.1.3 installer failure

2016-04-04 Thread Mark Smith
Robert, advice was to download it directly from http://downloads.livecode.com/ It worked on my second try. Mark -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/7-1-3-installer-failure-tp4702798p4703104.html Sent from the Revolution - User mailing list archive a

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread William Prothero
Trevor: Very nice! Thanks for the widget. Best, Bill > On Apr 3, 2016, at 8:17 PM, William Prothero wrote: > > Trevor: > Never tried to install a widget before. I downloaded your zip folder and > copied the folder with its contents to the “extensions” folder. I don’t see > it in the extensions

Re: snapshot from rect XXX without card?

2016-04-04 Thread Alejandro Tejada
This works. Just copy the alphadata from an imported snapshot of the graphic into the snapshot of the graphic with ink effects applied: put the windowID of this stack into CHOP put the rect of graphic 1 into REKT import snapshot from grc 1 set the name of last img to "grc_snapshot_with_alpha" im

Re: Script Only Stack Architecture

2016-04-04 Thread Andre Garzia
Hey Friends, Long time no see! Loved this thread! In the spirit of working in the open and sharing unfinished (and potentially broken) stuff, I'd welcome you all to take a look into some documentation we're putting into place at: https://bitbucket.org/hapdevelopers/devdocs/wiki/Home We welcom

Re: Script Only Stack Architecture

2016-04-04 Thread Richard Gaskin
Andre Garzia wrote: > Hey Friends, > > Long time no see! Loved this thread! In the spirit of working in > the open and sharing unfinished (and potentially broken) stuff, > I'd welcome you all to take a look into some documentation we're > putting into place at: > > https://bitbucket.org/hapdeve

Re: Script Only Stack Architecture

2016-04-04 Thread Andre Garzia
Hey Richard, I miss you and the gang everyday! I am trying to be more present and want to learn all the goodies from LC8. HAP stands for Himalayan Academy Publication (http://himalayanacademy.com/). Where we use LC everyday :-D On Mon, Apr 4, 2016 at 5:10 PM, Richard Gaskin wrote: > Andre

Re: Script Only Stack Architecture

2016-04-04 Thread Mark Wieder
On 04/04/2016 01:59 PM, Andre Garzia wrote: HAP stands for Himalayan Academy Publication (http://himalayanacademy.com/). Where we use LC everyday Sometimes twice a day, I'll bet. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing li

Re: Script Only Stack Architecture

2016-04-04 Thread Sannyasin Brahmanathaswami
I'm just working on the next issue of Hinduism Today and checking articles in and out of version control system dedicated to Indesign that I built... we have been using it for 8 years, team loves it..super, super easy, never lost a single file... having finally bailed on Adobe's ridiculously com

Re: Design Challenge -- Round Corner mask on images

2016-04-04 Thread Sannyasin Brahmanathaswami
Indeed.. thank you.. not only for the widget but for a good example of what can be done. On April 4, 2016 at 8:32:16 AM, William Prothero (proth...@earthednet.org) wrote: Trevor: Very nice! Thanks for the widget. Best, Bill __

Widgets' Use Cases and Bytes Added to App

2016-04-04 Thread Sannyasin Brahmanathaswami
Just putting my little pinky into the widget world. Frequently we use small groups to instantiate "objects" which are made of of several controls grouped together. These are then replicated across some card for whatever purpose. I think that is the underlying model for the DataGrid. Would such