Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles not working #85

Open
chand1012 opened this issue Jul 30, 2015 · 1 comment
Open

Styles not working #85

chand1012 opened this issue Jul 30, 2015 · 1 comment

Comments

@chand1012
Copy link

I have the latest version of Ruby and Green Shoes. The app launches and runs, but styles does nothing. I have had the app running in Red Shoes before, and styles worked fine.

code:

creation

alert startMessage
@user_msg = para "Enter User"
@msgbox = para "Enter Message"
@user = edit_line
@msg = edit_line 
@submit = button "Send" 
@help = button "Send to PC"
@info = button "PC info"
#styles
@msg.style right: 5, top: 57
@user.style right: 5, top: 25
@user_msg.style left: 10, top: 25
@msgbox.style left: 10, top: 57
@submit.style left: 10, bottom: 10
@help.style left: 150, bottom: 10
@info.style right: 15, bottom: 20
@arjunmenon
Copy link

right left top bottom are not supported properly. Use margin.

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

No branches or pull requests

2 participants