green_shoes
green_shoes copied to clipboard
Styles not working
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
right left top bottom are not supported properly. Use margin.