Re: last control

2015-08-24 Thread J. Landman Gay
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

Re: last control

2015-08-24 Thread sanke
...@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

Re: last control

2015-08-23 Thread dunbarx
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: > >

Re: last control

2015-08-22 Thread Peter TB Brett
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 control of grp 1 H

Re: last control

2015-08-22 Thread Mike Bonner
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 control in my t

Re: last control

2015-08-22 Thread Peter TB Brett
On 2015-08-22 11:43, j...@souslelogo.com wrote: 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