On Wed, Oct 22, 2008 at 12:58 PM, kcrisman <[EMAIL PROTECTED]> wrote: > > In 3.1.4 and 3.2.alpha0 I get very weird behavior in @interact. > > First, when a worksheet opens up, there is the usual long and annoying > automatic evaluation of the @interact cells (which I feel is not a > feature, though perhaps not a bug... but I couldn't find where this > was mentioned before in the lists or Trac).
The automatic evaluation of all @interact cells is a feature. Do you wish that this did not occur, and that users had to explicitly hit shift-enter (or click some button) to "fire up" any interact? It would be easy to change the implementation to have that behavior (in fact, that would be a lot easier to do than the current implementation). > At the end of this, in > both versions I get long error message ending with "ValueError: > invalid literal for int() with base 10: 'NaN' " in cells with no > errors. > > The NaN error could be specific to my cells, but there should not be > any error. Then, upon Shift-Entering the @interact cell, I *do* get > the correct graphic, but there are no sliders! I only get the > variable names, but not the sliders. I have not tried this with other > input types, so it is possible it is only the sliders this happens > for. > > I'm sorry I can't diagnose this any further; my previous version is > 3.0.6, and that works fine, so whatever this is was introduced between > there and 3.1.4. V. 3.0.6 still works even after I get the errors on > the newer versions, so it's not my browser. Since I haven't heard > anyone mention this before, though, I suppose it could have something > to do with my specific computer, OSX.4 PPC. Why don't you post a link to your worksheet? William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
