Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 508 Bytes

00612_Dynamically_changing_the_size_title_of_the_shoes_main_window.mdown

File metadata and controls

14 lines (10 loc) · 508 Bytes

Dynamically changing the size/title of the shoes main window

I know this is not his request. But it may be seen like the same behavior. ;-)

Shoes.app :width => 200, :height => 200, :title => 'Hi' do
  timer 5 do
    Shoes.app :width => 300, :height => 300, :title => 'Hello'
    app.close
  end
end

Dynamically changing the size/title of the shoes main window