If construction bug in 5.5.2 ?

Peter Haworth pete at lcsql.com
Fri Sep 28 19:33:43 EDT 2012


I tried this with 5.5.0, 5.0 and 4.6 and they all behaved the same as 5.5.1
so I assume that was correct behavior before 5.5.2.

I don't see any mention of a change in select/openField behavior in the
5.5.2 release notes so is this a bug?

Pete
lcSQL Software <http://www.lcsql.com>



On Fri, Sep 28, 2012 at 6:39 AM, Mark Schonewille <
m.schonewille at economy-x-talk.com> wrote:

> Hi Robert,
>
> The reason is that in 5.5.2 the select command may trigger the openField
> message. Maybe the following solves it:
>
> on openField
>   answer bla with "Yes" or "No" -- etc
>   if it is "No" then
>     select empty
>   else
>     lock messages
>     select the text of me
>     unlock messages
>   end if
> end openField
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>



More information about the use-livecode mailing list