MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Problem with FramedStyle when using inside Framed[]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105584] Re: Problem with FramedStyle when using inside Framed[]
  • From: magma <maderri2 at gmail.com>
  • Date: Thu, 10 Dec 2009 04:56:06 -0500 (EST)
  • References: <hfnuv0$gb9$1@smc.vnet.net>

On Dec 9, 11:42 am, "Nasser M. Abbasi" <n... at 12000.org> wrote:
> I was having hard time getting Framed to accept a FrameStyle, then I
> saw this message below from 2 years ago.
>
> Is this still a bug in Mathematica?
>
> "Newsgroups: comp.soft-sys.math.mathematica
> From: Carl Woll <ca... at wolfram.com>
> Date: Thu, 21 Jun 2007 09:55:45 +0000 (UTC)
> Subject: Re: How change frame width in Framed object?
>
> It seems that there is a bug with FrameStyle in Framed. As a
> workaround,
> you can use Grid instead:
>
> Grid[{{x}}, Frame->True, FrameStyle->Directive[Red, Thick]]
>
> Carl Woll
> Wolfram Research "
>
> Here is what I was trying to do now using version 7:
>
> Framed[Text["foo"], FrameStyle -> Directive[Dotted]]
>
> Which does NOT work, but the following works
>
> Grid[{{Text["foo"]}}, Frame -> All, FrameStyle -> Directive[Dotted]]
>
> It seems then that this bug with FrameStyle for Framed is not fixed
> yet?
>
> --Nasser

Indeed! it seems that the bug has not been fixed yet


  • Prev by Date: Re: Play Command Error
  • Next by Date: Re: Problem with FramedStyle when using inside Framed[]
  • Previous by thread: Re: Problem with FramedStyle when using inside Framed[]
  • Next by thread: strange effect of using Item[] around Control[] in Manipulate[]