Re: Alt+Click has no effect when I use LocatorAutoCreate->True
- To: mathgroup at smc.vnet.net
- Subject: [mg77397] Re: Alt+Click has no effect when I use LocatorAutoCreate->True
- From: Andrew Moylan <andrew.j.moylan at gmail.com>
- Date: Thu, 7 Jun 2007 04:12:24 -0400 (EDT)
- References: <f469bp$3s9$1@smc.vnet.net>
I have discoverd the cause of this. It was a separate application catching Alt+Click: http://www.answers.com/topic/1-click. Thanks for your other suggestions. On Jun 6, 10:29 pm, Andrew Moylan <andrew.j.moy... at gmail.com> wrote: > When I copy into a blank notebook the first example from the > documentation for LocatorAutoCreate (pasted below), I cannot create > (or remove) locators. Alt+Click has no effect in the resulting pane. > Using LocatorCreateAll->All instead works as expected for creating > locators; but I still cannot delete locators (using Alt+Click). Has > anyone else experienced this problem? > > Manipulate[ > Graphics[{Line[u]}, PlotRange -> 2], {{u, {{-1, -1}, {1, 1}}}, > Locator, LocatorAutoCreate -> True}]