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