On 8/24/2015 3:30 PM, sa...@hrz.uni-kassel.de wrote:
In September 2009 - 6 years ago - I filed a bug report "Bug 8275 -
Groups: Bugs and features ("last group" broken)?" that as of today has
not yet been resolved and is still listed as "pending".
I took a look, the report has 5 different issues
...@aol.com
To:use-livecode@lists.runrev.com
Subject: Re: last control
This may have something to do with the fact that the "last" keyword does not
work with groups. I left a note in the dictionary about this years ago.
Anyone think that issue might connect to this one?
Craig Newman
e LiveCode
Sent: Sat, Aug 22, 2015 12:17 pm
Subject: Re: last control
On 2015-08-22 15:30, Mike Bonner wrote:
> selecting the last control of group
doesn't work in any version I've
> tested. (various 6, and 7.0.6)
> They
compile fine, but the runtime error is this:
>
>
On 2015-08-22 15:30, Mike Bonner wrote:
selecting the last control of group doesn't work in any version I've
tested. (various 6, and 7.0.6)
They compile fine, but the runtime error is this:
executing at 8:22:40 AM
Type Chunk: no such object
Object Button
Line select last contro
selecting the last control of group doesn't work in any version I've
tested. (various 6, and 7.0.6)
They compile fine, but the runtime error is this:
executing at 8:22:40 AM
Type Chunk: no such object
Object Button
Line select last control of grp 1
Hint 1
Strangely, the last con
on error :
select first control of grp "myGroup"
select last control of grp "myGroup"
I am using LC Community 6.5.2 on Mac.
Is it worth filing a bug report ?
Can you reproduce the problem in a current version of LiveCode?
Peter
--
Dr Peter
Hi list
I have a group made of 40 buttons.
These 2 lines run fine :
select first btn of grp "myGroup"
select last btn of grp "myGroup"
But only the first of the 2 following lines works, the
second one returns a compilation error :
select first control of grp &quo