> On Jan 28, 8:48 pm, Volker Braun <vbraun.n...@gmail.com> wrote:
> Just do double check, you have v0.2? (Menu->Changelog)

The update fixed the page not available problem for me.
Also, this app is really awesome.

A couple of (minor) things I've noticed with what's been
implemented so far:

* Changing screen orientations results in interact controls
disappearing:

If I have a slider and I change from portrait to landscape
view (or the other way around), the output remains but the
slider goes away.

* Output doesn't dynamically resize:

Using this code:

```
@interact
def f(n = (1..1000)):
  for i in xrange(n):
    print i
```

if I move the slider to 1000, everything prints properly, but if
I then move the slider back to 1, things print but there is a
large amount of whitespace at the end that used to be taken
up by the previous output.

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to