Big Sur?

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

SteveWoodward
Posts: 16
Joined: Sat Nov 28, 2020 4:34 pm

Re: Big Sur?

Post by SteveWoodward » Sun Nov 29, 2020 5:09 am

Thanks for posting the image. Yes, the 3rd image is what I see when hitting the Back button. The Back button simply take you back to card 1 from card 2.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Big Sur?

Post by jacque » Sun Nov 29, 2020 8:19 pm

If you want to send me the stack privately I can take a look. My email is in my signature; replace the appropriate words with punctuation.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am

Re: Big Sur?

Post by babas66 » Thu Dec 03, 2020 3:32 pm

SteveWoodward wrote:
Sat Nov 28, 2020 5:48 pm
After upgrading to Big Sur I noticed that in my test app (still learning LiveCode, former C programmer here) there is interface overlap/corruption when switching between cards (same stack). The first card has a field and a button, the second just a button, in the same location on the cards. Switching between cards causes the controls to overlap and/or parts of the controls get cut off. See below for an idea of what I'm trying to describe (edit: never mind, cannot post link to image). The newly released rc1 exhibits the same behavior.


I have a similar problem with LC 9.6.1 and macOS Big Sur (IDE and Standalone). I don't have this problem with previous version of macOS. Have you find a solution ?

edit : I can add that the problem appears when switching between cards and when hide/show a group.

Regards
Last edited by babas66 on Thu Dec 03, 2020 4:39 pm, edited 1 time in total.

babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am

Re: Big Sur?

Post by babas66 » Thu Dec 03, 2020 4:07 pm

Some images of the problems
Attachments
3.png
Step3 : hide group but still partially visible
2.png
Step2 : show group
1.png
step1

babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am

Re: Big Sur?

Post by babas66 » Fri Dec 04, 2020 8:56 am

Hello,

Another example maybe more explicit here : https://synos.ovh/test_collapse.mov (it's a video capture of my screen)

I made a simple Stack with 2 cards :

card 1 :
button "Group"

Code: Select all

on mouseup
Set the visible of group "TT" to not the visible of groupe TT
end mouseup
button "Card2"

Code: Select all

on mouseup
go to cd 2
end mouseup
card 2 :
button "Card1"

Code: Select all

on mouseup
go to cd 1
send "mouseup" to btn "GROUP"
end mouseup

The problem is visible when btn "card1" of the second card is clicked... it's very strange ! and inconvenient...

no one else has encountered this problem ?

Regards

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Big Sur?

Post by jacque » Fri Dec 04, 2020 7:06 pm

This needs a bug report.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Big Sur?

Post by FourthWorld » Fri Dec 04, 2020 9:20 pm

babas66 wrote:
Thu Dec 03, 2020 3:32 pm
I have a similar problem with LC 9.6.1...
LC v9.6.2 RC1 includes some fixes for the latest macOS. Please try your recipes with the latest version before submitting a report.

You can download the latest version here:
https://downloads.livecode.com/livecode/

Also, see "Specific engine bug fixes" in the Release Notes here:
https://downloads.livecode.com/livecode ... 2_rc_1.pdf
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am

Re: Big Sur?

Post by babas66 » Sat Dec 05, 2020 2:02 pm

Hello,

thanks for yours replies.
FourthWorld wrote:
Fri Dec 04, 2020 9:20 pm
LC v9.6.2 RC1 includes some fixes for the latest macOS. Please try your recipes with the latest version before submitting a report.
I have already try with LC 9.6.2 RC1 and the problem has still here. So with yours advices, I'm going to report this bug.

Edit : here the bug report : https://quality.livecode.com/show_bug.cgi?id=23019

babas66
Posts: 19
Joined: Wed May 15, 2019 11:13 am

Re: Big Sur?

Post by babas66 » Tue Dec 08, 2020 8:56 am

Hello,

A temporary solution (comment 2) : https://quality.livecode.com/show_bug.cgi?id=23019 (thanks to Panos !).

dalkin
Posts: 183
Joined: Wed Jul 04, 2007 2:32 am
Contact:

Re: Big Sur?

Post by dalkin » Wed Dec 09, 2020 7:17 am

After updating to Big Sur, LC Indy 9.6.2 RC1, working on my project freezes LC. 3.8GHz Quad-Core 8GB 2400 DDR4 Radeon 680 8GB. Activity monitor shows LC using 100% CPU
Screen Shot 2020-12-09 at 5.10.24 pm.png
The underlying purpose of Al is to allow wealth to access skill
while removing from the skilled the ability to access wealth.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Big Sur?

Post by jacque » Wed Dec 09, 2020 6:52 pm

dalkin wrote:
Wed Dec 09, 2020 7:17 am
After updating to Big Sur, LC Indy 9.6.2 RC1, working on my project freezes LC. 3.8GHz Quad-Core 8GB 2400 DDR4 Radeon 680 8GB. Activity monitor shows LC using 100% CPU
My client has a similar problem on Big Sur, though she doesn't freeze. Activity Monitor shows about 30% CPU usage, but cards are exceptionally slow to load their content. Have you submitted a bug report? If not, could you do that and post the number here so I can track its progress?

Edit: Does your stack work with images? Ours does and I'm wondering if that's part of the problem.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

dalkin
Posts: 183
Joined: Wed Jul 04, 2007 2:32 am
Contact:

Re: Big Sur?

Post by dalkin » Thu Dec 10, 2020 6:58 am

That's 23025 Jacque.
The underlying purpose of Al is to allow wealth to access skill
while removing from the skilled the ability to access wealth.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Big Sur?

Post by jacque » Thu Dec 10, 2020 7:52 am

Thanks! I'll put my name on the watch list.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

SteveWoodward
Posts: 16
Joined: Sat Nov 28, 2020 4:34 pm

Re: Big Sur?

Post by SteveWoodward » Wed Dec 16, 2020 10:56 pm

Sorry for not getting back to this thread. I am finding more serious things that I'm working on. I found that all of the code related to my data grid has vanished. I had handlers for row clicks amongst other things. If I figure anything out I'll be sure to post.

Steve W

stam
Posts: 3060
Joined: Sun Jun 04, 2006 9:39 pm

Re: Big Sur?

Post by stam » Thu Dec 17, 2020 11:36 am

SteveWoodward wrote:
Wed Dec 16, 2020 10:56 pm
I found that all of the code related to my data grid has vanished. I had handlers for row clicks amongst other things.
I have multiple similar handlers but haven’t experienced anything like this... may be a corrupt stack rather than a big sur issue? Do u have backups to test on?

Post Reply