Something closely related was discussed but apparently never
implemented a while ago (a box to click for not updating immediately,
which would be unclicked when one wanted things to update again).
Would this idea be relevant to your needs?

http://groups.google.com/group/sage-devel/browse_thread/thread/9ff935e0d6a729b3/b295d52d195ac9ec?lnk=gst&q=interact#b295d52d195ac9ec

- kcrisman

On May 21, 7:25 am, Pablo Angulo <pablo.ang...@uam.es> wrote:
> > You are correct.  Right now one can't do what you want with controls.
> >  It would
> > be possible for us to implement it though.  How would you like to
> > specify that a control
> > doesn't cause a change?
>
> For example,
>
> @interact
> def _(var1=input_box(default_value=1, trigger_updates=False),
> var2=input_box(default_value=0, trigger_updates=True)):
>     ...
>
> > William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to