[ANN] Release 9.0.0 DP-11

Jim Lambert jiml at netrin.com
Fri Dec 22 17:12:05 EST 2017


Nice release!

For anyone playing with the new MAP widget, the dictionary entry for regionChanged states:

on regionChanged
   UpdateCoordinateDisplay the centerCoordinate of the target
end regionChanged

command UpdateCoordinateDisplay pCenter
   put item 1 of pCenter into field "latitude"
   put item 2 of pCenter into field "longitude"
end UpdateCoordinateDisplay


That won’t work because it should read ‘the centerCoordinates’not ‘the centerCoordinate’.

Jim Lambert


More information about the use-livecode mailing list