MathGroup Archive 2005

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

Search the Archive

ButtonEvaluator with two settings

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60165] ButtonEvaluator with two settings
  • From: Manuel Schmidt <Manuel.Schmidt at physik.uni-wuerzburg.de>
  • Date: Mon, 5 Sep 2005 22:27:23 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I have a control program running, that has a loop

While[TrueQ[Options[EvaluationNotebook[],loopActive]],...];

Is it possible, that one button first evaluates in the frontend

FrontEndExecute[SetOptions[EvaluationNotebook[],loopActive->True]]

and then in the kernel "Local" another command? And all this by oe
click?

Thanks,

Manuel


  • Prev by Date: Maximising a sum of matrix elements
  • Next by Date: Hold[] ReleaseHold[] ? or what ?
  • Previous by thread: Re: Maximising a sum of matrix elements
  • Next by thread: Hold[] ReleaseHold[] ? or what ?