|
[Date Index]
[Thread Index]
[Author Index]
Re: RE: Zoom2D and GetGraphicsCoordinates palettes combined
- To: mathgroup at smc.vnet.net
- Subject: [mg83213] Re: [mg83186] RE: [mg83125] Zoom2D and GetGraphicsCoordinates palettes combined
- From: DrMajorBob <drmajorbob at bigfoot.com>
- Date: Thu, 15 Nov 2007 05:36:26 -0500 (EST)
- References: <33308850.1194871140131.JavaMail.root@m35> <op.t1qqbkw8qu6oor@monster.gateway.2wire.net> <6922997.1195078252153.JavaMail.root@m35>
- Reply-to: drmajorbob at bigfoot.com
> 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)
Leaving them out has other strange effects. For instance, evaluating
Copy = 0;
before using your palette results in two of the buttons being labeled 0.
Ditto if graphics = 0, etc.
Even without that, you tried to label one of the buttons "Copy zoomed
graphics", yet it comes out "Copy graphics zoomed" -- with the multiplied
symbols in canonical order.
Anyway, when I add the quotes to your code, they do NOT appear on buttons
at my machine (WinXP SP2, Mathematica 6.0.1.)
Bobby
On Wed, 14 Nov 2007 03:47:46 -0600, Ingolf Dahl <ingolf.dahl at telia.com>
wrote:
> 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)
>
>
>
>
--
DrMajorBob at bigfoot.com
Prev by Date:
Re: DelaunayTriangulation[] output
Next by Date:
Re: Mac OS X 10.5 - Mathematica 5.1 hangs - 6.0 works?
Previous by thread:
Re: Zoom2D and GetGraphicsCoordinates palettes combined
Next by thread:
Question about RandomInteger
|