[sage-devel] Re: Touch Interacts on iOS

2012-01-24 Thread Jason Grout
On 1/24/12 3:17 PM, Stephen Hartke wrote: On 1/22/12 12:56 PM, Stephen Hartke wrote: Cutting and pasting on an Android phone does not work well (I had to switch to plain text to paste into the code box).. Will there eventually be an option to "preload" code into the

Re: [sage-devel] Re: Touch Interacts on iOS

2012-01-24 Thread Stephen Hartke
> > On 1/22/12 12:56 PM, Stephen Hartke wrote: > >> Cutting and pasting on an Android phone does not work well (I had to >> switch to plain text to paste into the code box).. Will there > > eventually be an option to "preload" code into the single cell server? > > On Mon, Jan 23, 2012 at 9:20 PM,

Re: [sage-devel] Re: Touch Interacts on iOS

2012-01-23 Thread Dan Drake
On Mon, 23 Jan 2012 at 06:25AM -0600, Jason Grout wrote: > >https://github.com/sagemath/singlecell/issues/231 > > Unicode should work now. I responded to the github issue, but: the problem seems fixed. So Unicode/UTF-8 stuff should work. (Although I didn't try any other encoding or fancy string s

[sage-devel] Re: Touch Interacts on iOS

2012-01-23 Thread Jason Grout
On 1/22/12 12:56 PM, Stephen Hartke wrote: On Sat, Jan 21, 2012 at 12:35 PM, Jason Grout mailto:jason-s...@creativetrax.com>> wrote: Can people test this functionality before we try to add it to the sage notebook? If you have an iOS or Android device, create an interact at aleph.sag

[sage-devel] Re: Touch Interacts on iOS

2012-01-23 Thread Jason Grout
On 1/22/12 9:17 PM, Keshav Kini wrote: Pasting does not even work in Firefox on Linux, I find. At least, pasting with middle-click to dump the X selection buffer doesn't work. Pasting with C-v to dump the X clipboard buffer does work, however. Both work in plain text mode. These all sound like

[sage-devel] Re: Touch Interacts on iOS

2012-01-23 Thread Jason Grout
On 1/22/12 1:10 AM, Dan Drake wrote: On Sat, 21 Jan 2012 at 11:05PM -0600, Jason Grout wrote: Uh, maybe. I don't know. Can you open an issue on github? I'm not sure where there would be an error, but surely if there is no output, there is a traceback printed somewhere. https://github.com/sa

[sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Pedro Cruz
>>Can people test this functionality before we try to add it to the sage >>notebook? If you have an iOS or >>Android device, create an interact at aleph.sagemath.org and try manipulating the controls. On iPod Touch, the n^2 example, @interact def f(n=(1..10)): print n^2 works well. Ped

Re: [sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Maarten Derickx
I get exactly the same error as william on my iphone, but it doesn't happen in my browser (chrome) on my macbook. If I add an extra enter all trouble disapear on my iphone and the sliding works nice. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from thi

[sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Jason Grout
On 1/22/12 1:59 AM, William Stein wrote: The standard interact with slider. You should see it in the log from an hour ago? This one? @interact def f(n=(1..9)): print n^2 It works fine for me without any extra newline at the end (so the code ends directly after the 2). Can you paste th

[sage-devel] Re: Touch Interacts on iOS

2012-01-22 Thread Jason Grout
On 1/22/12 12:46 AM, William Stein wrote: However, the codemirror (2?) editor is bad on my 3.2 device, compared to the standard sagenb textarea. Cursor positioning, cut/paste, etc. are all very painful. Yes, it's codemirror 2. The codemirror 2 developer has made some changes recently to get

Re: [sage-devel] Re: Touch Interacts on iOS

2012-01-21 Thread William Stein
On Jan 21, 2012 11:53 PM, "Jason Grout" wrote: > > On 1/22/12 1:30 AM, William Stein wrote: >> >> > > On both I got a syntax error if I don't add a spurious newline at >> the end >> > > of the input - what's up with that? >> > >> > I got some syntax errors, but I'm not sure if it was the newli

[sage-devel] Re: Touch Interacts on iOS

2012-01-21 Thread Jason Grout
On 1/22/12 1:30 AM, William Stein wrote: > > On both I got a syntax error if I don't add a spurious newline at the end > > of the input - what's up with that? > > I got some syntax errors, but I'm not sure if it was the newline at the > end that fixed it. It was. I got this on both my iph

Re: [sage-devel] Re: Touch Interacts on iOS

2012-01-21 Thread Dan Drake
On Sat, 21 Jan 2012 at 11:05PM -0600, Jason Grout wrote: > Uh, maybe. I don't know. Can you open an issue on github? I'm not > sure where there would be an error, but surely if there is no > output, there is a traceback printed somewhere. https://github.com/sagemath/singlecell/issues/231 Dan

[sage-devel] Re: Touch Interacts on iOS

2012-01-21 Thread Jason Grout
On 1/21/12 9:00 PM, Dan Drake wrote: On Sat, 21 Jan 2012 at 12:35PM -0600, Jason Grout wrote: Can people test this functionality before we try to add it to the sage notebook? If you have an iOS or Android device, create an interact at aleph.sagemath.org and try manipulating the controls. The au

[sage-devel] Re: Touch Interacts on iOS

2012-01-21 Thread Jason Grout
On 1/21/12 12:53 PM, Alex Kramer wrote: On Sat, Jan 21, 2012 at 1:35 PM, Jason Grout wrote: Can people test this functionality before we try to add it to the sage notebook? If you have an iOS or Android device, create an interact at aleph.sagemath.org and try manipulating the controls. The a