Dynamic window popup question
- To: mathgroup at smc.vnet.net
- Subject: [mg110341] Dynamic window popup question
- From: Arturas Acus <Arturas.Acus at tfai.vu.lt>
- Date: Sun, 13 Jun 2010 18:53:10 -0400 (EDT)
- References: <201006120932.FAA28632@smc.vnet.net>
Dear group, I have phase space points ListPointPlot3D[data]. Clicking on point I want the solution, which represents that point to appear. I can achieve this simply by replacing each point by PopupWindow[point, myMakeGraphics[point]] construction, where myMakeGraphics generates this graphics. Thought this approach works, it tries to generate all required graphics immediatelly, and then hides them into ListPointPlot3D output. This take much time and memory. How can I force the graphics to be generated only after pushing Shift+Enter in the appeared popup window? I want the popup window with myMakeGraphics[point] appear, then pressing shift+enter the graphics to be generated in the same popup notebook. So far I was able to generate graphics this way only in Messages notebook :). Sincerely, Arturas Acus
- References:
- Re: Lists: Row Vectors vs. Column Vectors. (feels like such a silly
- From: Bill Rowe <readnews@sbcglobal.net>
- Re: Lists: Row Vectors vs. Column Vectors. (feels like such a silly