Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

error in tutorial #255

Open
deszcz opened this issue Nov 27, 2013 · 1 comment
Open

error in tutorial #255

deszcz opened this issue Nov 27, 2013 · 1 comment

Comments

@deszcz
Copy link

deszcz commented Nov 27, 2013

Ubuntu 13

Shoes.app {
background white
stack(margin: 8) {
button "A bed of clams"
button "A coalition of cheetahs"
button "A gulp of swallows"
}
}

and get

http://www.bankfotek.pl/view/1618563

@PragTob
Copy link
Member

PragTob commented Nov 27, 2013

Hi there,

in which tutorial did you read this?
When did you download your shoes version/e.g. which version is it?

This should work with the 1.9 distribution of shoes or recently compiled version with ruby 1.9+

The problem seems to be that it's executed with ruby 1.8 and therefore has to be:

stack(:margin => 8) {

Cheers,
Tobi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants