2014-09-24 172 views
1

我想要運行下一個簡單的例子:Shoes.exe沒有響應

Shoes.app(title: 'Log In', width: 300, height: 300) do 
     flow do 
     caption 'Login' 
     @login = edit_line :width => '100%', :text=>"" 
     end 
end 

後,我切換到另一個窗口,等待10秒〜,shoes.exe沒有響應。

回答