Messages within Groups? - Solved

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Messages within Groups? - Solved

Post by DR White »

I have attached a sample stack.

I don't understand why the group message does not work when I click on the light blue field.
Maybe, someone can tell me why.

Appreciate any explanation.

Thanks,

David
Last edited by DR White on Sat Feb 18, 2017 4:45 pm, edited 1 time in total.
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2734
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Messages within Groups?

Post by jmburnod »

Hi Dave,
It seems you forgot post your stack :D
Best regards
Jean-Marc
https://alternatic.ch
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: Messages within Groups?

Post by DR White »

Sorry,

Here is the stack
Attachments
Group Test.livecode 2.zip
(1.48 KiB) Downloaded 260 times
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Messages within Groups?

Post by Klaus »

Hi David,

just tested your stack and it seems to work as exspected!?

I click on "Severity" then the field "Severity Choice" appears,
I click on one of the three lines and the clicked text appears
in field "Severity Data".

What do I miss?
macOS 10.12.3, LC 9 dp4


Best

Klaus
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: Messages within Groups?

Post by DR White »

Klaus,

I am using LC 8.1 RC3

macOS Sierra 10.12.2

When I click on the light blue area, nothing happens.

I am downloading LC 9 DP 4 now.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Messages within Groups?

Post by Klaus »

I do not see any "light blue area"!? :shock:
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Messages within Groups?

Post by Klaus »

Ah, now I get it!

The field "Severity Data", the one with the VERY light blue background,
is NOT locked, so it does not receive any "mouseXX" messages!

Set its LOCKTEXT to true and that's it!
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: Messages within Groups?

Post by DR White »

Even using LC 9 DP 4, When I click on the light blue part of the group, the flied "SeverityChoice" does NOT become visible. If I click on the gray part of group, it becomes visible.
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: Messages within Groups?

Post by DR White »

Klaus,

You are Awesome.

That took care of it. I had been beating my head for a couple hours.

Thanks so much,

David
Post Reply