Displaying 1 result from an estimated 1 matches for "location_textbox".
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
...rogress_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_text(path)
end
@max_number = number_of_random_textbox.get_value()
@number_of_digits = number_of_digits_textbox.get_value()
@file_path = location_textbox.get_value()
if (@number_o...