Displaying 1 result from an estimated 1 matches for "randomfram".
Did you mean:
randomframe
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
...0
@progress_guage.set_value(0)
while i < max
a = rand(random_seed)
if (a > b) then
random_file.puts a
i = i + 1
while ((i/max) * 100) > (@progress_guage.get_value())
@progress_guage.pulse()
sleep(0.08)
end#gauge while
end #if
end #while
end#def
class RandomFrame < RandomBase
def initialize
super
evt_button(start_button) {|event| on_start(event)}
end
def on_start(event)
path = @dirtree.get_path()
if location_textbox.get_value().length == 0 then
@location_textbox.clear
@location_textbox.append_t...