Changeset 210 for trunk/samples
- Timestamp:
- 09/28/2007 14:02:29 (11 months ago)
- Files:
-
- 1 modified
-
trunk/samples/timer.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samples/timer.rb
r208 r210 7 7 end 8 8 button "Stop" do 9 @label.replace "Stopped, #{Time.now - @time}seconds elapsed."9 @label.replace "Stopped, ", strong("#{Time.now - @time}"), " seconds elapsed." 10 10 end 11 @label = para "Press startto begin timing."11 @label = para "Press ", strong("start"), " to begin timing." 12 12 end 13 13 end
