MathGroup Archive 2008

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

Search the Archive

Dynamic GUI problem III.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89382] Dynamic GUI problem III.
  • From: zac <replicatorzed at gmail.com>
  • Date: Sun, 8 Jun 2008 02:30:01 -0400 (EDT)

... and again an unexpected behaviour:

h = {5, 4, 3, 2, 1};
n = 2;
Slider[Dynamic[n], {0, 5, 1}]
a = Dynamic[Take[h, n]];
TogglerBar[Dynamic[b], a]

TogglerBar is not evaluated at end. Any idea?
Istvan


  • Prev by Date: Re: Inequalities or histogram or something.......
  • Next by Date: Dynamic GUI problem II.
  • Previous by thread: Re: Visualization of a list of 3D points
  • Next by thread: Re: Dynamic GUI problem III.