selectedField in 2.7 not working
David Burgun
dburgun at dsl.pipex.com
Thu Feb 16 08:06:16 EST 2006
Hi,
Actually I found that "selectedField" was flakey in 2.6, it worked in
some places but not others. I found that doing this fixed it:
local myField
local myFieldNumber
put the selectedField into myField
put word 2 of myField into myFieldNumber
put "f" after field myFieldNumber
I this made a function to get the field number, so I could write:
put "X" after field GetFieldNumber( the selectedField)
Hope this helps
All the Best
Dave
On 15 Feb 2006, at 23:40, Thomas McGrath III wrote:
> Hello,
>
> Has anyone found the function 'selectedField' no longer working
> after 2.7 upgrade?
> My script is rather simple:
>
> on mouseUp
> put "f" after the selectedField
> end mouseUp
>
> This has worked flawlessly for some time in 2.6 and below.
>
> Thanks
>
> Tom
>
>
> Thomas J McGrath III
> 3mcgrath at adelphia.net
>
> Lazy River Software™ - http://www.lazyriversoftware.com
>
> Lazy River Metal Art™ - http://www.lazyriversoftware.com/metal.html
>
> Meeting Wear™ - http://www.cafepress.com/meetingwear
>
> Semantic Compaction Systems - http://www.minspeak.com
>
> SCIconics, LLC - http://www.sciconics.com/sciindex.html
>
>
>
>
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list