MathGroup Archive 2009

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

Search the Archive

Re: interactive 3d graphic in a palette?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg99313] Re: interactive 3d graphic in a palette?
  • From: dbreiss at gmail.com
  • Date: Sat, 2 May 2009 06:01:22 -0400 (EDT)
  • References: <gtefb4$19c$1@smc.vnet.net>

small update to the code (with an additional Deploy):


CreateDocument[Column[
  {
   Button["Close", NotebookClose[EvaluationNotebook[]],
    Appearance -> "Palette"],

   Deploy@TextCell[Plot3D[x y, {x, 1, 2}, {y, 0, 3}, ImageSize ->
100],
     Deployed -> False,
     CellMargins -> 0,
     TextAlignment -> Center]},
  Alignment -> Center],
 WindowFrame -> "Palette",
 WindowSize -> 130,
 Deployed -> True,
 ShowCellBracket -> False]

--David


On May 1, 5:28 am, meitnik <meit... at gmail.com> wrote:
> hi,
>
> I was experimenting with putting a 3d graphic as an item on a palette.
> I can see it and even see the rotate cursor, but its not interactive.
> Is there some code/options I need to get/set the interactivity am
> wanting? Anyone been able to do this? Or by definition a palette just
> wont support what am trying to do?
>
> Thanks
> andrew



  • Prev by Date: PROBLEM WITH HISTOGRAM3D
  • Next by Date: Re: Clear["Global'*"] not working in parallel kernels
  • Previous by thread: Re: interactive 3d graphic in a palette?
  • Next by thread: Re: interactive 3d graphic in a palette?