Yosemite label problem

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10354
Joined: Wed May 06, 2009 2:28 pm

Yosemite label problem

Post by dunbarx » Wed May 20, 2015 4:42 pm

I have an app that works fine in OS10.9 (Mavericks), but has an issue in 10.10 (Yosemite).

I have a simple test stack attached. If you click on the top button in 10.9, a silly ask dialog appears, and the label of the middle button stays visible. So does the label of the lower button.

But if you run this in 10.10, the label in the middle button disappears. The label of the lower button remains intact.

That middle button has both backColor and a hiliteColor set. The lower button is a plain default button. It does not matter if the label property is set or not. The "label" will disappear whenever any sort of dialog is invoked, ask, answer, whatever.

Can someone verify before I send this along to QCC?

Craig Newman

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10354
Joined: Wed May 06, 2009 2:28 pm

Re: Yosemite label problem

Post by dunbarx » Wed May 20, 2015 4:47 pm

Hmm.

The file exceeded the 2MB limit. It was zipped, and was a standalone just about as small as one can get. I am attaching a zipped stack instead of the standalone. This has now to be made into a standalone at your end, should you care to.

Craig
hiliteProb.livecode.zip
(1.54 KiB) Downloaded 210 times

Randy Hengst
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 157
Joined: Thu Jun 29, 2006 4:16 pm

Re: Yosemite label problem

Post by Randy Hengst » Wed May 20, 2015 7:26 pm

Craig,

Yes, I see the problem in Yosemite. I see the problem in the standalone and in the IDE.

The problem seems to “go away” when any button style other than “standard” is assigned to the button.

be well,
randy

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: Yosemite label problem

Post by paul_gr » Wed May 20, 2015 8:03 pm

Hi Craig,
I see the same as you with Yosemite.

Paul

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10354
Joined: Wed May 06, 2009 2:28 pm

Re: Yosemite label problem

Post by dunbarx » Sat May 23, 2015 8:00 am

Bug reported and confirmed. I guess this will get resolved one day. But it may not be earth shattering to the LC team.

Craig

Post Reply