Re: Alt+Click has no effect when I use LocatorAutoCreate->True
- To: mathgroup at smc.vnet.net
- Subject: [mg77370] Re: Alt+Click has no effect when I use LocatorAutoCreate->True
- From: dh <dh at metrohm.ch>
- Date: Thu, 7 Jun 2007 03:58:20 -0400 (EDT)
- References: <f469bp$3s9$1@smc.vnet.net>
Version 6 XP SP2 Hi Andrew, works as described in the manual on my machine. Does your Alt key transmit the right code? Do you have a problem with an international keyboard? Keyboard assignement in Windows? Daniel Andrew Moylan 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}] > >