shoes / shoes4

Shoes 4 : the next version of Shoes
Other
1.59k stars 194 forks source link

Strange rendering for samples/expert-othello.rb #304

Closed steveklabnik closed 11 years ago

steveklabnik commented 11 years ago

On Linux, there's a black border at the bottom of the example. This is odd, because CLICKING on pieces seems to be mapped correctly to the area, it's just the rendering that's off.

I haven't done any investigation as to why this is, yet. Does this sample look okay on Mac/Windows?

davorb commented 11 years ago

That one doesn't run for me. I just get this error. (on mac)

PragTob commented 11 years ago

So for me on Linux it does look like this:

screenshot from 2013-06-30 12 22 12

which I think is good?

@davorb I think Steve is talking about expert-othello-adjusted.rb

davorb commented 11 years ago

@PragTob I'm getting the same window for expert-othello-adjusted.rb on OS X.

PragTob commented 11 years ago

@davorb sure? there is no span method called in the adjusted version afaik... :o

davorb commented 11 years ago

@PragTob I meant that I was getting the same window as you were, i.e. it's working just fine.

PragTob commented 11 years ago

@davorb ah ok damn async communication - cool then :-)

steveklabnik commented 11 years ago

I don't have an othello-adjusted. The regular one gives this though: ![Uploading othello.png . . .]()

steveklabnik commented 11 years ago

Sigh. I'll try uploading again later when my wifi isn't flaky.

PragTob commented 11 years ago

Steve, please try updating the shoes4 repo - Ash added expert-othello-adjusted not so long ago. All the *-adjusted.rb examples are samples that run on shoes4 with minimal adjustments (mostly span replaced by fg/bg I believe)

steveklabnik commented 11 years ago

Ah, okay. I only cloned it down a few days ago, I thought, but now when I update, I have the adjusted, and it works!