Locator Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg113226] Locator Manipulate
- From: roby <roby.nowak at gmail.com>
- Date: Tue, 19 Oct 2010 05:57:05 -0400 (EDT)
Dear all !
I am trying (hard) to use an individual Locator inside Manipulate.
While the plain version works:
Manipulate[Graphics[Circle[{0, 0}, 10]],
{{p, {0, 0}}, Locator}]
The individual version restricts the movement to {{0,0},{1,1}}, any
hints ?
Manipulate[Graphics[Circle[{0, 0}, 10]],
{{p1, {0, 0}}, Locator[#] &, ControlType -> Locator}]
Regards Robert