> On Jun 24, 2016, at 11:08 AM, Mark Waddingham wrote:
>
> From an error handling point of view, these present two entirely different
> cases.
>
> For operations which you should always expect to succeed *or* can guarantee
> will succeed by a preceding check in code, the correct error approac
Thanks Dar and Jacque,
That puts it nicely in context. I'd class this behavior, then, as being
for 'HyperCard compatibility'.
LiveCode does have a slightly different model from HyperCard though,
which is why it is perhaps a behavior which should be reviewed at some
point. Indeed, it actually
A free update for the IDE extension "FieldFormatter" has been released.
The update includes a fix to accommodate a bug in the LC8 IDE so choosing
the Browse tool updates the palette as expected. Click the orange header
icon in your FieldFormatter palette to check for updates.
Full product details
Alan wrote:
> I have the same problem with LC8 so thanks for letting us know. If I
> work out which plugin I'll file a bug report.
If you find an issue with a third-party plugin please report it to the
author.
If it's one of mine I may never see it if it's in someone else's bug DB,
and I'd li
I have the same problem with LC8 so thanks for letting us know. If I work out
which plugin I'll file a bug report.
cheers
Alan
On 24 Jun 2016, at 7:30 pm,
wrote:
> Date: Thu, 23 Jun 2016 12:46:16 -0400
> From: mac...@earthlink.net
> Subject: Re: Right-Clicks and Double-Clicks don't work in
Hi Mark,
> Am 24.06.2016 um 13:19 schrieb Mark Waddingham :
>
> On 2016-06-24 13:12, Klaus major-k wrote:
>> I have a handler in the stack script like this:
>> setprop whatever tValue
>> set the whatever of the target to tValue
>> answer "The property whatever has been modified for" && the ta
On 2016-06-24 13:12, Klaus major-k wrote:
I have a handler in the stack script like this:
setprop whatever tValue
set the whatever of the target to tValue
answer "The property whatever has been modified for" && the target
end x_value
And on a card I have a button:
...
set the whatever of t
Hi all,
I have a handler in the stack script like this:
setprop whatever tValue
set the whatever of the target to tValue
answer "The property whatever has been modified for" && the target
end x_value
And on a card I have a button:
...
set the whatever of this cd to 22
...
Now in LC 8.01 I