System Window Mask Stack (Keyhole effect for stack with Windowshape)

2020-07-31 Thread David Bovill via use-livecode
place on the “System Window Mask” stack - then export a snapshot - my experiments so far are failing. I can get a polygon to make the stack with code like this: • export snapshot from graphicObject with effects to img”mask” of me as PNG • set the windowshape of stack stackName to imageID Bu

Re: strange experience in Windows standalone with windowshape

2016-06-15 Thread Dar Scott
Perhaps, in my subconscious, Danny Kaye was my inspiration! (Now I need to focus on getting better and getting back to work.) > On Jun 15, 2016, at 9:24 AM, Quentin Long wrote: > > sez Dar Scott: >> Be careful! There are some things you can do with 'do' >> but can't send with

Re: strange experience in Windows standalone with windowshape

2016-06-15 Thread Quentin Long
sez Dar Scott: > Be careful! There are some things you can do with 'do' > but can't send with 'send'. Also, as I recall, not all you > can 'call' can lend itself to 'send'. I've seen things that > 'do' did but sent d'n't. Also, a sending pending is not > the same as a do doing since a pending

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Scott, > Am 15.06.2016 um 02:00 schrieb Scott Rossi : > On 6/14/16, 1:20 PM, "use-livecode on behalf of Klaus major-k" > > wrote: > >> Hi Dar, >>> Am 14.06.2016 um 22:13 schrieb Dar Scott

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Scott Rossi
On 6/14/16, 1:20 PM, "use-livecode on behalf of Klaus major-k" wrote: >Hi Dra, > >> Am 14.06.2016 um 22:13 schrieb Dar Scott : >> >> Now that is goofy. Why would that work and Scott's not? > >well, that's a

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Mike Bonner
I kept expecting it to turn into a full blown tale of daring "do", a "call" to arms, and code troops sending pending. Thanks for the time you 'put into it', I like 'the result' On Tue, Jun 14, 2016 at 4:46 PM, Dar Scott wrote: > Actually not! I have just gotten over some

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Dar Scott
Actually not! I have just gotten over some under-the-weather and I need to get back to work. Work, Dar, work! But, I am feeling a lot better. I just wanted to say that send is much like do but I forgot what the differences were. > On Jun 14, 2016, at 4:37 PM, Phil Davis

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Phil Davis
Dar clearly has too much time on his hands. ;-) Phil Davis On 6/14/16 3:34 PM, Mike Bonner wrote: I've read this 3 times now and I'm still fascinated. On Tue, Jun 14, 2016 at 4:25 PM, Dar Scott wrote: Be careful! There are some things you can do with 'do' but can't send

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Mike Bonner
I've read this 3 times now and I'm still fascinated. On Tue, Jun 14, 2016 at 4:25 PM, Dar Scott wrote: > Be careful! There are some things you can do with 'do' but can't send > with 'send'. Also, as I recall, not all you can 'call' can lend itself to > 'send'. I've seen things

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Dar Scott
Sent from solidit > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Klaus major-k > Sent: dinsdag 14 juni 2016 22:08 > To: How to use LiveCode <use-livecode@lists.runrev.com> > Subject: Re: strange experie

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Mike Bonner
Ah well, I was hoping. On Tue, Jun 14, 2016 at 4:02 PM, Klaus major-k <kl...@major-k.de> wrote: > Hi Mike, > > > Am 15.06.2016 um 00:00 schrieb Mike Bonner <bonnm...@gmail.com>: > > > > Silly question but.. Is the image id that you're setting your

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Mike, > Am 15.06.2016 um 00:00 schrieb Mike Bonner <bonnm...@gmail.com>: > > Silly question but.. Is the image id that you're setting your windowshape > to an imported image or a referenced image? While it doesn't explain the > 2nd window having a windowshape and the f

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Mike Bonner
Silly question but.. Is the image id that you're setting your windowshape to an imported image or a referenced image? While it doesn't explain the 2nd window having a windowshape and the first not (unless both do have windowshapes set...) ,it might explain why the windowshape for the first

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Richard Gaskin
ign On 6/14/16, 6:56 AM, "use-livecode on behalf of Klaus major-k" wrote: Hi all, i have a stack with a "splash" screen which has an windowshape set. I has a script like this: on opencard wait 5 secs go next cd end opencard Best

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Dar Scott
Of course. It is a bug. Bugs are supposed to act strange. > On Jun 14, 2016, at 2:20 PM, Klaus major-k wrote: > > Hi Dra, > >> Am 14.06.2016 um 22:13 schrieb Dar Scott : >> >> Now that is goofy. Why would that work and Scott's not? > > well, that's a

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Dra, > Am 14.06.2016 um 22:13 schrieb Dar Scott : > > Now that is goofy. Why would that work and Scott's not? well, that's a rhetorical question, right? ;-) I added an appropriate comment to the bug report! > Did you remember the "in 5 seconds" for his? >From the card

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Dar Scott
cs with messages >>> >>> Or: >>> >>> send "goNextCard" to me in 5 seconds >>> >>> command goNextCard >>> go next cd >>> end goNextCard >>> >>> >>> Regards, >>> >>> Scott Rossi >

RE: strange experience in Windows standalone with windowshape

2016-06-14 Thread Erik Beugelaar
;use-livecode@lists.runrev.com> Subject: Re: strange experience in Windows standalone with windowshape Hi Dar, > Am 14.06.2016 um 21:51 schrieb Dar Scott <d...@swcp.com>: > > Without knowing the context and just adding random things: > > send "go next card" to

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
;> Tactile Media, UX/UI Design >> >> >> On 6/14/16, 6:56 AM, "use-livecode on behalf of Klaus major-k" >> <use-livecode-boun...@lists.runrev.com on behalf of kl...@major-k.de> >> wrote: >> >>> Hi all, >>> >>> i ha

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
ile Media, UX/UI Design > > > > > On 6/14/16, 6:56 AM, "use-livecode on behalf of Klaus major-k" > <use-livecode-boun...@lists.runrev.com on behalf of kl...@major-k.de> > wrote: > >> Hi all, >> >> i have a stack with a "splash&qu

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Dar Scott
s, > > Scott Rossi > Creative Director > Tactile Media, UX/UI Design > > > > > On 6/14/16, 6:56 AM, "use-livecode on behalf of Klaus major-k" > <use-livecode-boun...@lists.runrev.com on behalf of kl...@major-k.de> > wrote: > >> Hi al

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Scott Rossi
xtCard Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 6/14/16, 6:56 AM, "use-livecode on behalf of Klaus major-k" <use-livecode-boun...@lists.runrev.com on behalf of kl...@major-k.de> wrote: >Hi all, > >i have a stack with a "splash&

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Mike Bonner
I'll keep my fingers crossed that its located and fixed. If I find a reliable recipe I'll report it, but so far no luck. (the same standalone does sometimes start correctly. Annoying!) On Tue, Jun 14, 2016 at 9:58 AM, Paul Dupuis wrote: > On 6/14/2016 11:47 AM, Mike

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Paul Dupuis
On 6/14/2016 11:47 AM, Mike Bonner wrote: > Paul, I've seen this too. Launch a standalone and it doesn't show. I've > only seen this when using the browser widget as part of the build. (haven't > really used other widgets, so I can't speak for those) If I then go into > task manager and tell it

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Mike Bonner
. On Tue, Jun 14, 2016 at 8:52 AM, Klaus major-k <kl...@major-k.de> wrote: > Hi Paul, > > > Am 14.06.2016 um 16:48 schrieb Paul Dupuis <p...@researchware.com>: > > > > On 6/14/2016 9:56 AM, Klaus major-k wrote: > >> Hi all, > >> > >>

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Paul Dupuis
On 6/14/2016 9:56 AM, Klaus major-k wrote: > Hi all, > > i have a stack with a "splash" screen which has an windowshape set. > > I has a script like this: > on opencard > wait 5 secs > go next cd > end opencard > > In a standalone on a Mac, everyt

Re: strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi Paul, > Am 14.06.2016 um 16:48 schrieb Paul Dupuis <p...@researchware.com>: > > On 6/14/2016 9:56 AM, Klaus major-k wrote: >> Hi all, >> >> i have a stack with a "splash" screen which has an windowshape set. >> >> I has a script l

strange experience in Windows standalone with windowshape

2016-06-14 Thread Klaus major-k
Hi all, i have a stack with a "splash" screen which has an windowshape set. I has a script like this: on opencard wait 5 secs go next cd end opencard In a standalone on a Mac, everything works as exspected, on Windows I see NOTHING for 5 secs and then second card of this st

Re: windowShape

2015-07-20 Thread Terence Heaford
the windowShape of the stack to the ID of the image, set the backPattern of the card of your mainstack to the same image ID. You don’t need to worry about aligning/positioning images, and you will likely get better blending at the edges of the window. If you have any variable

Re: windowShape

2015-07-20 Thread Richard Gaskin
Todd Fabacher wrote: I find the bast way to set and show an image in a windowShape is use backgroundPattern. This way you do not need to worry about the image moving or not filling the screen. You can set it in the IDE or in code set the backgroundPattern of *object* to {your* imageID

Re: windowShape

2015-07-20 Thread Dave Kilroy
Another thing that can screw up windowShape is scaleFactor (or it used to, haven't checked since the early 6.7's...) - make sure you have it at 1 or else you get (or used to get) weird on-screen artefacts - The difference between genius and stupidity is; genius has its limits. - Albert

Re: windowShape

2015-07-19 Thread Todd Fabacher
I find the bast way to set and show an image in a windowShape is use backgroundPattern. This way you do not need to worry about the image moving or not filling the screen. You can set it in the IDE or in code set the backgroundPattern of *object* to {your* imageID*} Hope that helps, Todd

Re: windowShape

2015-07-19 Thread Scott Rossi
You can reference an image in a substack for example, and in addition to setting the windowShape of the stack to the ID of the image, set the backPattern of the card of your mainstack to the same image ID. You don’t need to worry about aligning/positioning images, and you will likely get

Re: windowShape

2015-07-19 Thread Mark Schonewille
://qery.us/468 Buy my new book Programming LiveCode for the Real Beginner http://qery.us/3fi LiveCode on Facebook: https://www.facebook.com/groups/runrev/ On 7/19/2015 21:36, Terence Heaford wrote: I have been messing about with applying windowShape and although I can get the shape to work

Re: windowShape

2015-07-19 Thread Mark Schonewille
Obvious, but I can understand that you think this way, because sometimes you may want to use a window shape with a simple background colour or pattern. Btw you might want to set the cantSelect of the image to true after positioning it. That will save you some frustrations while building the

windowShape

2015-07-19 Thread Terence Heaford
I have been messing about with applying windowShape and although I can get the shape to work it does not take the colour of the image. Should it? and how do I do it please? I have taken a screen shot of the window being used as a palette with the original image beneath. It can be seen here

Re: windowShape

2015-07-19 Thread Terence Heaford
On 19 Jul 2015, at 20:41, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Set the visible of the image to true and position it correctly :-) Obvious really :-) but I was storing the image in another stack until your comment. Thanks Terry

Garbage collection in 7.0 (was Re: WindowShape)

2014-09-13 Thread FlexibleLearning.com
Could be related to Bug #13126 and inadequate garbage collection in DP8. The issue has been confirmed but not yet resolved. Hugh Senior FLCo From: Paul Hibbert paulhibb...@mac.com Crashed here too. So I opened the Activity Monitor, launched LC again, opened the stack and activated the

WindowShape

2014-09-12 Thread Peter Haworth
Using the windowshape property of a stack for the first time and things aren't working quite as expected. I created a rounded rectangle graphic and then exported a snapshot of it to an image. When the stack is opened, I set the windowshape to the id of the image. I see the outline of the card

Re: WindowShape

2014-09-12 Thread Mike Bonner
Easiest fix is to set the rounded rec to opaque before making the image. On Fri, Sep 12, 2014 at 1:02 PM, Peter Haworth p...@lcsql.com wrote: Using the windowshape property of a stack for the first time and things aren't working quite as expected. I created a rounded rectangle graphic

Re: WindowShape

2014-09-12 Thread Scott Rossi
...@lcsql.com wrote: Using the windowshape property of a stack for the first time and things aren't working quite as expected. I created a rounded rectangle graphic and then exported a snapshot of it to an image. When the stack is opened, I set the windowshape to the id of the image. I see

Re: WindowShape

2014-09-12 Thread Peter Haworth
Tactile Media, UX/UI Design On 9/12/14 12:02 PM, Peter Haworth p...@lcsql.com wrote: Using the windowshape property of a stack for the first time and things aren't working quite as expected. I created a rounded rectangle graphic and then exported a snapshot of it to an image. When

Re: WindowShape

2014-09-12 Thread Dave Kilroy
, some achieve coding, and some have coding thrust upon them. - William Shakespeare Hugh Senior -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/WindowShape-tp4683169p4683175.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: WindowShape

2014-09-12 Thread Scott Rossi
Unlike the Lone Ranger's mask, you can animate the window's mask, just for fun. I got inspired since I haven't done one of these in a while. Execute the following your message box: go url http://www.tactilemedia.com/download/animated_mask.livecode; Once the window loads, look for the teeny

Re: WindowShape

2014-09-12 Thread Scott Rossi
I should mention, if you're on a Mac, you can set the shadow property of the window to false and the window will look cleaner (and flatter). Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 9/12/14 2:05 PM, Scott Rossi sc...@tactilemedia.com wrote: I got inspired since

Re: WindowShape

2014-09-12 Thread J. Landman Gay
On 9/12/2014, 4:05 PM, Scott Rossi wrote: Unlike the Lone Ranger's mask, you can animate the window's mask, just for fun. I got inspired since I haven't done one of these in a while. Execute the following your message box: go url http://www.tactilemedia.com/download/animated_mask.livecode;

Re: WindowShape

2014-09-12 Thread Scott Rossi
Hmm. I just tested in RC1 and the animation seems to work fine, but dragging the window around the desktop is still screwed up (from past bug report). Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 9/12/14 3:29 PM, J. Landman Gay jac...@hyperactivesw.com wrote: On

Re: WindowShape

2014-09-12 Thread J. Landman Gay
Odd. I tried it twice and the animation never ran. The windowshape showed up okay, though as you said, the window wouldn't drag. When I clicked the checkbox it got a checkmark but nothing happened. On 9/12/2014, 5:49 PM, Scott Rossi wrote: Hmm. I just tested in RC1 and the animation seems

Re: WindowShape

2014-09-12 Thread Paul Hibbert
Works fine for me in LC 7.0(rc1) on OS X 10.8.5 - I can drag it around too. It's a really cool idea, thanks for sharing. Paul On 2014-09-12, at 3:49 PM, Scott Rossi sc...@tactilemedia.com wrote: Hmm. I just tested in RC1 and the animation seems to work fine, but dragging the window around

Re: WindowShape

2014-09-12 Thread Devin Asay
Works for me, too, on 7.0 RC 1 on Mavericks. Devin On Sep 12, 2014, at 4:55 PM, Paul Hibbert paulhibb...@mac.com wrote: Works fine for me in LC 7.0(rc1) on OS X 10.8.5 - I can drag it around too. It's a really cool idea, thanks for sharing. Paul On 2014-09-12, at 3:49 PM, Scott

Re: WindowShape

2014-09-12 Thread J. Landman Gay
On 9/12/2014, 5:55 PM, Paul Hibbert wrote: Works fine for me in LC 7.0(rc1) on OS X 10.8.5 - I can drag it around too. I'm at a loss then. I'm using 7.0 rc 1 like you are. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: WindowShape

2014-09-12 Thread Scott Rossi
...@hyperactivesw.com wrote: Odd. I tried it twice and the animation never ran. The windowshape showed up okay, though as you said, the window wouldn't drag. When I clicked the checkbox it got a checkmark but nothing happened. On 9/12/2014, 5:49 PM, Scott Rossi wrote: Hmm. I just tested in RC1

Re: WindowShape

2014-09-12 Thread J. Landman Gay
On 9/12/2014, 6:09 PM, Scott Rossi wrote: After letting the thing run for about a minute, the window disappeared on its own (and eventually LC crashed, though not sure that's related). Well, this is embarrassing. I tried it again, it still didn't work. Then I noticed I had messages turned

Re: WindowShape

2014-09-12 Thread Paul Hibbert
Gay jac...@hyperactivesw.com wrote: Odd. I tried it twice and the animation never ran. The windowshape showed up okay, though as you said, the window wouldn't drag. When I clicked the checkbox it got a checkmark but nothing happened. On 9/12/2014, 5:49 PM, Scott Rossi wrote: Hmm. I just

Re: WindowShape

2014-09-12 Thread Scott Rossi
On 9/12/14 4:35 PM, J. Landman Gay jac...@hyperactivesw.com wrote: Well, this is embarrassing. I tried it again, it still didn't work. Then I noticed I had messages turned off. You have permission to laugh and point. Like we need permission. :-) Filed a bug report already. Regards, Scott

windowshape works on linux?

2011-02-11 Thread Andre Garzia
Folks, Can anyone confirm that windowshapes work on linux? I am trying to open the remote stack on revonline by ben beaumont and it crashes the engine here on my ubuntu... Andre -- http://www.andregarzia.com All We Do Is Code. ___ use-livecode

Re: windowshape works on linux?

2011-02-11 Thread Roger . E . Eller
Andre, Folks, Can anyone confirm that windowshapes work on linux? I am trying to open the remote stack on revonline by ben beaumont and it crashes the engine here on my ubuntu... Andre -- http://www.andregarzia.com All We Do Is Code. The windowshape works in Ubuntu 10.10

Re: windowshape works on linux?

2011-02-11 Thread Andre Garzia
thanks, I can confirm that the windowshape works.. .can you try the remote stack on revonline? this one here: http://revonline2.runrev.com/stack/75/Remote-Control see if it opens on your linux without crashing... thanks On Fri, Feb 11, 2011 at 4:40 PM, roger.e.el...@sealedair.com wrote

Re: windowshape works on linux?

2011-02-11 Thread Roger . E . Eller
can you try the remote stack on revonline? this one here: http://revonline2.runrev.com/stack/75/Remote-Control see if it opens on your linux without crashing... thanks It also worked in Ubuntu 10.10 for me. ~Roger ___ use-livecode mailing list

Re: windowshape works on linux?

2011-02-11 Thread Andre Garzia
damn!!! silly linuxes... what Rev version are you using? On Fri, Feb 11, 2011 at 5:00 PM, roger.e.el...@sealedair.com wrote: can you try the remote stack on revonline? this one here: http://revonline2.runrev.com/stack/75/Remote-Control see if it opens on your linux without crashing...

Re: windowshape works on linux?

2011-02-11 Thread Roger . E . Eller
Andre Garzia an...@andregarzia.com wrote: damn!!! silly linuxes... what Rev version are you using? On Fri, Feb 11, 2011 at 5:00 PM, Roger Eller wrote: can you try the remote stack on revonline? this one here: http://revonline2.runrev.com/stack/75/Remote-Control see if it opens on your

Re: windowshape works on linux?

2011-02-11 Thread Jim Ault
On Feb 11, 2011, at 10:40 AM, roger.e.el...@sealedair.com wrote: Andre, The windowshape works in Ubuntu 10.10 with weather.rev by Trevor (from Live LiveCode Code Event #10 posting). http://jimthewebmaster.com/livecode/weather.rev Unrelated to the windowshape, the weather stack itself

Re: windowshape works on linux?

2011-02-11 Thread Andre Garzia
we're running the same OS and the same Revolution but here, the stack will crash the engine... go figure... On Fri, Feb 11, 2011 at 5:12 PM, roger.e.el...@sealedair.com wrote: Andre Garzia an...@andregarzia.com wrote: damn!!! silly linuxes... what Rev version are you using? On Fri, Feb 11,

Re: windowshape works on linux?

2011-02-11 Thread Roger . E . Eller
we're running the same OS and the same Revolution but here, the stack will crash the engine... go figure... On Fri, Feb 11, 2011 at 5:12 PM, roger.e.el...@sealedair.com wrote: Andre Garzia an...@andregarzia.com wrote: damn!!! silly linuxes... what Rev version are you using? On Fri, Feb

Re: windowshape works on linux?

2011-02-11 Thread Richard Gaskin
Andre Garzia wrote: thanks, I can confirm that the windowshape works.. .can you try the remote stack on revonline? this one here: http://revonline2.runrev.com/stack/75/Remote-Control see if it opens on your linux without crashing... thanks It runs without crashing with good windowshape

Re: windowshape works on linux?

2011-02-11 Thread Mark Wieder
Andre- Friday, February 11, 2011, 10:15:26 AM, you wrote: Can anyone confirm that windowshapes work on linux? I am trying to open the remote stack on revonline by ben beaumont and it crashes the engine here on my ubuntu... Works here on Fedora Core 13, latest LC builds. -- -Mark Wieder

Re: windowshape works on linux?

2011-02-11 Thread Richard Gaskin
Mark Wieder wrote: Friday, February 11, 2011, 10:15:26 AM, you wrote: Can anyone confirm that windowshapes work on linux? I am trying to open the remote stack on revonline by ben beaumont and it crashes the engine here on my ubuntu... Works here on Fedora Core 13, latest LC builds. By

Re: windowshape works on linux?

2011-02-11 Thread Mark Wieder
Richard- Friday, February 11, 2011, 8:43:33 PM, you wrote: By works here do you mean it just doesn't crash, or were you able to actually get it to play MP3s? Ah... sorry... I mean the windowshape works correctly. It doesn't, of course, actually play anything. -- -Mark Wieder mwie