Re: Problem with FramedStyle when using inside Framed[]
- To: mathgroup at smc.vnet.net
- Subject: [mg105588] Re: [mg105562] Problem with FramedStyle when using inside Framed[]
- From: Adam Griffith <adamg at wolfram.com>
- Date: Thu, 10 Dec 2009 04:56:50 -0500 (EST)
- References: <200912091042.FAA16749@smc.vnet.net>
You could also do the following: Framed[Style["x", Black], BaseStyle -> Red] -Adam Nasser M. Abbasi 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: [mg105562] 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 >
- References:
- Problem with FramedStyle when using inside Framed[]
- From: "Nasser M. Abbasi" <nma@12000.org>
- Problem with FramedStyle when using inside Framed[]