RE: Zoom2D and GetGraphicsCoordinates palettes combined
- To: mathgroup at smc.vnet.net
- Subject: [mg83186] RE: [mg83125] Zoom2D and GetGraphicsCoordinates palettes combined
- From: "Ingolf Dahl" <ingolf.dahl at telia.com>
- Date: Wed, 14 Nov 2007 04:47:46 -0500 (EST)
- References: <33308850.1194871140131.JavaMail.root@m35> <op.t1qqbkw8qu6oor@monster.gateway.2wire.net>
Theoretically you are correct about the quotes, but what to do when the quotes then also appear on the buttons? (Windows XP SP2, Mathematica 6.0.0) The extra = in the first published version of the code was probably introduced at a line break by the menu item "Copy As Input Text". Is was never in my code. There has also been some problems with extra line breaks in the text strings, introduced somewhere in the copying chain. Please use now my version 3 (or later), without quotes and extra "=", but with some new features. Best regards Ingolf Dahl http://web.telia.com/~u31815170/Mathematica/ > -----Original Message----- > From: DrMajorBob [mailto:drmajorbob at bigfoot.com] > Sent: den 13 november 2007 18:18 > To: Ingolf Dahl; mathgroup at smc.vnet.net > Subject: Re: [mg83125] Zoom2D and GetGraphicsCoordinates > palettes combined > > Nice, but there were some typos: Button titles lacking > quotes, and "$LocatorPositions = =b" should be "$LocatorPositions=b". > > Bobby > > On Mon, 12 Nov 2007 04:12:33 -0600, Ingolf Dahl > <ingolf.dahl at telia.com> > wrote: > > > To MathGroup, > > > > Daniel [dh at metrohm.ch] recently posted a really nice Zoom2D > palette. I > > have earlier posted a GetGraphicsCoordinates palette. I > have now tried > > to combine these palettes, in such a way that it is > possible to zoom > > 2D-graphics, and then select points inside the zoomed picture (with > > better accuracy). (snipped)