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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to