MathGroup Archive 2007

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

Search the Archive

Background Option in LocatorPane

  • To: mathgroup at smc.vnet.net
  • Subject: [mg77637] Background Option in LocatorPane
  • From: "David Park" <djmpark at comcast.net>
  • Date: Thu, 14 Jun 2007 05:25:51 -0400 (EDT)

In the following example from LocatorPane:


Table[
 LocatorPane[{0, 0},
  Graphics[{Gray, Disk[]}],
  Background -> c,
  ImageSize -> 100],
 {c, {Pink, Green, Yellow}}]

why does the background color disappear as soon as one scrolls the cell off 
screen and back, or indeed as soon as one puts the pointer into one of the 
LocatorPanes?


-- 
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/




  • Prev by Date: Re: 3D interpolation
  • Next by Date: Re: Overly complicated reductions?
  • Previous by thread: Re: Help with formatting output
  • Next by thread: Re: Background Option in LocatorPane