Added progress callback

This commit is contained in:
Severin Münger
2013-09-15 22:13:51 +02:00
parent 647beea245
commit 2fbffb8c9e
6 changed files with 63 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ feature
--Progress bar
container.add_control (create {WSF_BASIC_CONTROL}.make_with_body("h4","","Number1/Number2"))
create progress.make_progress ("progress1")
create progress.make_progress_with_source ("progress1", create {INCREASING_PROGRESSSOURCE}.make)
container.add_control (progress)
end