> 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