[wxruby-users] New problem: Newlines.

Tim Mcd lists at ruby-forum.com
Thu Jan 8 14:53:42 EST 2009


Oh and also, is it possible/would it be 'correct' for me to add some 
stuff into the 'main_loop'? I would like to add something like:

def main_loop
 Thread.new do ||
    inp = connection.recv(1000000)
    display.write_text inp
  end
end

would that screw with what is already in the main_loop too much?
-- 
Posted via http://www.ruby-forum.com/.


More information about the wxruby-users mailing list