Re: use-livecode Digest, Vol 209, Issue 10

2021-02-07 Thread Simon Schvartzman via use-livecode
Great idea 

Simon Schvartzman
+ 55 11 98432 6293

Sent from my mobile device. 

> On 7 Feb 2021, at 14:00, use-livecode-requ...@lists.runrev.com wrote:
> 
> Send use-livecode mailing list submissions to
>use-livecode@lists.runrev.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>http://lists.runrev.com/mailman/listinfo/use-livecode
> or, via email, send a message with subject or body 'help' to
>use-livecode-requ...@lists.runrev.com
> 
> You can reach the person managing the list at
>use-livecode-ow...@lists.runrev.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of use-livecode digest..."
> 
> 
> you can find the archives for this list at:
> 
> http://lists.runrev.com/pipermail/use-livecode/
> 
> and search them using this link:
> 
> http://www.google.com/advanced_search?q=site:lists.runrev.com
> 
> 
> Today's Topics:
> 
>   1. Re: No visual effects on Big Sur? (Marty Knapp)
>   2. Re: No visual effects on Big Sur?
>  (proth...@earthlearningsolutions.org)
>   3. Re: No visual effects on Big Sur? (Sean Cole (Pi))
>   4. Re: No visual effects on Big Sur? (ha...@exformedia.se)
> 
> 
> --
> 
> Message: 1
> Date: Sat, 6 Feb 2021 10:03:58 -0800
> From: Marty Knapp 
> To: How to use LiveCode 
> Subject: Re: No visual effects on Big Sur?
> Message-ID: <08c57667-6e12-47fa-a30e-1e43f6fac...@gmail.com>
> Content-Type: text/plain;charset=utf-8
> 
> Just did a quick test on an LC app that uses visual effects and they are not 
> working for me on Big Sur.
> 
> Marty
> 
>> On Feb 5, 2021, at 10:55 PM, H?kan Liljegren via use-livecode 
>>  wrote:
>> 
>> Running LC 9.6.2 (rc2) on macOS Big Sur I have no visual effects that work. 
>> None! Is there anyone else having the same experience, or is it just my 
>> setup? I have tried to wipe every RunRev/LiveCode file in the Library and in 
>> the applications folder and then reinstall but still no luck. Also tried 
>> older (stable versions) with no luck, but that was before wiping every file 
>> out of existence.
>> 
>> Can anyone else running Big Sur confirm before I file a bug-report?
>> 
>> :-H?kan
> 
> 
> 
> --
> 
> Message: 2
> Date: Sat, 6 Feb 2021 10:16:43 -0800
> From: "proth...@earthlearningsolutions.org"
>
> To: JJS via use-livecode 
> Subject: Re: No visual effects on Big Sur?
> Message-ID:
><903d6452-7ac0-4262-9f0d-56d9f866b...@earthlearningsolutions.org>
> Content-Type: text/plain;charset=utf-8
> 
> Hakan:
> I get the same thing. Big Sur, livecode version LC 9.6.2 (rc2). It was 
> working on previous versions.
> 
> Yes, please file a bug report.
> 
> Bill
> 
>> On Feb 5, 2021, at 10:55 PM, H?kan Liljegren via use-livecode 
>>  wrote:
>> 
>> Running LC 9.6.2 (rc2) on macOS Big Sur I have no visual effects that work. 
>> None! Is there anyone else having the same experience, or is it just my 
>> setup? I have tried to wipe every RunRev/LiveCode file in the Library and in 
>> the applications folder and then reinstall but still no luck. Also tried 
>> older (stable versions) with no luck, but that was before wiping every file 
>> out of existence.
>> 
>> Can anyone else running Big Sur confirm before I file a bug-report?
>> 
>> :-H?kan
>> ___
>> 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
> 
> William A. Prothero, Ph.D.
> University of California, Santa Barbara Dept. of Earth Sciences (Emeritus)
> Santa Barbara, CA. 93105
> http://earthlearningsolutions.org/
> 
> 
> 
> 
> --
> 
> Message: 3
> Date: Sun, 7 Feb 2021 04:11:15 +
> From: "Sean Cole (Pi)" 
> To: How to use LiveCode 
> Subject: Re: No visual effects on Big Sur?
> Message-ID:
>
> Content-Type: text/plain; charset="UTF-8"
> 
> Hi all,
> I just tested here in BigSur 11.2 and they work fine in both the IDE and
> standalone. The only ones that do not work are the core image transitions
> (with the exception of dissolve which, although having the same name, does
> not appear to use the CI version of the effect).
> 
> I made a simple default stack with one button with this code:
> 
> on mouseUp pButtonNumber
>   lock screen for visual effect
>   set the backcolor of this card to (line random(552) of colornames())
>   unlock screen with visual effect "dissolve"
> end mouseUp
> 
> The standalone was set with all the default parameters and auto inclusions.
> 
> Sean
> 
>> On Sat, 6 Feb 2021 at 18:16, prothero--- via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>> 
>> Hakan:
>> I get the same thing. Big Sur, livecode version LC 9.6.2 (rc2). It was
>> working on previous versions.
>> 
>> Yes, please file a bug report.
>> 
>> Bill
>> 
>>> On Feb 5, 2021, at 10:55 PM, 

Re: No visual effects on Big Sur?

2021-02-07 Thread Håkan Liljegren via use-livecode
That is strange. As it worked for you Sean, what machine are you on? But, as we 
have several of us where it doesn’t work I filed a bug anyway:

https://quality.livecode.com/show_bug.cgi?id=23085

:-Håkan
On 7 Feb 2021, 05:12 +0100, Sean Cole (Pi) via use-livecode 
, wrote:
> Hi all,
> I just tested here in BigSur 11.2 and they work fine in both the IDE and
> standalone. The only ones that do not work are the core image transitions
> (with the exception of dissolve which, although having the same name, does
> not appear to use the CI version of the effect).
>
> I made a simple default stack with one button with this code:
>
> on mouseUp pButtonNumber
> lock screen for visual effect
> set the backcolor of this card to (line random(552) of colornames())
> unlock screen with visual effect "dissolve"
> end mouseUp
>
> The standalone was set with all the default parameters and auto inclusions.
>
> Sean
>
> On Sat, 6 Feb 2021 at 18:16, prothero--- via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hakan:
> > I get the same thing. Big Sur, livecode version LC 9.6.2 (rc2). It was
> > working on previous versions.
> >
> > Yes, please file a bug report.
> >
> > Bill
> >
> > > On Feb 5, 2021, at 10:55 PM, Håkan Liljegren via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> > >
> > > Running LC 9.6.2 (rc2) on macOS Big Sur I have no visual effects that
> > work. None! Is there anyone else having the same experience, or is it just
> > my setup? I have tried to wipe every RunRev/LiveCode file in the Library
> > and in the applications folder and then reinstall but still no luck. Also
> > tried older (stable versions) with no luck, but that was before wiping
> > every file out of existence.
> > >
> > > Can anyone else running Big Sur confirm before I file a bug-report?
> > >
> > > :-Håkan
> > > ___
> > > 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
> >
> > William A. Prothero, Ph.D.
> > University of California, Santa Barbara Dept. of Earth Sciences (Emeritus)
> > Santa Barbara, CA. 93105
> > http://earthlearningsolutions.org/
> >
> >
> > ___
> > 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
> >
> ___
> 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
___
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