Re: Program crash
- To: mathgroup at smc.vnet.net
- Subject: [mg29662] Re: [mg29648] Program crash
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Mon, 2 Jul 2001 02:20:23 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
I use version 4.0 on Windows 98. I don't get a crash. As expected, there is
a plot with the word "test" in consecutive sizes, each of them superimposed
on the previous ones.
Tomas Garza
Mexico City
----- Original Message -----
From: <gleam at flashmail.com>
To: mathgroup at smc.vnet.net
Subject: [mg29662] [mg29648] Program crash
> When I evaluate a cell containing:
>
> Show[Graphics[
> Table[Text[
> StyleForm["test", FontSize -> i], {0, 0}], {i,
> 35, 45}]]]
>
> Mathematica crashes. Does this happen to anyone else?
>
> I'm using 4.1 on Windows 98.
>
>