On 12/8/19 4:04 PM, J. Landman Gay via use-livecode wrote:
I take that back, the card group shouldn't get the message. Sounds like
something else is wrong.
A background group will definitely get the message before the stack
script does. Also any script being used as a behavior.
--
Mark Wied
I take that back, the card group shouldn't get the message. Sounds like
something else is wrong.
On 12/8/19 5:24 PM, J. Landman Gay via use-livecode wrote:
Is the group that receives the mouseUp a card group or a background
group? If I remember right, messages go from the button, to all card
Is the group that receives the mouseUp a card group or a background
group? If I remember right, messages go from the button, to all card
groups, then to the card, then all background groups, then to the stack.
So if it's a card group, it will get the message before the stack does.
On 12/8/19
Hi.
It is hard for me to understand without more info about the case statements.
But when you have this:
# I click on button "starWidget"
-- nothing happens…hmm, no errors either…
Do you really mean nothing, not even that the:
put the short name of the target
does not fire?
Craig
-Origina
I think this a old problem that is re-surfacing. Or else it is known….
9.6 dp1, in the message path different independent groups are not encapsulated.
button "starWidget"
-- has no script
-- is not a part of any group
Stack script:
on mouseup
put the short name of the target
Hi Craig,
> Am 08.12.2019 um 15:45 schrieb dunbarx--- via use-livecode
> :
>
> Klaus.
> Type CMD-F as if you were trying to simply find something. All those lower
> tools will reappear.
thanks, already tried that, no cigar...
> Craig
Best
Klaus
--
Klaus Major
https://www.major-k.de
kl...@m
Klaus.
Type CMD-F as if you were trying to simply find something. All those lower
tools will reappear.
Craig
-Original Message-
From: Bob Sneidar via use-livecode
To: How to use LiveCode
Cc: Bob Sneidar
Sent: Fri, Dec 6, 2019 5:02 pm
Subject: Re: How to revoke that bottom pane of the